Searched refs:OSA_MsgQCreate (Results 1 – 11 of 11) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/common_task/ |
| D | fsl_component_common_task.c | 81 …OSA_MsgQCreate((osa_msgq_handle_t)s_commonTaskState->msgqhandle, COMMON_TASK_MAX_MSGQ_COUNT, sizeo… in COMMON_TASK_init()
|
| /hal_nxp-latest/mcux/middleware/wireless/framework_5.3.3/OSAbstraction/Interface/ |
| D | fsl_os_abstraction.h | 518 osaMsgQId_t OSA_MsgQCreate(uint32_t msgNo);
|
| /hal_nxp-latest/mcux/mcux-sdk/components/osa/ |
| D | fsl_os_abstraction.h | 1039 osa_status_t OSA_MsgQCreate(osa_msgq_handle_t msgqHandle, uint32_t msgNo, uint32_t msgSize);
|
| D | fsl_os_abstraction_threadx.c | 914 osa_status_t OSA_MsgQCreate(osa_msgq_handle_t msgqHandle, uint32_t msgNo, uint32_t msgSize) in OSA_MsgQCreate() function
|
| D | fsl_os_abstraction_zephyr.c | 788 osa_status_t OSA_MsgQCreate(osa_msgq_handle_t msgqHandle, uint32_t msgNo, uint32_t msgSize) in OSA_MsgQCreate() function
|
| D | fsl_os_abstraction_free_rtos.c | 1032 osa_status_t OSA_MsgQCreate(osa_msgq_handle_t msgqHandle, uint32_t msgNo, uint32_t msgSize) in OSA_MsgQCreate() function
|
| D | fsl_os_abstraction_bm.c | 1205 osa_status_t OSA_MsgQCreate(osa_msgq_handle_t msgqHandle, uint32_t msgNo, uint32_t msgSize) in OSA_MsgQCreate() function
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/ |
| D | usb_device_dci.c | 822 …OSA_MsgQCreate(deviceHandle->notificationQueue, USB_DEVICE_CONFIG_MAX_MESSAGES, USB_DEVICE_MESSAGE… in USB_DeviceInit()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | wifi.c | 1951 …status = OSA_MsgQCreate((osa_msgq_handle_t)wm_wifi.io_events, MAX_EVENTS, sizeof(struct bus_messag… in wifi_core_init() 2026 …status = OSA_MsgQCreate((osa_msgq_handle_t)wm_wifi.tx_data, MAX_EVENTS, sizeof(struct bus_message)… in wifi_core_init() 2041 …status = OSA_MsgQCreate((osa_msgq_handle_t)wm_wifi.powersave_queue, MAX_EVENTS, sizeof(struct bus_… in wifi_core_init()
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/otg/ |
| D | usb_otg_oci.c | 1650 …if (KOSA_StatusSuccess != OSA_MsgQCreate(otgInstance->otgMsgHandle, USB_OTG_MSG_COUNT, USB_OTG_MES… in USB_OtgInit()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
| D | wlan.c | 7978 … status = OSA_MsgQCreate((osa_msgq_handle_t)wlan.events, MAX_EVENTS, sizeof(struct wifi_message)); in wlan_start() 8039 …status = OSA_MsgQCreate((osa_msgq_handle_t)mon_thread_events, MAX_EVENTS, sizeof(struct wlan_messa… in wlan_start()
|