Enum stm32wlxx_hal::pac::rtc::cr::POL_A
pub enum POL_A {
High = 0,
Low = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Output polarity
Value on reset: 0
Variants§
High = 0
0: The pin is high when ALRAF/ALRBF/WUTF is asserted (depending on OSEL[1:0])
Low = 1
1: The pin is low when ALRAF/ALRBF/WUTF is asserted (depending on OSEL[1:0])
Trait Implementations§
impl Copy for POL_A
impl StructuralPartialEq for POL_A
Auto Trait Implementations§
impl RefUnwindSafe for POL_A
impl Send for POL_A
impl Sync for POL_A
impl Unpin for POL_A
impl UnwindSafe for POL_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