Type Definition esp32::sdhost::cmd::SEND_INITIALIZATION_W

source ·
pub type SEND_INITIALIZATION_W<'a, const O: u8> = BitWriter<'a, CMD_SPEC, O>;
Expand description

Field SEND_INITIALIZATION writer - 0: Do not send initialization sequence (80 clocks of 1) before sending this command; 1: Send initialization sequence before sending this command. After powered on, 80 clocks must be sent to card for initialization before sending any commands to card. Bit should be set while sending first command to card so that controller will initialize clocks before sending command to card.