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