[][src]Type Definition nrf51::uart0::EVENTS_RXDRDY

type EVENTS_RXDRDY = Reg<u32, _EVENTS_RXDRDY>;

Data received in RXD.

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

For information about available fields see events_rxdrdy module

Trait Implementations

impl Readable for EVENTS_RXDRDY[src]

read() method returns events_rxdrdy::R reader structure

impl ResetValue for EVENTS_RXDRDY[src]

Register EVENTS_RXDRDY reset()'s with value 0

type Type = u32

Register size

impl Writable for EVENTS_RXDRDY[src]

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