[][src]Type Definition nrf51::rtc0::EVENTS_TICK

type EVENTS_TICK = Reg<u32, _EVENTS_TICK>;

Event on COUNTER increment.

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

For information about available fields see events_tick module

Trait Implementations

impl Readable for EVENTS_TICK[src]

read() method returns events_tick::R reader structure

impl ResetValue for EVENTS_TICK[src]

Register EVENTS_TICK reset()'s with value 0

type Type = u32

Register size

impl Writable for EVENTS_TICK[src]

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