[][src]Type Definition nrf51::radio::EVENTS_RSSIEND

type EVENTS_RSSIEND = Reg<u32, _EVENTS_RSSIEND>;

Sampling of the receive signal strength complete. A new RSSI sample is ready for readout at the RSSISAMPLE register.

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

For information about available fields see events_rssiend module

Trait Implementations

impl Readable for EVENTS_RSSIEND[src]

read() method returns events_rssiend::R reader structure

impl ResetValue for EVENTS_RSSIEND[src]

Register EVENTS_RSSIEND reset()'s with value 0

type Type = u32

Register size

impl Writable for EVENTS_RSSIEND[src]

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