#[repr(u8)]pub enum ETPS {
Div1 = 0,
Div2 = 1,
Div4 = 2,
Div8 = 3,
}
Expand description
External trigger prescaler
Value on reset: 0
Variants§
Div1 = 0
0: Prescaler OFF
Div2 = 1
1: ETRP frequency divided by 2
Div4 = 2
2: ETRP frequency divided by 4
Div8 = 3
3: ETRP frequency divided by 8
Trait Implementations§
impl Copy for ETPS
impl Eq for ETPS
impl IsEnum for ETPS
impl StructuralPartialEq for ETPS
Auto Trait Implementations§
impl Freeze for ETPS
impl RefUnwindSafe for ETPS
impl Send for ETPS
impl Sync for ETPS
impl Unpin for ETPS
impl UnwindSafe for ETPS
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