Type Alias Baud
pub type Baud = Reg<BaudSpec>;Expand description
Aliased Type§
#[repr(transparent)]pub struct Baud {
register: VolatileCell<u32>,
_marker: PhantomData<BaudSpec>,
}Fields§
§register: VolatileCell<u32>§_marker: PhantomData<BaudSpec>