Enum Dtps
#[repr(u8)]pub enum Dtps {
_0x = 0,
_10 = 2,
_11 = 3,
}Expand description
Deadtime Prescaler Value
Value on reset: 0
Variants§
_0x = 0
0: Divide the FTM input clock by 1.
_10 = 2
2: Divide the FTM input clock by 4.
_11 = 3
3: Divide the FTM input clock by 16.
Trait Implementations§
impl Copy for Dtps
impl Eq for Dtps
impl IsEnum for Dtps
impl StructuralPartialEq for Dtps
Auto Trait Implementations§
impl Freeze for Dtps
impl RefUnwindSafe for Dtps
impl Send for Dtps
impl Sync for Dtps
impl Unpin for Dtps
impl UnwindSafe for Dtps
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