Match

Type Alias Match 

pub type Match = Reg<MatchSpec>;
Expand description

MATCH (rw) register accessor: LPUART Match Address Register

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

For information about available fields see match_ module

Aliased Type§

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

Fields§

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