pub type ST_W<'a, const O: u8> = BitWriterRaw<'a, u32, DMACTXCR_SPEC, bool, BitM, O>;
Expand description

Field ST writer - Start or Stop Transmission Command

Aliased Type§

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