Enum Apc
#[repr(u8)]pub enum Apc {
B_0X0 = 0,
B_0X1 = 1,
}Variants§
B_0X0 = 0
the PUCRx and PDCRx are not used to control the I/O pull-up and pull-down configuration of the product I/Os.
B_0X1 = 1
the I/O pull-up and pull-down configurations defined in the PUCRx and PDCRx registers is applied.
Implementations§
Trait Implementations§
§impl Ord for Apc
impl Ord for Apc
§impl PartialOrd for Apc
impl PartialOrd for Apc
impl Copy for Apc
impl Eq 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 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