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