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