#[repr(u8)]pub enum Ipol {
Pwm23 = 0,
Pwm45 = 1,
}Expand description
Current Polarity
Value on reset: 0
Variants§
Pwm23 = 0
0: PWM23 is used to generate complementary PWM pair in the corresponding submodule.
Pwm45 = 1
1: PWM45 is used to generate complementary PWM pair in the corresponding submodule.
Trait Implementations§
impl Copy for Ipol
impl Eq for Ipol
impl IsEnum 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 UnsafeUnpin 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