Home
last modified time | relevance | path

Searched refs:cy_rtos_get_semaphore (Results 1 – 14 of 14) sorted by relevance

/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/common/
Dcybt_debug_uart.c165 result = cy_rtos_get_semaphore(&cy_trans_uart.tx_ready, CY_RTOS_NEVER_TIMEOUT, false); in cybt_enqueue_tx_data()
224 result = cy_rtos_get_semaphore(&cy_trans_uart.tx_ready, CY_RTOS_NEVER_TIMEOUT, false); in cybt_debug_uart_send_wiced_hci_buf()
268 cy_rtos_get_semaphore (&cy_trans_uart.tx_complete, CY_RTOS_NEVER_TIMEOUT, false); in cybt_debug_tx_task()
287 result = cy_rtos_get_semaphore(&cy_trans_uart.rx_complete, CY_RTOS_NEVER_TIMEOUT, false); in cybt_debug_rx_task()
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_ap.c351 CHECK_RETURN_WITH_SEMAPHORE(cy_rtos_get_semaphore(&ap->whd_wifi_sleep_flag, (uint32_t)10000, in whd_wifi_init_ap()
596 CHECK_RETURN_WITH_SEMAPHORE(cy_rtos_get_semaphore(&ap->whd_wifi_sleep_flag, (uint32_t)10000, in whd_wifi_start_ap()
668 result = cy_rtos_get_semaphore(&ap->whd_wifi_sleep_flag, (uint32_t)10000, WHD_FALSE); in whd_wifi_stop_ap()
686 result = cy_rtos_get_semaphore(&ap->whd_wifi_sleep_flag, (uint32_t)10000, WHD_FALSE); in whd_wifi_stop_ap()
Dwhd_cdc_bdc.c217 retval = cy_rtos_get_semaphore(&cdc_bdc_info->ioctl_mutex, CY_RTOS_NEVER_TIMEOUT, WHD_FALSE); in whd_cdc_send_ioctl()
280 …retval = cy_rtos_get_semaphore(&cdc_bdc_info->ioctl_sleep, (uint32_t)WHD_IOCTL_TIMEOUT_MS, WHD_FAL… in whd_cdc_send_ioctl()
522 …if ( ( (ioctl_mutex_res = cy_rtos_get_semaphore(&cdc_bdc_info->ioctl_mutex, 0, WHD_FALSE) ) != WHD… in whd_process_cdc()
706 …if (cy_rtos_get_semaphore(&cdc_bdc_info->event_list_mutex, CY_RTOS_NEVER_TIMEOUT, WHD_FALSE) != WH… in whd_process_bdc_event()
Dwhd_events.c212 … res = cy_rtos_get_semaphore(&error_info->event_list_mutex, CY_RTOS_NEVER_TIMEOUT, WHD_FALSE); in whd_set_error_handler_locally()
381 res = cy_rtos_get_semaphore(&cdc_bdc_info->event_list_mutex, CY_RTOS_NEVER_TIMEOUT, WHD_FALSE); in whd_management_set_event_handler()
476 res = cy_rtos_get_semaphore(&cdc_bdc_info->event_list_mutex, CY_RTOS_NEVER_TIMEOUT, WHD_FALSE); in whd_wifi_set_event_handler()
Dwhd_sdpcm.c504 …if (cy_rtos_get_semaphore(&sdpcm_info->send_queue_mutex, CY_RTOS_NEVER_TIMEOUT, WHD_FALSE) != WHD_… in whd_sdpcm_get_packet_to_send()
610 …if (cy_rtos_get_semaphore(&sdpcm_info->send_queue_mutex, CY_RTOS_NEVER_TIMEOUT, WHD_FALSE) != WHD_… in whd_send_to_bus()
Dwhd_chip.c635 …CHECK_RETURN(cy_rtos_get_semaphore(&whd_driver->whd_log_mutex, CY_RTOS_NEVER_TIMEOUT, WHD_FALSE) ); in whd_ioctl_log_add()
654 …CHECK_RETURN(cy_rtos_get_semaphore(&whd_driver->whd_log_mutex, CY_RTOS_NEVER_TIMEOUT, WHD_FALSE) ); in whd_ioctl_log_add_event()
671 …CHECK_RETURN(cy_rtos_get_semaphore(&whd_driver->whd_log_mutex, CY_RTOS_NEVER_TIMEOUT, WHD_FALSE) ); in whd_ioctl_print()
Dwhd_wifi_api.c1135 …result = cy_rtos_get_semaphore(&whd_driver->internal_info.active_join_mutex, CY_RTOS_NEVER_TIMEOUT, in whd_wifi_join_events_handler()
1177 …CHECK_RETURN(cy_rtos_get_semaphore(&whd_driver->internal_info.active_join_mutex, CY_RTOS_NEVER_TIM… in whd_wifi_active_join_init()
1451 …val = cy_rtos_get_semaphore(&whd_driver->internal_info.active_join_mutex, CY_RTOS_NEVER_TIMEOUT, W… in whd_wifi_active_join_deinit()
1484 result = cy_rtos_get_semaphore(semaphore, DEFAULT_JOIN_ATTEMPT_TIMEOUT / 10, WHD_FALSE); in whd_wifi_join_wait_for_complete()
2416 result = cy_rtos_get_semaphore(&scan_userdata.scan_semaphore, CY_RTOS_NEVER_TIMEOUT, WHD_FALSE); in whd_wifi_scan_synch()
/hal_infineon-latest/abstraction-rtos/include/
Dcyabs_rtos.h1081 #define cy_rtos_get_semaphore(semaphore, timeout_ms, \ macro
/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/
Dcybt_platform_hci.c234 cy_rtos_get_semaphore(&hci_cb.boot_fully_up, CY_RTOS_NEVER_TIMEOUT, is_from_isr); in cybt_platform_hci_wait_for_boot_fully_up()
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/
Dwhd_bus_spi_protocol.c822 result = cy_rtos_get_semaphore(transceive_semaphore, (uint32_t)MIN_OF(timeout_ms, in whd_bus_spi_wait_for_wlan_event()
827 result = cy_rtos_get_semaphore(transceive_semaphore, (uint32_t)MIN_OF(timeout_ms, in whd_bus_spi_wait_for_wlan_event()
Dwhd_bus_m2m_protocol.c453 result = cy_rtos_get_semaphore(transceive_semaphore, timeout_ms, WHD_FALSE); in whd_bus_m2m_wait_for_wlan_event()
Dwhd_bus_sdio_protocol.c266 result = cy_rtos_get_semaphore(transceive_semaphore, (uint32_t)MIN_OF(timeout_ms, in whd_bus_sdio_wait_for_wlan_event()
271 result = cy_rtos_get_semaphore(transceive_semaphore, (uint32_t)MIN_OF(timeout_ms, in whd_bus_sdio_wait_for_wlan_event()
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_ipc.c411 rtos_sema_result = cy_rtos_get_semaphore( in _cyhal_ipc_sema_take()
423 rtos_sema_result = cy_rtos_get_semaphore( in _cyhal_ipc_sema_take()
Dcyhal_sdhc.c1063 ret = cy_rtos_get_semaphore(&(_cyhal_sdxx_semaphore_xfer_done[block_num]), 500, in_isr); in _cyhal_sdxx_setup_smphr()
1093 …ret = cy_rtos_get_semaphore(&(_cyhal_sdxx_semaphore_xfer_done[sdxx->resource.block_num]), 500, in_… in _cyhal_sdxx_waitfor_transfer_complete()