Type Alias OPM_W

pub type OPM_W<'a, const O: u8> = BitWriterRaw<'a, u32, CR1_SPEC, OPM_A, BitM, O>;
Expand description

Field OPM writer - One-pulse mode

Aliased Typeยง

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