Lines Matching defs:ipc

31 sc_err_t sc_timer_set_wdog_timeout(sc_ipc_t ipc, sc_timer_wdog_time_t timeout)
42 sc_call_rpc(ipc, &msg, SC_FALSE);
48 sc_err_t sc_timer_set_wdog_pre_timeout(sc_ipc_t ipc,
60 sc_call_rpc(ipc, &msg, SC_FALSE);
66 sc_err_t sc_timer_start_wdog(sc_ipc_t ipc, sc_bool_t lock)
77 sc_call_rpc(ipc, &msg, SC_FALSE);
83 sc_err_t sc_timer_stop_wdog(sc_ipc_t ipc)
93 sc_call_rpc(ipc, &msg, SC_FALSE);
99 sc_err_t sc_timer_ping_wdog(sc_ipc_t ipc)
109 sc_call_rpc(ipc, &msg, SC_FALSE);
115 sc_err_t sc_timer_get_wdog_status(sc_ipc_t ipc,
128 sc_call_rpc(ipc, &msg, SC_FALSE);
143 sc_err_t sc_timer_pt_get_wdog_status(sc_ipc_t ipc, sc_rm_pt_t pt,
157 sc_call_rpc(ipc, &msg, SC_FALSE);
172 sc_err_t sc_timer_set_wdog_action(sc_ipc_t ipc,
185 sc_call_rpc(ipc, &msg, SC_FALSE);
191 sc_err_t sc_timer_set_rtc_time(sc_ipc_t ipc, uint16_t year, uint8_t mon,
209 sc_call_rpc(ipc, &msg, SC_FALSE);
215 sc_err_t sc_timer_get_rtc_time(sc_ipc_t ipc, uint16_t *year, uint8_t *mon,
227 sc_call_rpc(ipc, &msg, SC_FALSE);
251 sc_err_t sc_timer_get_rtc_sec1970(sc_ipc_t ipc, uint32_t *sec)
261 sc_call_rpc(ipc, &msg, SC_FALSE);
270 sc_err_t sc_timer_set_rtc_alarm(sc_ipc_t ipc, uint16_t year, uint8_t mon,
288 sc_call_rpc(ipc, &msg, SC_FALSE);
294 sc_err_t sc_timer_set_rtc_periodic_alarm(sc_ipc_t ipc, uint32_t sec)
305 sc_call_rpc(ipc, &msg, SC_FALSE);
311 sc_err_t sc_timer_cancel_rtc_alarm(sc_ipc_t ipc)
321 sc_call_rpc(ipc, &msg, SC_FALSE);
327 sc_err_t sc_timer_set_rtc_calb(sc_ipc_t ipc, int8_t count)
338 sc_call_rpc(ipc, &msg, SC_FALSE);
344 sc_err_t sc_timer_set_sysctr_alarm(sc_ipc_t ipc, uint64_t ticks)
356 sc_call_rpc(ipc, &msg, SC_FALSE);
362 sc_err_t sc_timer_set_sysctr_periodic_alarm(sc_ipc_t ipc, uint64_t ticks)
374 sc_call_rpc(ipc, &msg, SC_FALSE);
380 sc_err_t sc_timer_cancel_sysctr_alarm(sc_ipc_t ipc)
390 sc_call_rpc(ipc, &msg, SC_FALSE);