Enum stm32wlxx_hal::pac::pwr::c2cr3::APC_A
pub enum APC_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Apply pull-up and pull-down configuration for CPU2
Value on reset: 0
Variants§
Disabled = 0
0: I/O pull-up and pull-down configurations defined in the PWR_PUCRx and PWR_PDCRx registers are applied
Enabled = 1
1: PWR_PUCRx and PWR_PDCRx registers are NOT applied to the I/Os
Trait Implementations§
impl Copy for APC_A
impl StructuralPartialEq for APC_A
Auto Trait Implementations§
impl RefUnwindSafe for APC_A
impl Send for APC_A
impl Sync for APC_A
impl Unpin for APC_A
impl UnwindSafe for APC_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