Home
last modified time | relevance | path

Searched refs:mon (Results 1 – 2 of 2) sorted by relevance

/arm-trusted-firmware-2.8.0/plat/imx/common/include/sci/svc/timer/
A Dsci_timer_api.h210 sc_err_t sc_timer_set_rtc_time(sc_ipc_t ipc, uint16_t year, uint8_t mon,
227 sc_err_t sc_timer_get_rtc_time(sc_ipc_t ipc, uint16_t *year, uint8_t *mon,
259 sc_err_t sc_timer_set_rtc_alarm(sc_ipc_t ipc, uint16_t year, uint8_t mon,
/arm-trusted-firmware-2.8.0/plat/imx/common/sci/svc/timer/
A Dtimer_rpc_clnt.c191 sc_err_t sc_timer_set_rtc_time(sc_ipc_t ipc, uint16_t year, uint8_t mon, in sc_timer_set_rtc_time() argument
202 RPC_U8(&msg, 2U) = (uint8_t)mon; in sc_timer_set_rtc_time()
215 sc_err_t sc_timer_get_rtc_time(sc_ipc_t ipc, uint16_t *year, uint8_t *mon, in sc_timer_get_rtc_time() argument
233 if (mon != NULL) in sc_timer_get_rtc_time()
234 *mon = RPC_U8(&msg, 2U); in sc_timer_get_rtc_time()
270 sc_err_t sc_timer_set_rtc_alarm(sc_ipc_t ipc, uint16_t year, uint8_t mon, in sc_timer_set_rtc_alarm() argument
281 RPC_U8(&msg, 2U) = (uint8_t)mon; in sc_timer_set_rtc_alarm()

Completed in 3 milliseconds