Type Alias Dchpri0
pub type Dchpri0 = Reg<Dchpri0Spec>;Expand description
DCHPRI0 (rw) register accessor: Channel n Priority Register
You can read this register and get dchpri0::R. You can reset, write, write_with_zero this register using dchpri0::W. You can also modify this register. See API.
For information about available fields see dchpri0 module
Aliased Type§
#[repr(transparent)]pub struct Dchpri0 {
register: VolatileCell<u8>,
_marker: PhantomData<Dchpri0Spec>,
}Fields§
§register: VolatileCell<u8>§_marker: PhantomData<Dchpri0Spec>