Lines Matching defs:wakeup
122 sc_err_t sc_pad_set_wakeup(sc_ipc_t ipc, sc_pad_t pad, sc_pad_wakeup_t wakeup)
131 RPC_U8(&msg, 2U) = (uint8_t)wakeup;
140 sc_err_t sc_pad_get_wakeup(sc_ipc_t ipc, sc_pad_t pad, sc_pad_wakeup_t *wakeup)
154 if (wakeup != NULL) {
155 *wakeup = RPC_U8(&msg, 0U);
163 sc_pad_wakeup_t wakeup)
176 RPC_U8(&msg, 9U) = (uint8_t)wakeup;
187 uint32_t *ctrl, sc_pad_wakeup_t *wakeup)
217 if (wakeup != NULL) {
218 *wakeup = RPC_U8(&msg, 7U);