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