Enum Lpos
pub enum Lpos {
_0 = 0,
_1 = 1,
}Expand description
LPO Select
Value on reset: 0
Variants§
_0 = 0
0: RTC prescaler increments using 32.768 kHz clock.
_1 = 1
1: RTC prescaler increments using 1 kHz LPO, bits [4:0] of the prescaler are ignored.
Trait Implementations§
impl Copy for Lpos
impl Eq for Lpos
impl StructuralPartialEq for Lpos
Auto Trait Implementations§
impl Freeze for Lpos
impl RefUnwindSafe for Lpos
impl Send for Lpos
impl Sync for Lpos
impl Unpin for Lpos
impl UnwindSafe for Lpos
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