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