pub struct W(/* private fields */);Expand description
Register BRR writer
Implementations§
Source§impl W
impl W
Sourcepub fn br0(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 0>
pub fn br0(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 0>
Bit 0 - Port A Reset bit 0
Sourcepub fn br1(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 1>
pub fn br1(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 1>
Bit 1 - Port A Reset bit 1
Sourcepub fn br2(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 2>
pub fn br2(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 2>
Bit 2 - Port A Reset bit 2
Sourcepub fn br3(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 3>
pub fn br3(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 3>
Bit 3 - Port A Reset bit 3
Sourcepub fn br4(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 4>
pub fn br4(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 4>
Bit 4 - Port A Reset bit 4
Sourcepub fn br5(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 5>
pub fn br5(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 5>
Bit 5 - Port A Reset bit 5
Sourcepub fn br6(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 6>
pub fn br6(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 6>
Bit 6 - Port A Reset bit 6
Sourcepub fn br7(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 7>
pub fn br7(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 7>
Bit 7 - Port A Reset bit 7
Sourcepub fn br8(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 8>
pub fn br8(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 8>
Bit 8 - Port A Reset bit 8
Sourcepub fn br9(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 9>
pub fn br9(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 9>
Bit 9 - Port A Reset bit 9
Sourcepub fn br10(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 10>
pub fn br10(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 10>
Bit 10 - Port A Reset bit 10
Sourcepub fn br11(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 11>
pub fn br11(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 11>
Bit 11 - Port A Reset bit 11
Sourcepub fn br12(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 12>
pub fn br12(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 12>
Bit 12 - Port A Reset bit 12
Sourcepub fn br13(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 13>
pub fn br13(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 13>
Bit 13 - Port A Reset bit 13
Sourcepub fn br14(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 14>
pub fn br14(&mut self) -> BitWriterRaw<'_, u32, BRR_SPEC, bool, BitM, 14>
Bit 14 - Port A Reset bit 14
Methods from Deref<Target = W<BRR_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more