[][src]Type Definition lpc55s6x_pac::hashcrypt::LOCK

type LOCK = Reg<u32, _LOCK>;

Lock register allows locking to the current security level or unlocking by the lock holding level.

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

For information about avaliable fields see lock module

Trait Implementations

impl Readable for LOCK[src]

read() method returns lock::R reader structure

impl Writable for LOCK[src]

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

impl ResetValue for LOCK[src]

Register LOCK reset()'s with value 0

type Type = u32

Register size