Type Alias PccAdc1
pub type PccAdc1 = Reg<PccAdc1Spec>;Expand description
PCC_ADC1 (rw) register accessor: PCC ADC1 Register
You can read this register and get pcc_adc1::R. You can reset, write, write_with_zero this register using pcc_adc1::W. You can also modify this register. See API.
For information about available fields see pcc_adc1 module
Aliased Type§
#[repr(transparent)]pub struct PccAdc1 {
register: VolatileCell<u32>,
_marker: PhantomData<PccAdc1Spec>,
}Fields§
§register: VolatileCell<u32>§_marker: PhantomData<PccAdc1Spec>