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