Chcfg

Type Alias Chcfg 

pub type Chcfg = Reg<ChcfgSpec>;
Expand description

CHCFG (rw) register accessor: Channel Configuration register

You can read this register and get chcfg::R. You can reset, write, write_with_zero this register using chcfg::W. You can also modify this register. See API.

For information about available fields see chcfg module

Aliased Type§

#[repr(transparent)]
pub struct Chcfg { register: VolatileCell<u8>, _marker: PhantomData<ChcfgSpec>, }

Fields§

§register: VolatileCell<u8>§_marker: PhantomData<ChcfgSpec>