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