Searched refs:event_flags_t (Results 1 – 4 of 4) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/ |
D | fsl_os_abstraction_free_rtos.c | 688 … result = xEventGroupSetBitsFromISR(pEventStruct->handle, (event_flags_t)flagsToSet, &taskToWake); in OSA_EventSet() 690 …result = xEventGroupSetBitsFromISR((void *)pEventStruct->handle, (event_flags_t)flagsToSet, &taskT… in OSA_EventSet() 698 (void)xEventGroupSetBits(pEventStruct->handle, (event_flags_t)flagsToSet); in OSA_EventSet() 725 (void)xEventGroupClearBitsFromISR(pEventStruct->handle, (event_flags_t)flagsToClear); in OSA_EventClear() 727 … (void)xEventGroupClearBitsFromISR((void *)pEventStruct->handle, (event_flags_t)flagsToClear); in OSA_EventClear() 732 (void)xEventGroupClearBits(pEventStruct->handle, (event_flags_t)flagsToClear); in OSA_EventClear() 800 event_flags_t flagsSave; in OSA_EventWait() 822 …flagsSave = xEventGroupWaitBits(pEventStruct->handle, (event_flags_t)flagsToWait, clearMode, (Base… in OSA_EventWait() 825 flagsSave &= (event_flags_t)flagsToWait; in OSA_EventWait()
|
D | fsl_os_abstraction_bm.h | 37 typedef uint32_t event_flags_t; typedef
|
D | fsl_os_abstraction_free_rtos.h | 86 typedef EventBits_t event_flags_t; typedef
|
D | fsl_os_abstraction_bm.c | 110 volatile event_flags_t flags; /*!< The flags status */
|