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