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

type ERRORSTATUS = Reg<u32, _ERRORSTATUS>;

NFC Error Status register

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

For information about available fields see errorstatus module

Trait Implementations

impl Readable for ERRORSTATUS[src]

read() method returns errorstatus::R reader structure

impl ResetValue for ERRORSTATUS[src]

Register ERRORSTATUS reset()'s with value 0

type Type = u32

Register size

impl Writable for ERRORSTATUS[src]

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