Chc1

Type Alias Chc1 

pub type Chc1 = Reg<Chc1Spec>;
Expand description

CHC1 (rw) register accessor: Channel n Control register 1

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

For information about available fields see chc1 module

Aliased Type§

#[repr(transparent)]
pub struct Chc1 { register: VolatileCell<u32>, _marker: PhantomData<Chc1Spec>, }

Fields§

§register: VolatileCell<u32>§_marker: PhantomData<Chc1Spec>