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