[][src]Type Definition nrf52840_pac::nfct::framestatus::RX

type RX = Reg<u32, _RX>;

Result of last incoming frame

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

For information about available fields see rx module

Trait Implementations

impl Readable for RX[src]

read() method returns rx::R reader structure

impl ResetValue for RX[src]

Register RX reset()'s with value 0

type Type = u32

Register size

impl Writable for RX[src]

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