[−][src]Type Definition lpc55_pac::hashcrypt::MEMCTRL
type MEMCTRL = Reg<u32, _MEMCTRL>;
Setup Master to access memory (if available)
This register you can read
, reset
, write
, write_with_zero
, modify
. See API.
For information about available fields see memctrl module
Trait Implementations
impl Readable for MEMCTRL
[src]
read()
method returns memctrl::R reader structure
impl ResetValue for MEMCTRL
[src][+]
type Type = u32
fn reset_value() -> Self::Type
[src][−]
impl Writable for MEMCTRL
[src]
write(|w| ..)
method takes memctrl::W writer structure