Stat

Type Alias Stat 

pub type Stat = Reg<StatSpec>;
Expand description

STAT (rw) register accessor: LPUART Status Register

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

For information about available fields see stat module

Aliased Type§

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

Fields§

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