Struct esp32s3_hal::pac::pcnt::ctrl::R
pub struct R(_);
Expand description
Register CTRL
reader
Implementations§
§impl R
impl R
pub fn pulse_cnt_rst_u0(&self) -> BitReaderRaw<bool>
pub fn pulse_cnt_rst_u0(&self) -> BitReaderRaw<bool>
Bit 0 - Set this bit to clear unit 0’s counter.
pub fn cnt_pause_u0(&self) -> BitReaderRaw<bool>
pub fn cnt_pause_u0(&self) -> BitReaderRaw<bool>
Bit 1 - Set this bit to freeze unit 0’s counter.
pub fn pulse_cnt_rst_u1(&self) -> BitReaderRaw<bool>
pub fn pulse_cnt_rst_u1(&self) -> BitReaderRaw<bool>
Bit 2 - Set this bit to clear unit 1’s counter.
pub fn cnt_pause_u1(&self) -> BitReaderRaw<bool>
pub fn cnt_pause_u1(&self) -> BitReaderRaw<bool>
Bit 3 - Set this bit to freeze unit 1’s counter.
pub fn pulse_cnt_rst_u2(&self) -> BitReaderRaw<bool>
pub fn pulse_cnt_rst_u2(&self) -> BitReaderRaw<bool>
Bit 4 - Set this bit to clear unit 2’s counter.
pub fn cnt_pause_u2(&self) -> BitReaderRaw<bool>
pub fn cnt_pause_u2(&self) -> BitReaderRaw<bool>
Bit 5 - Set this bit to freeze unit 2’s counter.
pub fn pulse_cnt_rst_u3(&self) -> BitReaderRaw<bool>
pub fn pulse_cnt_rst_u3(&self) -> BitReaderRaw<bool>
Bit 6 - Set this bit to clear unit 3’s counter.
pub fn cnt_pause_u3(&self) -> BitReaderRaw<bool>
pub fn cnt_pause_u3(&self) -> BitReaderRaw<bool>
Bit 7 - Set this bit to freeze unit 3’s counter.
Methods from Deref<Target = R<CTRL_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.