pub enum BR15_AW {
RESET = 1,
}
Expand description
Port x reset bit y (y = 0..15)
Value on reset: 0
Variants§
RESET = 1
1: Resets the corresponding ODRx bit
Trait Implementations§
impl Copy for BR15_AW
impl StructuralPartialEq for BR15_AW
Auto Trait Implementations§
impl Freeze for BR15_AW
impl RefUnwindSafe for BR15_AW
impl Send for BR15_AW
impl Sync for BR15_AW
impl Unpin for BR15_AW
impl UnwindSafe for BR15_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