Data

Type Alias Data 

pub type Data = Reg<DataSpec>;
Expand description

DATA (rw) register accessor: LPUART Data Register

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

For information about available fields see data module

Aliased Type§

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

Fields§

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