[][src]Type Definition nrf51::rng::EVENTS_VALRDY

type EVENTS_VALRDY = Reg<u32, _EVENTS_VALRDY>;

New random number generated and written to VALUE register.

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

For information about available fields see events_valrdy module

Trait Implementations

impl Readable for EVENTS_VALRDY[src]

read() method returns events_valrdy::R reader structure

impl ResetValue for EVENTS_VALRDY[src]

Register EVENTS_VALRDY reset()'s with value 0

type Type = u32

Register size

impl Writable for EVENTS_VALRDY[src]

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