#[repr(transparent)]pub struct Smctrl2(pub u16);Expand description
Control 2 Register
Tuple Fields§
§0: u16Implementations§
Source§impl Smctrl2
impl Smctrl2
Sourcepub const fn set_clk_sel(&mut self, val: ClkSel)
pub const fn set_clk_sel(&mut self, val: ClkSel)
Clock Source Select
Sourcepub const fn reload_sel(&self) -> ReloadSel
pub const fn reload_sel(&self) -> ReloadSel
Reload Source Select
Sourcepub const fn set_reload_sel(&mut self, val: ReloadSel)
pub const fn set_reload_sel(&mut self, val: ReloadSel)
Reload Source Select
Sourcepub const fn force_sel(&self) -> ForceSel
pub const fn force_sel(&self) -> ForceSel
This read/write bit determines the source of the FORCE OUTPUT signal for this submodule.
Sourcepub const fn set_force_sel(&mut self, val: ForceSel)
pub const fn set_force_sel(&mut self, val: ForceSel)
This read/write bit determines the source of the FORCE OUTPUT signal for this submodule.
Sourcepub const fn set_init_sel(&mut self, val: InitSel)
pub const fn set_init_sel(&mut self, val: InitSel)
Initialization Control Select
Sourcepub const fn set_pwmx_init(&mut self, val: bool)
pub const fn set_pwmx_init(&mut self, val: bool)
PWM_X Initial Value
Sourcepub const fn pwm45_init(&self) -> bool
pub const fn pwm45_init(&self) -> bool
PWM45 Initial Value
Sourcepub const fn set_pwm45_init(&mut self, val: bool)
pub const fn set_pwm45_init(&mut self, val: bool)
PWM45 Initial Value
Sourcepub const fn pwm23_init(&self) -> bool
pub const fn pwm23_init(&self) -> bool
PWM23 Initial Value
Sourcepub const fn set_pwm23_init(&mut self, val: bool)
pub const fn set_pwm23_init(&mut self, val: bool)
PWM23 Initial Value
Sourcepub const fn set_waiten(&mut self, val: bool)
pub const fn set_waiten(&mut self, val: bool)
WAIT Enable
Trait Implementations§
impl Copy for Smctrl2
impl Eq for Smctrl2
impl StructuralPartialEq for Smctrl2
Auto Trait Implementations§
impl Freeze for Smctrl2
impl RefUnwindSafe for Smctrl2
impl Send for Smctrl2
impl Sync for Smctrl2
impl Unpin for Smctrl2
impl UnwindSafe for Smctrl2
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