Searched refs:SDU_CMD_RECEIVED (Results 1 – 2 of 2) sorted by relevance
618 (void)OSA_EventSet(ctrl->event, SDU_CMD_RECEIVED); in SDU_CmdCallback()769 if (ev & SDU_CMD_RECEIVED)812 if ((ev & SDU_CMD_RECEIVED) != 0U) in SDU_RecvTask()1413 …status = OSA_EventWait((osa_event_handle_t)(ctrl_sdu.event), SDU_CMD_RECEIVED, 0U, osaWaitForever_… in SDU_RecvCmd()1417 if ((ev & SDU_CMD_RECEIVED) != 0U) in SDU_RecvCmd()
21 #define SDU_CMD_RECEIVED (1U << 0U) macro