Enum stm32wlxx_hal::pac::rtc::icsr::SHPF_A
pub enum SHPF_A {
NoShiftPending = 0,
ShiftPending = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Shift operation pending
Value on reset: 0
Variants§
NoShiftPending = 0
0: No shift operation is pending
ShiftPending = 1
1: A shift operation is pending
Trait Implementations§
impl Copy for SHPF_A
impl StructuralPartialEq for SHPF_A
Auto Trait Implementations§
impl RefUnwindSafe for SHPF_A
impl Send for SHPF_A
impl Sync for SHPF_A
impl Unpin for SHPF_A
impl UnwindSafe for SHPF_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