pub type TimerShotwidthReg = RegValueT<TimerShotwidthReg_SPEC>;Expand description
Timer Shot duration in shot mode
Aliased Type§
pub struct TimerShotwidthReg { /* private fields */ }Implementations§
Source§impl TimerShotwidthReg
impl TimerShotwidthReg
Sourcepub fn tim_shotwidth(
self,
) -> RegisterField<0, 0xffffff, 1, 0, u32, u32, TimerShotwidthReg_SPEC, RW>
pub fn tim_shotwidth( self, ) -> RegisterField<0, 0xffffff, 1, 0, u32, u32, TimerShotwidthReg_SPEC, RW>
Shot phase duration in oneshot mode
Trait Implementations§
Source§impl Default for TimerShotwidthReg
impl Default for TimerShotwidthReg
Source§fn default() -> TimerShotwidthReg
fn default() -> TimerShotwidthReg
Returns the “default value” for a type. Read more