sh2_StepCounter_t

Type Alias sh2_StepCounter_t 

Source
pub type sh2_StepCounter_t = sh2_StepCounter;
Expand description

@brief StepCounter

See the SH-2 Reference Manual for more detail.

Aliased Type§

#[repr(C)]
pub struct sh2_StepCounter_t { pub latency: u32, pub steps: u16, }

Fields§

§latency: u32

< @brief Step counter latency [uS].

§steps: u16

< @brief Steps counted.