Tsr

Type Alias Tsr 

pub type Tsr = Reg<TsrSpec>;
Expand description

TSR (rw) register accessor: RTC Time Seconds Register

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

For information about available fields see tsr module

Aliased Type§

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

Fields§

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