pub enum Duty {
Show 14 variants
Duty1Bit = 1,
Duty2Bit = 2,
Duty3Bit = 3,
Duty4Bit = 4,
Duty5Bit = 5,
Duty6Bit = 6,
Duty7Bit = 7,
Duty8Bit = 8,
Duty9Bit = 9,
Duty10Bit = 10,
Duty11Bit = 11,
Duty12Bit = 12,
Duty13Bit = 13,
Duty14Bit = 14,
}
Expand description
Number of bits reserved for duty cycle adjustment
Variants§
Duty1Bit = 1
Duty2Bit = 2
Duty3Bit = 3
Duty4Bit = 4
Duty5Bit = 5
Duty6Bit = 6
Duty7Bit = 7
Duty8Bit = 8
Duty9Bit = 9
Duty10Bit = 10
Duty11Bit = 11
Duty12Bit = 12
Duty13Bit = 13
Duty14Bit = 14
Trait Implementations§
impl Copy for Duty
impl Eq for Duty
impl StructuralPartialEq for Duty
Auto Trait Implementations§
impl Freeze for Duty
impl RefUnwindSafe for Duty
impl Send for Duty
impl Sync for Duty
impl Unpin for Duty
impl UnwindSafe for Duty
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