Enum Fltps
#[repr(u8)]pub enum Fltps {
Show 16 variants
_0000 = 0,
_0001 = 1,
_0010 = 2,
_0011 = 3,
_0100 = 4,
_0101 = 5,
_0110 = 6,
_0111 = 7,
_1000 = 8,
_1001 = 9,
_1010 = 10,
_1011 = 11,
_1100 = 12,
_1101 = 13,
_1110 = 14,
_1111 = 15,
}Expand description
Filter Prescaler
Value on reset: 0
Variants§
_0000 = 0
0: Divide by 1
_0001 = 1
1: Divide by 2
_0010 = 2
2: Divide by 3
_0011 = 3
3: Divide by 4
_0100 = 4
4: Divide by 5
_0101 = 5
5: Divide by 6
_0110 = 6
6: Divide by 7
_0111 = 7
7: Divide by 8
_1000 = 8
8: Divide by 9
_1001 = 9
9: Divide by 10
_1010 = 10
10: Divide by 11
_1011 = 11
11: Divide by 12
_1100 = 12
12: Divide by 13
_1101 = 13
13: Divide by 14
_1110 = 14
14: Divide by 15
_1111 = 15
15: Divide by 16
Trait Implementations§
impl Copy for Fltps
impl Eq for Fltps
impl IsEnum for Fltps
impl StructuralPartialEq for Fltps
Auto Trait Implementations§
impl Freeze for Fltps
impl RefUnwindSafe for Fltps
impl Send for Fltps
impl Sync for Fltps
impl Unpin for Fltps
impl UnwindSafe for Fltps
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