Lines Matching defs:sec
193 uint8_t sec)
206 RPC_U8(&msg, 6U) = (uint8_t)sec;
217 uint8_t *sec)
245 if (sec != NULL)
246 *sec = RPC_U8(&msg, 6U);
251 sc_err_t sc_timer_get_rtc_sec1970(sc_ipc_t ipc, uint32_t *sec)
263 if (sec != NULL)
264 *sec = RPC_U32(&msg, 0U);
272 uint8_t sec)
285 RPC_U8(&msg, 6U) = (uint8_t)sec;
294 sc_err_t sc_timer_set_rtc_periodic_alarm(sc_ipc_t ipc, uint32_t sec)
302 RPC_U32(&msg, 0U) = (uint32_t)sec;