[][src]Type Definition nrf52832_pac::radio::EVENTS_DEVMATCH

type EVENTS_DEVMATCH = Reg<u32, _EVENTS_DEVMATCH>;

A device address match occurred on the last received packet

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

For information about available fields see events_devmatch module

Trait Implementations

impl Readable for EVENTS_DEVMATCH[src]

read() method returns events_devmatch::R reader structure

impl ResetValue for EVENTS_DEVMATCH[src]

Register EVENTS_DEVMATCH reset()'s with value 0

type Type = u32

Register size

impl Writable for EVENTS_DEVMATCH[src]

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