Enum Tsic
#[repr(u8)]pub enum Tsic {
_000 = 0,
_001 = 1,
_010 = 2,
_011 = 3,
_100 = 4,
_101 = 5,
_110 = 6,
_111 = 7,
}Expand description
Timer Seconds Interrupt Configuration
Value on reset: 0
Variants§
_000 = 0
0: 1 Hz.
_001 = 1
1: 2 Hz.
_010 = 2
2: 4 Hz.
_011 = 3
3: 8 Hz.
_100 = 4
4: 16 Hz.
_101 = 5
5: 32 Hz.
_110 = 6
6: 64 Hz.
_111 = 7
7: 128 Hz.
Trait Implementations§
impl Copy for Tsic
impl Eq for Tsic
impl IsEnum for Tsic
impl StructuralPartialEq for Tsic
Auto Trait Implementations§
impl Freeze for Tsic
impl RefUnwindSafe for Tsic
impl Send for Tsic
impl Sync for Tsic
impl Unpin for Tsic
impl UnwindSafe for Tsic
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