capsules_extra::sdcard

Constant TXRX_BUFFER_LENGTH

Source
pub const TXRX_BUFFER_LENGTH: usize = 515;
Expand description

Buffers used for SD card transactions, assigned in board main.rs files Constraints:

  • RXBUFFER must be greater than or equal to TXBUFFER in length
  • Both RXBUFFER and TXBUFFER must be longer than the SD card’s block size