Searched refs:period_start (Results 1 – 3 of 3) sorted by relevance
372 uint32_t period_start; /**< Start of the current period. */ member
111 elapsed = k_uptime_get_32() - pub->period_start; in next_period()160 pub->period_start = k_uptime_get_32(); in publish_start()272 pub->period_start = k_uptime_get_32(); in mod_publish()
393 uint32_t period_start; /*!< Start of the current period. */ member