[][src]Type Definition nrf52832_pac::ccm::CNFPTR

type CNFPTR = Reg<u32, _CNFPTR>;

Pointer to data structure holding AES key and NONCE vector

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

For information about available fields see cnfptr module

Trait Implementations

impl Readable for CNFPTR[src]

read() method returns cnfptr::R reader structure

impl ResetValue for CNFPTR[src]

Register CNFPTR reset()'s with value 0

type Type = u32

Register size

impl Writable for CNFPTR[src]

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