#[repr(u8)]pub enum SENSE_A {
DISABLED = 0,
HIGH = 2,
LOW = 3,
}
Expand description
Pin sensing mechanism
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for SENSE_A
impl StructuralPartialEq for SENSE_A
Auto Trait Implementations§
impl Freeze for SENSE_A
impl RefUnwindSafe for SENSE_A
impl Send for SENSE_A
impl Sync for SENSE_A
impl Unpin for SENSE_A
impl UnwindSafe for SENSE_A
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