Home
last modified time | relevance | path

Searched defs:semaphore (Results 1 – 6 of 6) sorted by relevance

/hal_infineon-latest/abstraction-rtos/include/
Dcyabs_rtos.h1063 #define cy_rtos_init_semaphore(semaphore, maxcount, initcount) \ argument
1081 #define cy_rtos_get_semaphore(semaphore, timeout_ms, \ argument
1095 #define cy_rtos_set_semaphore(semaphore, in_isr) cy_rtos_semaphore_set(semaphore) argument
1107 #define cy_rtos_get_count_semaphore(semaphore, count) cy_rtos_semaphore_get_count(semaphore, count) argument
1119 #define cy_rtos_deinit_semaphore(semaphore) cy_rtos_semaphore_deinit(semaphore) argument
/hal_infineon-latest/abstraction-rtos/source/COMPONENT_THREADX/
Dcyabs_rtos_threadx.c557 cy_rslt_t cy_rtos_semaphore_init(cy_semaphore_t* semaphore, uint32_t maxcount, uint32_t initcount) in cy_rtos_semaphore_init()
571 cy_rslt_t cy_rtos_semaphore_get(cy_semaphore_t* semaphore, cy_time_t timeout_ms) in cy_rtos_semaphore_get()
596 cy_rslt_t cy_rtos_semaphore_set(cy_semaphore_t* semaphore) in cy_rtos_semaphore_set()
609 cy_rslt_t cy_rtos_semaphore_get_count(cy_semaphore_t* semaphore, size_t* count) in cy_rtos_semaphore_get_count()
623 cy_rslt_t cy_rtos_semaphore_deinit(cy_semaphore_t* semaphore) in cy_rtos_semaphore_deinit()
/hal_infineon-latest/abstraction-rtos/source/COMPONENT_RTX/
Dcyabs_rtos_rtxv5.c555 cy_rslt_t cy_rtos_semaphore_init(cy_semaphore_t* semaphore, uint32_t maxcount, uint32_t initcount) in cy_rtos_semaphore_init()
591 cy_rslt_t cy_rtos_semaphore_get(cy_semaphore_t* semaphore, cy_time_t timeout_ms) in cy_rtos_semaphore_get()
615 cy_rslt_t cy_rtos_semaphore_set(cy_semaphore_t* semaphore) in cy_rtos_semaphore_set()
637 cy_rslt_t cy_rtos_semaphore_get_count(cy_semaphore_t* semaphore, size_t* count) in cy_rtos_semaphore_get_count()
656 cy_rslt_t cy_rtos_deinit_semaphore(cy_semaphore_t* semaphore) in cy_rtos_deinit_semaphore()
/hal_infineon-latest/abstraction-rtos/source/COMPONENT_FREERTOS/
Dcyabs_rtos_freertos.c592 cy_rslt_t cy_rtos_semaphore_init(cy_semaphore_t* semaphore, uint32_t maxcount, uint32_t initcount) in cy_rtos_semaphore_init()
618 cy_rslt_t cy_rtos_semaphore_get(cy_semaphore_t* semaphore, cy_time_t timeout_ms) in cy_rtos_semaphore_get()
661 cy_rslt_t cy_rtos_semaphore_set(cy_semaphore_t* semaphore) in cy_rtos_semaphore_set()
703 cy_rslt_t cy_rtos_semaphore_get_count(cy_semaphore_t* semaphore, size_t* count) in cy_rtos_semaphore_get_count()
722 cy_rslt_t cy_rtos_semaphore_deinit(cy_semaphore_t* semaphore) in cy_rtos_semaphore_deinit()
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi_api.c863 cy_semaphore_t *semaphore = (cy_semaphore_t *)handler_user_data; in whd_wifi_join_events_handler() local
1166 uint8_t key_length, cy_semaphore_t *semaphore) in whd_wifi_active_join_init()
1188 cy_semaphore_t *semaphore) in whd_wifi_prepare_join()
1473 static uint32_t whd_wifi_join_wait_for_complete(whd_interface_t ifp, cy_semaphore_t *semaphore) in whd_wifi_join_wait_for_complete()
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_ipc.c254 cy_semaphore_t semaphore; member