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