[][src]Type Definition nrf52840_pac::radio::EVENTS_RXREADY

type EVENTS_RXREADY = Reg<u32, _EVENTS_RXREADY>;

RADIO has ramped up and is ready to be started RX path

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

For information about available fields see events_rxready module

Trait Implementations

impl Readable for EVENTS_RXREADY[src]

read() method returns events_rxready::R reader structure

impl ResetValue for EVENTS_RXREADY[src]

Register EVENTS_RXREADY reset()'s with value 0

type Type = u32

Register size

impl Writable for EVENTS_RXREADY[src]

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