Once armed, the alarm fires when TIMER_ALARM0 == TIMELR.
The alarm will disarm itself once it fires, and can
be disarmed early using the ARMED status register.
You can read
this register and get alarm0::R
. You can reset
, write
, write_with_zero
this register using alarm0::W
. You can also modify
this register. See API.
reset()
method sets ALARM0 to value 0
write(|w| ..)
method takes alarm0::W
writer structure
1
and are changed if you pass 0
0
and are changed if you pass 1
read()
method returns alarm0::R
reader structure