pub enum PRELOAD {
Immediate = 0,
EndOfPeriod = 1,
}
Expand description
Registers update mode
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
impl Eq for PRELOAD
impl StructuralPartialEq for PRELOAD
Auto Trait Implementations§
impl Freeze for PRELOAD
impl RefUnwindSafe for PRELOAD
impl Send for PRELOAD
impl Sync for PRELOAD
impl Unpin for PRELOAD
impl UnwindSafe for PRELOAD
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