Type Alias Ftmopt1
pub type Ftmopt1 = Reg<Ftmopt1Spec>;Expand description
FTMOPT1 (rw) register accessor: FTM Option Register 1
You can read this register and get ftmopt1::R. You can reset, write, write_with_zero this register using ftmopt1::W. You can also modify this register. See API.
For information about available fields see ftmopt1 module
Aliased Type§
#[repr(transparent)]pub struct Ftmopt1 {
register: VolatileCell<u32>,
_marker: PhantomData<Ftmopt1Spec>,
}Fields§
§register: VolatileCell<u32>§_marker: PhantomData<Ftmopt1Spec>