pub enum BIT_SET {
Set = 1,
}
Expand description
Port x set pin %s
Value on reset: 0
Variants§
Set = 1
1: Sets the corresponding ODRx bit
Trait Implementations§
impl Copy for BIT_SET
impl Eq for BIT_SET
impl StructuralPartialEq for BIT_SET
Auto Trait Implementations§
impl Freeze for BIT_SET
impl RefUnwindSafe for BIT_SET
impl Send for BIT_SET
impl Sync for BIT_SET
impl Unpin for BIT_SET
impl UnwindSafe for BIT_SET
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