Baud

Type Alias Baud 

pub type Baud = Reg<BaudSpec>;
Expand description

BAUD (rw) register accessor: LPUART Baud Rate Register

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

For information about available fields see baud module

Aliased Type§

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

Fields§

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