[−][src]Type Definition lpc55_pac::syscon::CLOCKGENUPDATELOCKOUT
type CLOCKGENUPDATELOCKOUT = Reg<u32, _CLOCKGENUPDATELOCKOUT>;
Control clock configuration registers access (like xxxDIV, xxxSEL)
This register you can read
, reset
, write
, write_with_zero
, modify
. See API.
For information about available fields see clockgenupdatelockout module
Trait Implementations
impl Readable for CLOCKGENUPDATELOCKOUT
[src]
read()
method returns clockgenupdatelockout::R reader structure
impl ResetValue for CLOCKGENUPDATELOCKOUT
[src][+]
type Type = u32
fn reset_value() -> Self::Type
[src][−]
impl Writable for CLOCKGENUPDATELOCKOUT
[src]
write(|w| ..)
method takes clockgenupdatelockout::W writer structure