Type Alias Clkoutcnfg
pub type Clkoutcnfg = Reg<ClkoutcnfgSpec>;Expand description
CLKOUTCNFG (rw) register accessor: SCG CLKOUT Configuration Register
You can read this register and get clkoutcnfg::R. You can reset, write, write_with_zero this register using clkoutcnfg::W. You can also modify this register. See API.
For information about available fields see clkoutcnfg module
Aliased Type§
#[repr(transparent)]pub struct Clkoutcnfg {
register: VolatileCell<u32>,
_marker: PhantomData<ClkoutcnfgSpec>,
}Fields§
§register: VolatileCell<u32>§_marker: PhantomData<ClkoutcnfgSpec>