Type Definition esp32::sdmmc::cmd::READ_WRITE_R

source ·
pub type READ_WRITE_R = BitReader<bool>;
Expand description

Field READ_WRITE reader - 0: Read from card; 1: Write to card. Don’t care if no data is expected from card.