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