Home
last modified time | relevance | path

Searched refs:OSA_MsgQCreate (Results 1 – 11 of 11) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/common_task/
Dfsl_component_common_task.c81OSA_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/
Dfsl_os_abstraction.h518 osaMsgQId_t OSA_MsgQCreate(uint32_t msgNo);
/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction.h1039 osa_status_t OSA_MsgQCreate(osa_msgq_handle_t msgqHandle, uint32_t msgNo, uint32_t msgSize);
Dfsl_os_abstraction_threadx.c914 osa_status_t OSA_MsgQCreate(osa_msgq_handle_t msgqHandle, uint32_t msgNo, uint32_t msgSize) in OSA_MsgQCreate() function
Dfsl_os_abstraction_zephyr.c788 osa_status_t OSA_MsgQCreate(osa_msgq_handle_t msgqHandle, uint32_t msgNo, uint32_t msgSize) in OSA_MsgQCreate() function
Dfsl_os_abstraction_free_rtos.c1032 osa_status_t OSA_MsgQCreate(osa_msgq_handle_t msgqHandle, uint32_t msgNo, uint32_t msgSize) in OSA_MsgQCreate() function
Dfsl_os_abstraction_bm.c1205 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/
Dusb_device_dci.c822OSA_MsgQCreate(deviceHandle->notificationQueue, USB_DEVICE_CONFIG_MAX_MESSAGES, USB_DEVICE_MESSAGE… in USB_DeviceInit()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi.c1951 …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/
Dusb_otg_oci.c1650 …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/
Dwlan.c7978 … 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()