Function PTMSYSM_SetStepHistory

Source
pub unsafe extern "C" fn PTMSYSM_SetStepHistory(
    hours: u32_,
    stepValue: *const u16_,
) -> Result
Expand description

Sets the system’s step count history.

§Arguments

  • hours - Number of hours to set the step count history for.
  • stepValue - Pointer to read the step count history from. (The buffer size must be at least hours in length)