Psr

Type Alias Psr 

pub type Psr = Reg<PsrSpec>;
Expand description

PSR (rw) register accessor: Low Power Timer Prescale Register

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

For information about available fields see psr module

Aliased Type§

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

Fields§

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