Status

Type Alias Status 

pub type Status = Reg<StatusSpec>;
Expand description

STATUS (r) register accessor: Capture And Compare Status

You can read this register and get status::R. See API.

For information about available fields see status module

Aliased Type§

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

Fields§

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