Enum stm32wlxx_hal::pac::pwr::pdcrc::PD14_A
pub enum PD14_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
PD13
Value on reset: 0
Variants§
Disabled = 0
0: Disable the pull-down on PC[y] when both APC bits are set in PWR control register 3 (PWR_CR3)
Enabled = 1
1: Enable the pull-down on PC[y] when both APC bits are set in PWR control register 3 (PWR_CR3)
Trait Implementations§
impl Copy for PD13_A
impl StructuralPartialEq for PD13_A
Auto Trait Implementations§
impl RefUnwindSafe for PD13_A
impl Send for PD13_A
impl Sync for PD13_A
impl Unpin for PD13_A
impl UnwindSafe for PD13_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