pub enum BR13_AW {
Reset = 1,
}
Expand description
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.
Value on reset: 0
Variants§
Reset = 1
1: Resets the corresponding ODRx bit
Trait Implementations§
impl Copy for BR0_AW
impl StructuralPartialEq for BR0_AW
Auto Trait Implementations§
impl Freeze for BR0_AW
impl RefUnwindSafe for BR0_AW
impl Send for BR0_AW
impl Sync for BR0_AW
impl Unpin for BR0_AW
impl UnwindSafe for BR0_AW
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