pub struct R(_);
Expand description
Register CTRL
reader
Implementations
sourceimpl R
impl R
sourcepub fn pulse_cnt_rst_u0(&self) -> PULSE_CNT_RST_U0_R
pub fn pulse_cnt_rst_u0(&self) -> PULSE_CNT_RST_U0_R
Bit 0 - Set this bit to clear unit 0’s counter.
sourcepub fn cnt_pause_u0(&self) -> CNT_PAUSE_U0_R
pub fn cnt_pause_u0(&self) -> CNT_PAUSE_U0_R
Bit 1 - Set this bit to freeze unit 0’s counter.
sourcepub fn pulse_cnt_rst_u1(&self) -> PULSE_CNT_RST_U1_R
pub fn pulse_cnt_rst_u1(&self) -> PULSE_CNT_RST_U1_R
Bit 2 - Set this bit to clear unit 1’s counter.
sourcepub fn cnt_pause_u1(&self) -> CNT_PAUSE_U1_R
pub fn cnt_pause_u1(&self) -> CNT_PAUSE_U1_R
Bit 3 - Set this bit to freeze unit 1’s counter.
sourcepub fn pulse_cnt_rst_u2(&self) -> PULSE_CNT_RST_U2_R
pub fn pulse_cnt_rst_u2(&self) -> PULSE_CNT_RST_U2_R
Bit 4 - Set this bit to clear unit 2’s counter.
sourcepub fn cnt_pause_u2(&self) -> CNT_PAUSE_U2_R
pub fn cnt_pause_u2(&self) -> CNT_PAUSE_U2_R
Bit 5 - Set this bit to freeze unit 2’s counter.
sourcepub fn pulse_cnt_rst_u3(&self) -> PULSE_CNT_RST_U3_R
pub fn pulse_cnt_rst_u3(&self) -> PULSE_CNT_RST_U3_R
Bit 6 - Set this bit to clear unit 3’s counter.
sourcepub fn cnt_pause_u3(&self) -> CNT_PAUSE_U3_R
pub fn cnt_pause_u3(&self) -> CNT_PAUSE_U3_R
Bit 7 - Set this bit to freeze unit 3’s counter.
Methods from Deref<Target = R<CTRL_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more