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