Enum stm32wlxx_hal::pac::lptim2::cfgr::PRELOAD_A
pub enum PRELOAD_A {
Immediate = 0,
EndOfPeriod = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
PRELOAD
Value on reset: 0
Variants§
Immediate = 0
0: Registers are updated after each APB bus write access
EndOfPeriod = 1
1: Registers are updated at the end of the current LPTIM period
Trait Implementations§
impl Copy for PRELOAD_A
impl StructuralPartialEq for PRELOAD_A
Auto Trait Implementations§
impl RefUnwindSafe for PRELOAD_A
impl Send for PRELOAD_A
impl Sync for PRELOAD_A
impl Unpin for PRELOAD_A
impl UnwindSafe for PRELOAD_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