Home
last modified time | relevance | path

Searched refs:OSA_SemaphorePost (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_manager.c781 (void)OSA_SemaphorePost((osa_semaphore_handle_t)handle->serSemaphore);
803 (void)OSA_SemaphorePost((osa_semaphore_handle_t)handle->serSemaphore);
851 (void)OSA_SemaphorePost((osa_semaphore_handle_t)handle->serSemaphore);
935 (void)OSA_SemaphorePost((osa_semaphore_handle_t)handle->serSemaphore);
961 (void)OSA_SemaphorePost((osa_semaphore_handle_t)handle->serSemaphore);
1073 (void)OSA_SemaphorePost((osa_semaphore_handle_t)handle->serSemaphore);
1784 …(void)OSA_SemaphorePost((osa_semaphore_handle_t)serialWriteHandle->serialManagerHandle->serSemapho…
1850 …(void)OSA_SemaphorePost((osa_semaphore_handle_t)serialWriteHandle->serialManagerHandle->serSemapho…
/hal_nxp-3.5.0/mcux/middleware/wireless/framework_5.3.3/OSAbstraction/Interface/
Dfsl_os_abstraction.h373 osaStatus_t OSA_SemaphorePost(osaSemaphoreId_t semId);
/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction.h676 osa_status_t OSA_SemaphorePost(osa_semaphore_handle_t semaphoreHandle);
Dfsl_os_abstraction_threadx.c459 osa_status_t OSA_SemaphorePost(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphorePost() function
Dfsl_os_abstraction_free_rtos.c494 osa_status_t OSA_SemaphorePost(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphorePost() function
Dfsl_os_abstraction_bm.c713 osa_status_t OSA_SemaphorePost(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphorePost() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/timer_manager/
Dfsl_component_timer_manager.c272 (void)OSA_SemaphorePost((osa_semaphore_handle_t)s_timermanager.halTimerTaskSemaphoreHandle); in NotifyTimersTask()