#[repr(transparent)]pub struct Sm0ctrl2(pub u16);Expand description
Control 2 Register
Tuple Fields§
§0: u16Implementations§
Source§impl Sm0ctrl2
impl Sm0ctrl2
Sourcepub const fn clk_sel(&self) -> Sm0ctrl2ClkSel
pub const fn clk_sel(&self) -> Sm0ctrl2ClkSel
Clock Source Select
Sourcepub const fn set_clk_sel(&mut self, val: Sm0ctrl2ClkSel)
pub const fn set_clk_sel(&mut self, val: Sm0ctrl2ClkSel)
Clock Source Select
Sourcepub const fn reload_sel(&self) -> Sm0ctrl2ReloadSel
pub const fn reload_sel(&self) -> Sm0ctrl2ReloadSel
Reload Source Select
Sourcepub const fn set_reload_sel(&mut self, val: Sm0ctrl2ReloadSel)
pub const fn set_reload_sel(&mut self, val: Sm0ctrl2ReloadSel)
Reload Source Select
Sourcepub const fn force_sel(&self) -> Sm0ctrl2ForceSel
pub const fn force_sel(&self) -> Sm0ctrl2ForceSel
Force Select
Sourcepub const fn set_force_sel(&mut self, val: Sm0ctrl2ForceSel)
pub const fn set_force_sel(&mut self, val: Sm0ctrl2ForceSel)
Force Select
Sourcepub const fn init_sel(&self) -> Sm0ctrl2InitSel
pub const fn init_sel(&self) -> Sm0ctrl2InitSel
Initialization Control Select
Sourcepub const fn set_init_sel(&mut self, val: Sm0ctrl2InitSel)
pub const fn set_init_sel(&mut self, val: Sm0ctrl2InitSel)
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 indep(&self) -> Sm0ctrl2Indep
pub const fn indep(&self) -> Sm0ctrl2Indep
Independent or Complementary Pair Operation
Sourcepub const fn set_indep(&mut self, val: Sm0ctrl2Indep)
pub const fn set_indep(&mut self, val: Sm0ctrl2Indep)
Independent or Complementary Pair Operation
Trait Implementations§
impl Copy for Sm0ctrl2
impl Eq for Sm0ctrl2
impl StructuralPartialEq for Sm0ctrl2
Auto Trait Implementations§
impl Freeze for Sm0ctrl2
impl RefUnwindSafe for Sm0ctrl2
impl Send for Sm0ctrl2
impl Sync for Sm0ctrl2
impl Unpin for Sm0ctrl2
impl UnwindSafe for Sm0ctrl2
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