Type Alias Clkprescaler
pub type Clkprescaler = Reg<ClkprescalerSpec>;Expand description
CLKPRESCALER (w) register accessor: Clock Prescaler Register
You can reset, write, write_with_zero this register using clkprescaler::W. See API.
For information about available fields see clkprescaler module
Aliased Type§
#[repr(transparent)]pub struct Clkprescaler {
register: VolatileCell<u8>,
_marker: PhantomData<ClkprescalerSpec>,
}Fields§
§register: VolatileCell<u8>§_marker: PhantomData<ClkprescalerSpec>