#[repr(u8)]pub enum PwmxEn {
Show 16 variants
DISABLED = 0,
ENABLED = 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§
DISABLED = 0
PWM_X output disabled.
ENABLED = 1
PWM_X output enabled.
_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 PwmxEn
impl Ord for PwmxEn
Source§impl PartialOrd for PwmxEn
impl PartialOrd for PwmxEn
impl Copy for PwmxEn
impl Eq for PwmxEn
impl StructuralPartialEq for PwmxEn
Auto Trait Implementations§
impl Freeze for PwmxEn
impl RefUnwindSafe for PwmxEn
impl Send for PwmxEn
impl Sync for PwmxEn
impl Unpin for PwmxEn
impl UnwindSafe for PwmxEn
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