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