#[repr(u8)]pub enum Run {
Disabled = 0,
Enabled = 1,
}Expand description
Run
Value on reset: 0
Variants§
Disabled = 0
0: PWM counter is stopped, but PWM outputs hold the current state.
Enabled = 1
1: PWM counter is started in the corresponding submodule.
Trait Implementations§
impl Copy for Run
impl Eq for Run
impl IsEnum for Run
impl StructuralPartialEq for Run
Auto Trait Implementations§
impl Freeze for Run
impl RefUnwindSafe for Run
impl Send for Run
impl Sync for Run
impl Unpin for Run
impl UnsafeUnpin for Run
impl UnwindSafe for Run
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