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