#[repr(u8)]pub enum Fhalf {
Show 16 variants
PWM_OUTPUTS_NOT_REENABLED = 0,
PWM_OUTPUTS_REENABLED = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
PWM_OUTPUTS_NOT_REENABLED = 0
PWM outputs are not re-enabled at the start of a half cycle.
PWM_OUTPUTS_REENABLED = 1
PWM outputs are re-enabled at the start of a half cycle (as defined by VAL0).
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Ord for Fhalf
impl Ord for Fhalf
Source§impl PartialOrd for Fhalf
impl PartialOrd for Fhalf
impl Copy for Fhalf
impl Eq for Fhalf
impl StructuralPartialEq for Fhalf
Auto Trait Implementations§
impl Freeze for Fhalf
impl RefUnwindSafe for Fhalf
impl Send for Fhalf
impl Sync for Fhalf
impl Unpin for Fhalf
impl UnwindSafe for Fhalf
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