pub type BR5_W<'a, const O: u8> = BitWriterRaw<'a, u32, BSRR_SPEC, BR0_AW, BitM, O>;
Expand description
Field BR0
writer - Port x reset bit y (y = 0..15) These bits are write-only. A read to these bits returns the value 0x0000. Note: If both BSx and BRx are set, BSx has priority.
Aliased Type§
struct BR5_W<'a, const O: u8> { /* private fields */ }