Enum Apc
#[repr(u8)]pub enum Apc {
DISABLED = 0,
ENABLED = 1,
}
Variants§
DISABLED = 0
I/O pull-up and pull-down configurations defined in the PWR_PUCRx and PWR_PDCRx registers are applied
ENABLED = 1
PWR_PUCRx and PWR_PDCRx registers are NOT applied to the I/Os
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