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