| /hal_infineon-latest/mtb-hal-cat1/source/ |
| D | cyhal_audio_common.c | 448 result = obj->interface->err_clock; in _cyhal_audioss_init_clock() 548 …t _cyhal_audioss_config_t* config, cyhal_clock_t* clk, const _cyhal_audioss_interface_t* interface) in _cyhal_audioss_init() argument 566 obj->interface = interface; in _cyhal_audioss_init() 613 result = interface->err_not_supported; in _cyhal_audioss_init() 619 result = interface->err_not_supported; in _cyhal_audioss_init() 626 result = obj->interface->err_invalid_pin; in _cyhal_audioss_init() 662 result = obj->interface->err_invalid_pin; in _cyhal_audioss_init() 672 result = obj->interface->err_invalid_pin; in _cyhal_audioss_init() 680 result = obj->interface->err_invalid_pin; in _cyhal_audioss_init() 689 result = obj->interface->err_invalid_pin; in _cyhal_audioss_init() [all …]
|
| /hal_infineon-latest/whd-bsp-integration/ |
| D | README.md | 5 …ry initializes the hardware and passes a reference to the communication interface on the board int… 7 …interface to use to relay information between the MCU and the WIFI chip. The legal options are res… 42 3. Call cybsp_wifi_init_primary() to initialize the interface. This needs to be done after having c… 46 * APIs for setting up the WHD interface with the BSP's SDIO/SPI/M2M interface. 47 * Initialize a primary WiFi interface 48 * Optionally initialize a secondary WiFi interface 51 * Framework for connecting WHD to LwIP/NetXDuo network interface (whd_netif_funcs_t)
|
| D | cybsp_wifi.h | 86 cy_rslt_t cybsp_wifi_init_primary_extended(whd_interface_t* interface, 101 static inline cy_rslt_t cybsp_wifi_init_primary(whd_interface_t* interface) in cybsp_wifi_init_primary() argument 103 return cybsp_wifi_init_primary_extended(interface, NULL, NULL, NULL, NULL); in cybsp_wifi_init_primary() 116 cy_rslt_t cybsp_wifi_init_secondary(whd_interface_t* interface, whd_mac_t* mac_address); 128 cy_rslt_t cybsp_wifi_deinit(whd_interface_t interface);
|
| D | cybsp_wifi.c | 633 cy_rslt_t cybsp_wifi_init_primary_extended(whd_interface_t* interface, in cybsp_wifi_init_primary_extended() argument 672 result = whd_wifi_on(whd_drv, interface); in cybsp_wifi_init_primary_extended() 682 whd_deinit(*interface); in cybsp_wifi_init_primary_extended() 701 cy_rslt_t cybsp_wifi_init_secondary(whd_interface_t* interface, whd_mac_t* mac_address) in cybsp_wifi_init_secondary() argument 703 return whd_add_secondary_interface(whd_drv, mac_address, interface); in cybsp_wifi_init_secondary() 710 cy_rslt_t cybsp_wifi_deinit(whd_interface_t interface) in cybsp_wifi_deinit() argument 712 cy_rslt_t result = whd_wifi_off(interface); in cybsp_wifi_deinit() 722 result = whd_deinit(interface); in cybsp_wifi_deinit()
|
| D | RELEASE.md | 5 * APIs for setting up the WHD interface with the BSP's SDIO interface. 7 * Framework for connecting WHD to LwIP/NetXDuo network interface (whd_netif_funcs_t) 29 * Fixed a memory leak when shutting down the WHD interface
|
| D | cy_network_buffer.h | 180 void cy_network_process_ethernet_data(whd_interface_t interface, whd_buffer_t buffer);
|
| /hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/include/ |
| D | whd_ap.h | 77 extern whd_result_t whd_wifi_set_block_ack_window_size_common(whd_interface_t interface, uint16_t a… 79 extern whd_result_t whd_wifi_set_ampdu_parameters_common(whd_interface_t interface, uint8_t ba_wind…
|
| D | whd_sdpcm.h | 109 … whd_update_host_interface_to_bss_index_mapping(whd_driver_t whd_driver, whd_interface_t interface,
|
| D | whd_chip.h | 399 …32_t whd_wifi_get_btc_params(whd_driver_t whd_driver, uint32_t address, whd_interface_t interface);
|
| /hal_infineon-latest/mtb-hal-cat1/include_pvt/ |
| D | cyhal_audio_common.h | 88 … _cyhal_audioss_config_t* config, cyhal_clock_t* clk, const _cyhal_audioss_interface_t* interface); 90 …oss_t *obj, const _cyhal_audioss_configurator_t *cfg, const _cyhal_audioss_interface_t* interface);
|
| D | cyhal_hw_types.h | 402 const _cyhal_audioss_interface_t *interface; member
|
| /hal_infineon-latest/ |
| D | Readme.txt | 16 interface to configure and use hardware blocks on ModusToolbox™ MCUs. It is a 17 generic interface that can be used across multiple product families. The focus
|
| /hal_infineon-latest/mtb-hal-cat1/ |
| D | README.md | 5 …interface to configure and use hardware blocks on ModusToolbox™ MCUs. It is a generic interface th… 37 The HAL public interface is consistent across all platforms that the HAL supports. However, the HAL…
|
| /hal_infineon-latest/XMCLib/drivers/inc/ |
| D | xmc_eth_phy.h | 95 XMC_ETH_LINK_INTERFACE_t interface; /**< Link interface */ member
|
| /hal_infineon-latest/wifi-host-driver/ |
| D | README.md | 8 ### Supported bus interface
|
| D | RELEASE.md | 8 * Supports concurrent operation of STA and AP interface
|
| /hal_infineon-latest/mtb-template-cat1/files/cat1a/ |
| D | cyreservedresources.p12 | 5 # is changed to use a different port for the SDIO interface, the section of this file which is unco…
|
| D | cyreservedresources.p2 | 5 # is changed to use a different port for the SDIO interface, the section of this file which is unco…
|
| D | cyreservedresources.p9 | 5 # is changed to use a different port for the SDIO interface, the section of this file which is unco…
|
| /hal_infineon-latest/mtb-template-cat1/ |
| D | README.md | 27 * CYBSP_WIFI_CAPABLE - This define, disabled by default, causes the BSP to initialize the interface…
|
| /hal_infineon-latest/XMCLib/drivers/src/ |
| D | xmc_eth_phy_dp83848.c | 198 switch (config->interface) in XMC_ETH_PHY_Init()
|
| /hal_infineon-latest/serial-flash/ |
| D | RELEASE.md | 2 … for interacting with an external flash connected through its Single/Dual/Quad/Octal SPI interface.
|
| D | README.md | 5 …rnal flash connected through its Single SPI/Dual SPI/Quad SPI/Octal SPI interface. The read operat…
|
| /hal_infineon-latest/abstraction-rtos/ |
| D | README.md | 5 …exes, queues, and timers. It is not intended to be a full features RTOS interface, but the provide…
|
| /hal_infineon-latest/btstack/ |
| D | RELEASE.md | 160 …- Provides a single interface to respond to a request by eliminating multiple paths that was prese… 188 …- New interface in wiced_bt_stack_platform.h, which defines porting layer facing interfaces, to di…
|