Tar

Type Alias Tar 

pub type Tar = Reg<TarSpec>;
Expand description

TAR (rw) register accessor: RTC Time Alarm Register

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

For information about available fields see tar module

Aliased Type§

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

Fields§

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