Enum avr_device::atmega32u4::tc4::tccr4b::DTPS4_A
source · #[repr(u8)]pub enum DTPS4_A {
X1 = 0,
X2 = 1,
X4 = 2,
X8 = 3,
}
Expand description
Dead Time Prescaler Bits
Value on reset: 0
Variants§
Trait Implementations§
source§impl PartialEq for DTPS4_A
impl PartialEq for DTPS4_A
impl Copy for DTPS4_A
impl Eq for DTPS4_A
impl StructuralPartialEq for DTPS4_A
Auto Trait Implementations§
impl RefUnwindSafe for DTPS4_A
impl Send for DTPS4_A
impl Sync for DTPS4_A
impl Unpin for DTPS4_A
impl UnwindSafe for DTPS4_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