[][src]Type Definition nrf52840_pac::aar::IRKPTR

type IRKPTR = Reg<u32, _IRKPTR>;

Pointer to IRK data structure

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

For information about available fields see irkptr module

Trait Implementations

impl Readable for IRKPTR[src]

read() method returns irkptr::R reader structure

impl ResetValue for IRKPTR[src]

Register IRKPTR reset()'s with value 0

type Type = u32

Register size

impl Writable for IRKPTR[src]

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