[][src]Type Definition lpc55_pac::puf::IFSTAT

type IFSTAT = Reg<u32, _IFSTAT>;

PUF Interface Status and clear register

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

For information about available fields see ifstat module

Trait Implementations

impl Readable for IFSTAT[src]

read() method returns ifstat::R reader structure

impl ResetValue for IFSTAT[src]

Register IFSTAT reset()'s with value 0

type Type = u32

Register size

impl Writable for IFSTAT[src]

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