#[repr(u8)]pub enum BITO_A {
OFF = 0,
_40PCC = 1,
_80PCC = 2,
_160PCC = 3,
}
Expand description
Bus Idle 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.
Trait Implementations§
impl Copy for BITO_A
impl StructuralPartialEq for BITO_A
Auto Trait Implementations§
impl Freeze for BITO_A
impl RefUnwindSafe for BITO_A
impl Send for BITO_A
impl Sync for BITO_A
impl Unpin for BITO_A
impl UnwindSafe for BITO_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