| /hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/include/ |
| D | whd_cdc_bdc.h | 112 cy_semaphore_t event_list_mutex; 116 cy_semaphore_t ioctl_mutex; 118 cy_semaphore_t ioctl_sleep; 141 cy_semaphore_t event_list_mutex;
|
| D | whd_chip.h | 346 cy_semaphore_t *active_join_semaphore; 348 cy_semaphore_t active_join_mutex;
|
| D | whd_thread.h | 57 cy_semaphore_t transceive_semaphore;
|
| D | whd_ap.h | 70 cy_semaphore_t whd_wifi_sleep_flag;
|
| D | whd_sdpcm.h | 67 cy_semaphore_t send_queue_mutex;
|
| D | whd_int.h | 118 cy_semaphore_t whd_log_mutex;
|
| /hal_infineon-latest/abstraction-rtos/include/ |
| D | cyabs_rtos.h | 470 cy_rslt_t cy_rtos_semaphore_init(cy_semaphore_t* semaphore, uint32_t maxcount, uint32_t initcount); 486 cy_rslt_t cy_rtos_semaphore_get(cy_semaphore_t* semaphore, cy_time_t timeout_ms); 498 cy_rslt_t cy_rtos_semaphore_set(cy_semaphore_t* semaphore); 510 cy_rslt_t cy_rtos_semaphore_get_count(cy_semaphore_t* semaphore, size_t* count); 522 cy_rslt_t cy_rtos_semaphore_deinit(cy_semaphore_t* semaphore);
|
| /hal_infineon-latest/abstraction-rtos/source/COMPONENT_THREADX/ |
| D | cyabs_rtos_threadx.c | 557 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_FREERTOS/ |
| D | cyabs_rtos_freertos.c | 592 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/abstraction-rtos/source/COMPONENT_RTX/ |
| D | cyabs_rtos_rtxv5.c | 555 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/btstack-integration/COMPONENT_BTSS-IPC/platform/common/ |
| D | cybt_debug_uart.c | 64 cy_semaphore_t tx_complete; 65 cy_semaphore_t tx_ready; 68 cy_semaphore_t rx_complete;
|
| /hal_infineon-latest/abstraction-rtos/include/Template/ |
| D | cyabs_rtos_impl.h | 92 typedef void* /* TODO: Replace with RTOS specific type*/ cy_semaphore_t; typedef
|
| /hal_infineon-latest/abstraction-rtos/include/COMPONENT_RTX/ |
| D | cyabs_rtos_impl.h | 70 typedef osSemaphoreId_t cy_semaphore_t; /** CMSIS definition of a semaphore */ typedef
|
| /hal_infineon-latest/abstraction-rtos/include/COMPONENT_THREADX/ |
| D | cyabs_rtos_impl.h | 81 } cy_semaphore_t; typedef
|
| /hal_infineon-latest/abstraction-rtos/include/COMPONENT_FREERTOS/ |
| D | cyabs_rtos_impl.h | 84 typedef SemaphoreHandle_t cy_semaphore_t; typedef
|
| /hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/ |
| D | whd_bus_spi_protocol.h | 72 cy_semaphore_t *transceive_semaphore);
|
| D | whd_bus_m2m_protocol.c | 108 static whd_result_t whd_bus_m2m_wait_for_wlan_event(whd_driver_t whd_driver, cy_semaphore_t *transc… 445 static whd_result_t whd_bus_m2m_wait_for_wlan_event(whd_driver_t whd_driver, cy_semaphore_t *transc… in whd_bus_m2m_wait_for_wlan_event()
|
| D | whd_bus.h | 71 cy_semaphore_t *transceive_semaphore);
|
| D | whd_bus_protocol_interface.h | 115 extern whd_result_t whd_bus_wait_for_wlan_event(whd_driver_t whd_driver, cy_semaphore_t *transce…
|
| D | whd_bus_sdio_protocol.h | 210 cy_semaphore_t *transceive_semaphore);
|
| D | whd_bus.c | 181 whd_result_t whd_bus_wait_for_wlan_event(whd_driver_t whd_driver, cy_semaphore_t *transceive_semaph… in whd_bus_wait_for_wlan_event()
|
| D | whd_bus_spi_protocol.c | 785 whd_result_t whd_bus_spi_wait_for_wlan_event(whd_driver_t whd_driver, cy_semaphore_t *transceive_se… in whd_bus_spi_wait_for_wlan_event()
|
| /hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/ |
| D | whd_wifi_api.c | 110 cy_semaphore_t scan_semaphore; 315 cy_semaphore_t *semaphore); 317 static void whd_wifi_active_join_deinit(whd_interface_t ifp, cy_semaphore_t *stack_semaphore, 321 cy_semaphore_t *semaphore); 863 cy_semaphore_t *semaphore = (cy_semaphore_t *)handler_user_data; in whd_wifi_join_events_handler() 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() 1445 static void whd_wifi_active_join_deinit(whd_interface_t ifp, cy_semaphore_t *stack_semaphore, whd_r… in whd_wifi_active_join_deinit() 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() 1559 cy_semaphore_t join_semaphore; in whd_wifi_join_specific() [all …]
|
| /hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/ |
| D | cybt_platform_hci.c | 65 cy_semaphore_t boot_fully_up;
|
| /hal_infineon-latest/abstraction-rtos/ |
| D | README.md | 85 - `cy_semaphore_t`: typedef from the underlying RTOS semaphore type
|