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

type ALLOW = Reg<u32, _ALLOW>;

PUF Allow register

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

For information about available fields see allow module

Trait Implementations

impl Readable for ALLOW[src]

read() method returns allow::R reader structure

impl ResetValue for ALLOW[src]

Register ALLOW reset()'s with value 0

type Type = u32

Register size

impl Writable for ALLOW[src]

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