Home
last modified time | relevance | path

Searched refs:notification (Results 1 – 10 of 10) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_ccid.c198 usb_device_ccid_notification_struct_t notification; in USB_DeviceCcidInterruptIn() local
209 notification.buffer = event->buffer; in USB_DeviceCcidInterruptIn()
210 notification.length = event->length; in USB_DeviceCcidInterruptIn()
225 &notification)) in USB_DeviceCcidInterruptIn()
231 … kUSB_DeviceCcidEventSlotChangeSent, &notification); in USB_DeviceCcidInterruptIn()
245 &notification)) in USB_DeviceCcidInterruptIn()
251 … kUSB_DeviceCcidEventHardwareErrorSent, &notification); in USB_DeviceCcidInterruptIn()
/hal_nxp-latest/mcux/mcux-sdk/components/srtm/srtm/
Dsrtm_service.c45 srtm_status_t SRTM_Service_Notify(srtm_service_t service, srtm_notification_t notification) in SRTM_Service_Notify() argument
50 return service->notify(service, notification); in SRTM_Service_Notify()
Dsrtm_message.c232 void SRTM_Notification_Destroy(srtm_notification_t notification) in SRTM_Notification_Destroy() argument
234 SRTM_CommMessage_Destroy(notification); in SRTM_Notification_Destroy()
Dsrtm_service_struct.h29 srtm_status_t (*notify)(srtm_service_t service, srtm_notification_t notification);
/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction_zephyr.c348 if (k_sem_init(&z_taskHandle->notification, 0, 1) != 0) in OSA_TaskCreate()
398 k_sem_reset((struct k_sem *)&z_taskHandle->notification); in OSA_TaskDestroy()
1009 … int retVal = k_sem_take(&(z_taskHandle->notification), s_OSA_ConvertTimeoutToZephyr(waitTime_ms)); in OSA_TaskNotifyGet()
1030 k_sem_give(&z_taskHandle->notification); in OSA_TaskNotifyPost()
Dfsl_os_abstraction_zephyr.h74 struct k_sem notification; member
/hal_nxp-latest/mcux/mcux-sdk/components/srtm/include/
Dsrtm_service.h53 srtm_status_t SRTM_Service_Notify(srtm_service_t service, srtm_notification_t notification);
Dsrtm_message.h161 void SRTM_Notification_Destroy(srtm_notification_t notification);
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/
DREADME.md58 - The notification module: Notifies the upper layer of specific power transitions and events.
88 - **FSL_PM_SUPPORT_NOTIFICATION** --> Allows the Power Manager to notify created notification group…
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/
DChangeLogKSDK.txt41 …- MCMgr: Added notification into MCMGR_EarlyInit and mcmgr_early_init_internal functions to avoid …
237 …d RL_ALLOW_CONSUMED_BUFFERS_NOTIFICATION config option to allow opposite side notification sending