#[repr(transparent)]pub struct Sm3tctrl(pub u16);Expand description
Output Trigger Control Register
Tuple Fields§
§0: u16Implementations§
Source§impl Sm3tctrl
impl Sm3tctrl
Sourcepub const fn out_trig_en(&self) -> Sm3tctrlOutTrigEn
pub const fn out_trig_en(&self) -> Sm3tctrlOutTrigEn
Output Trigger Enables
Sourcepub const fn set_out_trig_en(&mut self, val: Sm3tctrlOutTrigEn)
pub const fn set_out_trig_en(&mut self, val: Sm3tctrlOutTrigEn)
Output Trigger Enables
Sourcepub const fn trgfrq(&self) -> Sm3tctrlTrgfrq
pub const fn trgfrq(&self) -> Sm3tctrlTrgfrq
Trigger Frequency
Sourcepub const fn set_trgfrq(&mut self, val: Sm3tctrlTrgfrq)
pub const fn set_trgfrq(&mut self, val: Sm3tctrlTrgfrq)
Trigger Frequency
Sourcepub const fn pwbot1(&self) -> Sm3tctrlPwbot1
pub const fn pwbot1(&self) -> Sm3tctrlPwbot1
Mux Output Trigger 1 Source Select
Sourcepub const fn set_pwbot1(&mut self, val: Sm3tctrlPwbot1)
pub const fn set_pwbot1(&mut self, val: Sm3tctrlPwbot1)
Mux Output Trigger 1 Source Select
Sourcepub const fn pwaot0(&self) -> Sm3tctrlPwaot0
pub const fn pwaot0(&self) -> Sm3tctrlPwaot0
Mux Output Trigger 0 Source Select
Sourcepub const fn set_pwaot0(&mut self, val: Sm3tctrlPwaot0)
pub const fn set_pwaot0(&mut self, val: Sm3tctrlPwaot0)
Mux Output Trigger 0 Source Select
Trait Implementations§
impl Copy for Sm3tctrl
impl Eq for Sm3tctrl
impl StructuralPartialEq for Sm3tctrl
Auto Trait Implementations§
impl Freeze for Sm3tctrl
impl RefUnwindSafe for Sm3tctrl
impl Send for Sm3tctrl
impl Sync for Sm3tctrl
impl Unpin for Sm3tctrl
impl UnwindSafe for Sm3tctrl
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