Enum stm32wlxx_hal::pac::rtc::cr::OSEL_A
#[repr(u8)]pub enum OSEL_A {
Disabled = 0,
AlarmA = 1,
AlarmB = 2,
Wakeup = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Output selection
Value on reset: 0
Variants§
Disabled = 0
0: Output disabled
AlarmA = 1
1: Alarm A output enabled
AlarmB = 2
2: Alarm B output enabled
Wakeup = 3
3: Wakeup output enabled
Trait Implementations§
impl Copy for OSEL_A
impl StructuralPartialEq for OSEL_A
Auto Trait Implementations§
impl RefUnwindSafe for OSEL_A
impl Send for OSEL_A
impl Sync for OSEL_A
impl Unpin for OSEL_A
impl UnwindSafe for OSEL_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