pub enum IDR6_A {
Low = 0,
High = 1,
}
Expand description
Port input data bit (y = 0..15) These bits are read-only. They contain the input value of the corresponding I/O port.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for IDR0_A
impl StructuralPartialEq for IDR0_A
Auto Trait Implementations§
impl Freeze for IDR0_A
impl RefUnwindSafe for IDR0_A
impl Send for IDR0_A
impl Sync for IDR0_A
impl Unpin for IDR0_A
impl UnwindSafe for IDR0_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