[][src]Type Definition nrf52832_pac::nfct::EVENTS_COLLISION

type EVENTS_COLLISION = Reg<u32, _EVENTS_COLLISION>;

NFC Auto collision resolution error reported.

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

For information about available fields see events_collision module

Trait Implementations

impl Readable for EVENTS_COLLISION[src]

read() method returns events_collision::R reader structure

impl ResetValue for EVENTS_COLLISION[src]

Register EVENTS_COLLISION reset()'s with value 0

type Type = u32

Register size

impl Writable for EVENTS_COLLISION[src]

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