#[repr(u8)]pub enum CLTO_A {
OFF = 0,
_40PCC = 1,
_80PCC = 2,
_160PCC = 3,
_320PPC = 4,
_1024PPC = 5,
}
Expand description
Clock Low Timeout
Value on reset: 0
Variants§
OFF = 0
0: Timeout disabled
_40PCC = 1
1: Timeout after 40 prescaled clock cycles. In standard mode at 100 kHz, this results in a 50us timeout.
_80PCC = 2
2: Timeout after 80 prescaled clock cycles. In standard mode at 100 kHz, this results in a 100us timeout.
_160PCC = 3
3: Timeout after 160 prescaled clock cycles. In standard mode at 100 kHz, this results in a 200us timeout.
_320PPC = 4
4: Timeout after 320 prescaled clock cycles. In standard mode at 100 kHz, this results in a 400us timeout.
_1024PPC = 5
5: Timeout after 1024 prescaled clock cycles. In standard mode at 100 kHz, this results in a 1280us timeout.
Trait Implementations§
impl Copy for CLTO_A
impl StructuralPartialEq for CLTO_A
Auto Trait Implementations§
impl Freeze for CLTO_A
impl RefUnwindSafe for CLTO_A
impl Send for CLTO_A
impl Sync for CLTO_A
impl Unpin for CLTO_A
impl UnwindSafe for CLTO_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