Home
last modified time | relevance | path

Searched refs:msgNo (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/middleware/wireless/framework_5.3.3/OSAbstraction/Interface/
Dfsl_os_abstraction.h518 osaMsgQId_t OSA_MsgQCreate(uint32_t msgNo);
/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_free_rtos.c870 osa_status_t OSA_MsgQCreate(osa_msgq_handle_t msgqHandle, uint32_t msgNo, uint32_t msgSize) in OSA_MsgQCreate() argument
882 xMsgqHandle.msgq = xQueueCreate(msgNo, msgSize); in OSA_MsgQCreate()
Dfsl_os_abstraction.h901 osa_status_t OSA_MsgQCreate(osa_msgq_handle_t msgqHandle, uint32_t msgNo, uint32_t msgSize);
Dfsl_os_abstraction_bm.c1108 osa_status_t OSA_MsgQCreate(osa_msgq_handle_t msgqHandle, uint32_t msgNo, uint32_t msgSize) in OSA_MsgQCreate() argument
1114 pMsgQStruct->max = (uint16_t)msgNo; in OSA_MsgQCreate()