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