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