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

type ALARM3 = Reg<u32, _ALARM3>;

Arm alarm 3, and configure the time it will fire.\n Once armed, the alarm fires when TIMER_ALARM3 == 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 alarm3 module

Trait Implementations

impl Readable for ALARM3[src]

read() method returns alarm3::R reader structure

impl ResetValue for ALARM3[src]

Register ALARM3 reset()'s with value 0

type Type = u32

Register size

impl Writable for ALARM3[src]

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