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