#[repr(u8)]pub enum Pwaot0 {
PWM_OUT_TRIG0_SIGNAL = 0,
PWMA_OUTPUT = 1,
}Variants§
PWM_OUT_TRIG0_SIGNAL = 0
Route the PWM_OUT_TRIG0 signal to PWM_OUT_TRIG0 port.
PWMA_OUTPUT = 1
Route the PWMA output to the PWM_OUT_TRIG0 port.
Implementations§
Trait Implementations§
Source§impl Ord for Pwaot0
impl Ord for Pwaot0
Source§impl PartialOrd for Pwaot0
impl PartialOrd for Pwaot0
impl Copy for Pwaot0
impl Eq for Pwaot0
impl StructuralPartialEq for Pwaot0
Auto Trait Implementations§
impl Freeze for Pwaot0
impl RefUnwindSafe for Pwaot0
impl Send for Pwaot0
impl Sync for Pwaot0
impl Unpin for Pwaot0
impl UnwindSafe for Pwaot0
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