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

type PACKETPTR = Reg<u32, _PACKETPTR>;

Packet pointer for TXD and RXD data storage in Data RAM

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

For information about available fields see packetptr module

Trait Implementations

impl Readable for PACKETPTR[src]

read() method returns packetptr::R reader structure

impl ResetValue for PACKETPTR[src]

Register PACKETPTR reset()'s with value 0

type Type = u32

Register size

impl Writable for PACKETPTR[src]

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