Type Definition esp32::sdmmc::cmd::SEND_AUTO_STOP_W
source · pub type SEND_AUTO_STOP_W<'a, const O: u8> = BitWriter<'a, u32, CMD_SPEC, bool, O>;
Expand description
Field SEND_AUTO_STOP
writer - 0: No stop command is sent at the end of data transfer; 1: Send stop command at the end of data transfer.