Type Alias rp2040_pac::timer::ARMED

source ·
pub type ARMED = Reg<ARMED_SPEC>;
Expand description

ARMED (rw) register accessor: Indicates the armed/disarmed status of each alarm.
A write to the corresponding ALARMx register arms the alarm.
Alarms automatically disarm upon firing, but writing ones here
will disarm immediately without waiting to fire.

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

For information about available fields see armed module

Aliased Type§

struct ARMED { /* private fields */ }