[][src]Type Definition rp2040::timer::ALARM2

type ALARM2 = Reg<u32, _ALARM2>;

Arm alarm 2, and configure the time it will fire.\n Once armed, the alarm fires when TIMER_ALARM2 == TIMELR.\n The alarm will disarm itself once it fires, and can\n be disarmed early using the ARMED status register.

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see alarm2 module

Trait Implementations

impl Readable for ALARM2[src]

read() method returns alarm2::R reader structure

impl ResetValue for ALARM2[src]

Register ALARM2 reset()'s with value 0

type Type = u32

Register size

impl Writable for ALARM2[src]

write(|w| ..) method takes alarm2::W writer structure