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.
reset()
method sets ARMED to value 0
write(|w| ..)
method takes armed::W
writer structure
1
and are changed if you pass 0
0
and are changed if you pass 1
read()
method returns armed::R
reader structure