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