#[repr(u8)]
pub enum PER_A {
_8,
_16,
_32,
_64,
_128,
_256,
_512,
_1K,
_2K,
_4K,
_8K,
_16K,
}
Expand description
Time-Out Period
Value on reset: 11
Variants
_8
0: 8 clock cycles
_16
1: 16 clock cycles
_32
2: 32 clock cycles
_64
3: 64 clock cycles
_128
4: 128 clock cycles
_256
5: 256 clock cycles
_512
6: 512 clock cycles
_1K
7: 1024 clock cycles
_2K
8: 2048 clock cycles
_4K
9: 4096 clock cycles
_8K
10: 8192 clock cycles
_16K
11: 16384 clock cycles
Trait Implementations
impl Copy for PER_A
impl StructuralPartialEq for PER_A
Auto Trait Implementations
impl RefUnwindSafe for PER_A
impl Send for PER_A
impl Sync for PER_A
impl Unpin for PER_A
impl UnwindSafe for PER_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more