Type Definition stm32l4_stm32hal::stm32l4x5::sdmmc::sta::R [−][src]
type R = R<u32, STA>;
Expand description
Reader of register STA
Implementations
Bit 23 - CE-ATA command completion signal received for CMD61
Bit 15 - Receive FIFO half full: there are at least 8 words in the FIFO
Bit 14 - Transmit FIFO half empty: at least 8 words can be written into the FIFO
Bit 9 - Start bit not detected on all data signals in wide bus mode
Bit 4 - Transmit FIFO underrun error
Bit 3 - Data timeout
Bit 2 - Command response timeout
Bit 1 - Data block sent/received (CRC check failed)
Bit 0 - Command response received (CRC check failed)