Hrs

Type Alias Hrs 

pub type Hrs = Reg<HrsSpec>;
Expand description

HRS (r) register accessor: Hardware Request Status Register

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

For information about available fields see hrs module

Aliased Type§

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

Fields§

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