Pincfg

Type Alias Pincfg 

pub type Pincfg = Reg<PincfgSpec>;
Expand description

PINCFG (rw) register accessor: LPUART Pin Configuration Register

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

For information about available fields see pincfg module

Aliased Type§

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

Fields§

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