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
struct ARMED { /* private fields */ }