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