Enum Apc
#[repr(u8)]pub enum Apc {
B0x0 = 0,
B0x1 = 1,
}Variants§
B0x0 = 0
the PUCRx and PDCRx are not used to control the I/O pull-up and pull-down configuration of the product I/Os.
B0x1 = 1
the I/O pull-up and pull-down configurations defined in the PUCRx and PDCRx registers is applied.
Implementations§
Trait Implementations§
impl Copy for Apc
impl Eq for Apc
§impl Ord for Apc
impl Ord for Apc
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Apc
impl PartialOrd for Apc
impl StructuralPartialEq for Apc
Auto Trait Implementations§
impl Freeze for Apc
impl RefUnwindSafe for Apc
impl Send for Apc
impl Sync for Apc
impl Unpin for Apc
impl UnsafeUnpin for Apc
impl UnwindSafe for Apc
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