Global

Type Alias Global 

pub type Global = Reg<GlobalSpec>;
Expand description

GLOBAL (rw) register accessor: LPUART Global Register

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

For information about available fields see global module

Aliased Type§

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

Fields§

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