Ssrt

Type Alias Ssrt 

pub type Ssrt = Reg<SsrtSpec>;
Expand description

SSRT (w) register accessor: Set START Bit Register

You can reset, write, write_with_zero this register using ssrt::W. See API.

For information about available fields see ssrt module

Aliased Type§

#[repr(transparent)]
pub struct Ssrt { register: VolatileCell<u8>, _marker: PhantomData<SsrtSpec>, }

Fields§

§register: VolatileCell<u8>§_marker: PhantomData<SsrtSpec>