pub type BS14_W<'a, const O: u8> = BitWriterRaw<'a, u32, BSRR_SPEC, BS0_AW, BitM, O>;
Expand description
Field BS0
writer - Port x set bit y (y= 0..15) These bits are write-only. A read to these bits returns the value 0x0000.
Aliased Type§
struct BS14_W<'a, const O: u8> { /* private fields */ }