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