Home
last modified time | relevance | path

Searched refs:MIN_OF (Results 1 – 5 of 5) sorted by relevance

/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_types_int.h130 #define MIN_OF(x, y) ( (x) < (y) ? (x) : (y) ) macro
/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/
Dwhd_bus_spi_protocol.c817 result = cy_rtos_get_semaphore(transceive_semaphore, (uint32_t)MIN_OF(timeout_ms, in whd_bus_spi_wait_for_wlan_event()
822 result = cy_rtos_get_semaphore(transceive_semaphore, (uint32_t)MIN_OF(timeout_ms, in whd_bus_spi_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-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi_api.c1947 record->SSID.length = (uint8_t)MIN_OF(sizeof(record->SSID.value), bss_info->SSID_len); in whd_wifi_scan_events_handler()
2864 … (size_t)MIN_OF(whd_buffer_get_current_piece_size(whd_driver, response), buffer_length) ); in whd_wifi_get_associated_client_list()
3346 (size_t)MIN_OF(whd_buffer_get_current_piece_size(whd_driver, response), in whd_wifi_get_channels()
3755 … (size_t)MIN_OF(whd_buffer_get_current_piece_size(whd_driver, response), out_length) ); in whd_wifi_get_iovar_buffer_with_param()
4565 *size_out = MIN_OF(in_filter->u.pattern.size_bytes, max_size); in whd_pf_get_packet_filter_mask_and_pattern()
4847 memcpy(whd_connect, connect, MIN_OF(mylen, buflen) ); in whd_tko_get_FW_connect()
Dwhd_chip.c640 …whd_driver->whd_ioctl_log[whd_driver->whd_ioctl_log_index % WHD_IOCTL_LOG_SIZE].data_size = MIN_OF( in whd_ioctl_log_add()