Module esp32_hal::pac::sdmmc::bytcnt

Expand description

Data transfer length configuration register

Structs

Data transfer length configuration register
Register BYTCNT reader
Register BYTCNT writer

Type Definitions

Field BYTE_COUNT reader - Number of bytes to be transferred, should be an integral multiple of Block Size for block transfers. For data transfers of undefined byte lengths, byte count should be set to 0. When byte count is set to 0, it is the responsibility of host to explicitly send stop/abort command to terminate data transfer.
Field BYTE_COUNT writer - Number of bytes to be transferred, should be an integral multiple of Block Size for block transfers. For data transfers of undefined byte lengths, byte count should be set to 0. When byte count is set to 0, it is the responsibility of host to explicitly send stop/abort command to terminate data transfer.