Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 25 of 25) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_audio_common.c448 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/
DREADME.md5 …ry initializes the hardware and passes a reference to the communication interface on the board int…
7interface 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)
Dcybsp_wifi.h86 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);
Dcybsp_wifi.c633 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()
DRELEASE.md5 * 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
Dcy_network_buffer.h180 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/
Dwhd_ap.h77 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…
Dwhd_sdpcm.h109 … whd_update_host_interface_to_bss_index_mapping(whd_driver_t whd_driver, whd_interface_t interface,
Dwhd_chip.h399 …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/
Dcyhal_audio_common.h88 … _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);
Dcyhal_hw_types.h402 const _cyhal_audioss_interface_t *interface; member
/hal_infineon-latest/
DReadme.txt16 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/
DREADME.md5interface 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/
Dxmc_eth_phy.h95 XMC_ETH_LINK_INTERFACE_t interface; /**< Link interface */ member
/hal_infineon-latest/wifi-host-driver/
DREADME.md8 ### Supported bus interface
DRELEASE.md8 * Supports concurrent operation of STA and AP interface
/hal_infineon-latest/mtb-template-cat1/files/cat1a/
Dcyreservedresources.p125 # is changed to use a different port for the SDIO interface, the section of this file which is unco…
Dcyreservedresources.p25 # is changed to use a different port for the SDIO interface, the section of this file which is unco…
Dcyreservedresources.p95 # 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/
DREADME.md27 * CYBSP_WIFI_CAPABLE - This define, disabled by default, causes the BSP to initialize the interface
/hal_infineon-latest/XMCLib/drivers/src/
Dxmc_eth_phy_dp83848.c198 switch (config->interface) in XMC_ETH_PHY_Init()
/hal_infineon-latest/serial-flash/
DRELEASE.md2 … for interacting with an external flash connected through its Single/Dual/Quad/Octal SPI interface.
DREADME.md5 …rnal flash connected through its Single SPI/Dual SPI/Quad SPI/Octal SPI interface. The read operat…
/hal_infineon-latest/abstraction-rtos/
DREADME.md5 …exes, queues, and timers. It is not intended to be a full features RTOS interface, but the provide…
/hal_infineon-latest/btstack/
DRELEASE.md160 …- 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…