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