Type Alias rp2040_pac::dma::TIMER1

source ·
pub type TIMER1 = Reg<TIMER1_SPEC>;
Expand description

TIMER1 (rw) register accessor: Pacing (X/Y) Fractional Timer
The pacing timer produces TREQ assertions at a rate set by ((X/Y) * sys_clk). This equation is evaluated every sys_clk cycles and therefore can only generate TREQs at a rate of 1 per sys_clk (i.e. permanent TREQ) or less.

You can read this register and get timer1::R. You can reset, write, write_with_zero this register using timer1::W. You can also modify this register. See API.

For information about available fields see timer1 module

Aliased Type§

struct TIMER1 { /* private fields */ }