Fltpol

Type Alias Fltpol 

pub type Fltpol = Reg<FltpolSpec>;
Expand description

FLTPOL (rw) register accessor: FTM Fault Input Polarity

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

For information about available fields see fltpol module

Aliased Type§

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

Fields§

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