Type Alias d1_pac::smhc::smhc_cmd::STOP_CMD_FLAG_W

source ·
pub type STOP_CMD_FLAG_W<'a, const O: u8> = BitWriter<'a, u32, SMHC_CMD_SPEC, STOP_CMD_FLAG_A, O>;
Expand description

Field stop_cmd_flag writer - Send Stop CMD Automatically (CMD12)

Aliased Type§

struct STOP_CMD_FLAG_W<'a, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, const O: u8> STOP_CMD_FLAG_W<'a, O>

source

pub fn no_stop(self) -> &'a mut W

Do not send stop command at the end of the data transfer

source

pub fn auto_stop(self) -> &'a mut W

Send stop command automatically at the end of the data transfer