#[repr(u8)]pub enum Ipol {
Show 16 variants
PWM23 = 0,
PWM45 = 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§
PWM23 = 0
PWM23 is used to generate complementary PWM pair in the corresponding submodule.
PWM45 = 1
PWM45 is used to generate complementary PWM pair in the corresponding submodule.
_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 Ipol
impl Ord for Ipol
Source§impl PartialOrd for Ipol
impl PartialOrd for Ipol
impl Copy for Ipol
impl Eq for Ipol
impl StructuralPartialEq for Ipol
Auto Trait Implementations§
impl Freeze for Ipol
impl RefUnwindSafe for Ipol
impl Send for Ipol
impl Sync for Ipol
impl Unpin for Ipol
impl UnwindSafe for Ipol
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