Enum Pwmen6
pub enum Pwmen6 {
_0 = 0,
_1 = 1,
}Expand description
Channel 6 PWM enable bit
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Pwmen6
impl Eq for Pwmen6
impl StructuralPartialEq for Pwmen6
Auto Trait Implementations§
impl Freeze for Pwmen6
impl RefUnwindSafe for Pwmen6
impl Send for Pwmen6
impl Sync for Pwmen6
impl Unpin for Pwmen6
impl UnwindSafe for Pwmen6
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