[][src]Type Definition cc3220sf::system_control::CSRE

type CSRE = Reg<u32, _CSRE>;

Card status response error This register enables the host controller to detect card status errors of response type R1 R1b for all cards and of R5 R5b and R6 response for cards types SD or SDIO. When a bit MMCHS_CSRE[i] is set to 1 if the corresponding bit at the same position in the response MMCHS_RSP0[i] is set to 1 the host controller indicates a card error (MMCHS_STAT[CERR]) interrupt status to avoid the host driver reading the response register (MMCHS_RSP0). Note: No automatic card error detection for autoCMD12 is implemented; the host system has to check autoCMD12 response register (MMCHS_RESP76) for possible card errors.

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see csre module

Trait Implementations

impl Readable for CSRE[src]

read() method returns csre::R reader structure

impl ResetValue for CSRE[src]

Register CSRE reset()'s with value 0

type Type = u32

Register size

impl Writable for CSRE[src]

write(|w| ..) method takes csre::W writer structure