#[repr(transparent)]pub struct Outen(pub u16);Expand description
Output Enable Register
Tuple Fields§
§0: u16Implementations§
Source§impl Outen
impl Outen
Sourcepub const fn set_pwmx_en(&mut self, val: PwmxEn)
pub const fn set_pwmx_en(&mut self, val: PwmxEn)
PWM_X Output Enables
Sourcepub const fn set_pwmb_en(&mut self, val: PwmbEn)
pub const fn set_pwmb_en(&mut self, val: PwmbEn)
PWM_B Output Enables
Sourcepub const fn set_pwma_en(&mut self, val: PwmaEn)
pub const fn set_pwma_en(&mut self, val: PwmaEn)
PWM_A Output Enables
Trait Implementations§
impl Copy for Outen
impl Eq for Outen
impl StructuralPartialEq for Outen
Auto Trait Implementations§
impl Freeze for Outen
impl RefUnwindSafe for Outen
impl Send for Outen
impl Sync for Outen
impl Unpin for Outen
impl UnwindSafe for Outen
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