#[repr(u8)]pub enum Windowselect {
_8 = 0,
_16 = 1,
_32 = 2,
_64 = 3,
_128 = 4,
_256 = 5,
_512 = 6,
_1k = 7,
_2k = 8,
_4k = 9,
_8k = 10,
_16k = 11,
}
Expand description
Window Mode Time-Out Period
Value on reset: 11
Variants§
_8 = 0
0: 8 clock cycles
_16 = 1
1: 16 clock cycles
_32 = 2
2: 32 clock cycles
_64 = 3
3: 64 clock cycles
_128 = 4
4: 128 clock cycles
_256 = 5
5: 256 clock cycles
_512 = 6
6: 512 clock cycles
_1k = 7
7: 1024 clock cycles
_2k = 8
8: 2048 clock cycles
_4k = 9
9: 4096 clock cycles
_8k = 10
10: 8192 clock cycles
_16k = 11
11: 16384 clock cycles
Trait Implementations§
Source§impl Clone for Windowselect
impl Clone for Windowselect
Source§fn clone(&self) -> Windowselect
fn clone(&self) -> Windowselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Windowselect
impl Debug for Windowselect
Source§impl From<Windowselect> for u8
impl From<Windowselect> for u8
Source§fn from(variant: Windowselect) -> Self
fn from(variant: Windowselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Windowselect
impl PartialEq for Windowselect
impl Copy for Windowselect
impl Eq for Windowselect
impl IsEnum for Windowselect
impl StructuralPartialEq for Windowselect
Auto Trait Implementations§
impl Freeze for Windowselect
impl RefUnwindSafe for Windowselect
impl Send for Windowselect
impl Sync for Windowselect
impl Unpin for Windowselect
impl UnwindSafe for Windowselect
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