Module pcnt

Source
Expand description

Pulse Count Controller

Re-exports§

pub use self::unit::UNIT;

Modules§

ctrl
Control register for all counters
date
PCNT version control register
int_clr
Interrupt clear register
int_ena
Interrupt enable register
int_raw
Interrupt raw status register
int_st
Interrupt status register
u_cnt
Counter value for unit %s
u_status
PNCT UNIT%s status register
unit
Cluster Cluster UNIT%s, containing U?_CONF0, U?_CONF1, U?_CONF2

Structs§

RegisterBlock
Register block

Type Aliases§

CTRL
CTRL (rw) register accessor: Control register for all counters
DATE
DATE (rw) register accessor: PCNT version control register
INT_CLR
INT_CLR (w) register accessor: Interrupt clear register
INT_ENA
INT_ENA (rw) register accessor: Interrupt enable register
INT_RAW
INT_RAW (r) register accessor: Interrupt raw status register
INT_ST
INT_ST (r) register accessor: Interrupt status register
U_CNT
U_CNT (r) register accessor: Counter value for unit %s
U_STATUS
U_STATUS (r) register accessor: PNCT UNIT%s status register