pub type CMDTYPE_W<'a, const O: u8> = FieldWriterSafe<'a, u32, TFRMODE_SPEC, u8, CMDTYPE_A, 2, O>;
Expand description

Field CMDTYPE writer - Command Type

Implementations§

source§

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

source

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

Normal Command

source

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

Suspend command

source

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

Resume command

source

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

Abort command