Tpr

Type Alias Tpr 

pub type Tpr = Reg<TprSpec>;
Expand description

TPR (rw) register accessor: RTC Time Prescaler Register

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

For information about available fields see tpr module

Aliased Type§

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

Fields§

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