| /hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/ |
| D | whd_bus.c | 147 whd_result_t whd_bus_read_register_value(whd_driver_t whd_driver, whd_bus_function_t function, uint… in whd_bus_read_register_value() argument 150 …return whd_driver->bus_if->whd_bus_read_register_value_fptr(whd_driver, function, address, value_l… in whd_bus_read_register_value() 153 whd_result_t whd_bus_write_register_value(whd_driver_t whd_driver, whd_bus_function_t function, uin… in whd_bus_write_register_value() argument 156 …return whd_driver->bus_if->whd_bus_write_register_value_fptr(whd_driver, function, address, value_… in whd_bus_write_register_value() 160 whd_bus_function_t function, uint32_t address, uint16_t size, in whd_bus_transfer_bytes() argument 163 …return whd_driver->bus_if->whd_bus_transfer_bytes_fptr(whd_driver, direction, function, address, s… in whd_bus_transfer_bytes()
|
| D | whd_bus_sdio_protocol.c | 104 … whd_bus_function_t function, uint32_t address, uint16_t data_size, 107 whd_bus_function_t function, uint32_t address, uint8_t value, 110 … whd_bus_function_t function, sdio_transfer_mode_t mode, uint32_t address, 803 whd_result_t whd_bus_sdio_write_register_value(whd_driver_t whd_driver, whd_bus_function_t function… in whd_bus_sdio_write_register_value() argument 806 …return whd_bus_sdio_transfer(whd_driver, BUS_WRITE, function, address, value_length, (uint8_t *)&v… in whd_bus_sdio_write_register_value() 811 … whd_bus_function_t function, uint32_t address, uint16_t size, in whd_bus_sdio_transfer_bytes() argument 815 …return whd_bus_sdio_transfer(whd_driver, direction, function, address, size, (uint8_t *)data->data, in whd_bus_sdio_transfer_bytes() 825 … whd_bus_function_t function, uint32_t address, uint16_t data_size, in whd_bus_sdio_transfer() argument 842 …return whd_bus_sdio_cmd52(whd_driver, direction, function, address, *data, response_expected, data… in whd_bus_sdio_transfer() 846 return whd_bus_sdio_cmd53(whd_driver, direction, function, in whd_bus_sdio_transfer() [all …]
|
| D | whd_bus_m2m_protocol.c | 96 …whd_result_t whd_bus_m2m_write_register_value(whd_driver_t whd_driver, whd_bus_function_t function, 98 … whd_result_t whd_bus_m2m_read_register_value(whd_driver_t whd_driver, whd_bus_function_t function, 101 … whd_bus_function_t function, uint32_t address, uint16_t size, 371 …whd_result_t whd_bus_m2m_write_register_value(whd_driver_t whd_driver, whd_bus_function_t function, in whd_bus_m2m_write_register_value() argument 378 … whd_result_t whd_bus_m2m_read_register_value(whd_driver_t whd_driver, whd_bus_function_t function, in whd_bus_m2m_read_register_value() argument 386 … whd_bus_function_t function, uint32_t address, uint16_t size, in whd_bus_m2m_transfer_bytes() argument 389 if (function != BACKPLANE_FUNCTION) in whd_bus_m2m_transfer_bytes()
|
| D | whd_bus_spi_protocol.c | 151 … whd_bus_function_t function, uint32_t address, whd_buffer_t buffer); 286 … whd_bus_function_t function, uint32_t address, whd_buffer_t buffer) in whd_bus_spi_transfer_buffer() argument 305 if (function == WLAN_FUNCTION) in whd_bus_spi_transfer_buffer() 353 ( uint32_t )( (function & 0x3) << 28 ) | in whd_bus_spi_transfer_buffer() 843 whd_result_t whd_bus_spi_write_register_value(whd_driver_t whd_driver, whd_bus_function_t function,… in whd_bus_spi_write_register_value() argument 858 …return whd_bus_spi_transfer_bytes(whd_driver, BUS_WRITE, function, address, value_length, internal… in whd_bus_spi_write_register_value() 865 whd_result_t whd_bus_spi_read_register_value(whd_driver_t whd_driver, whd_bus_function_t function, … in whd_bus_spi_read_register_value() argument 875 if (function == BACKPLANE_FUNCTION) in whd_bus_spi_read_register_value() 893 …whd_bus_spi_transfer_bytes(whd_driver, BUS_READ, function, address, ( uint16_t )(value_length + pa… in whd_bus_spi_read_register_value() 937 … whd_bus_function_t function, uint32_t address, uint16_t size, in whd_bus_spi_transfer_bytes() argument [all …]
|
| D | whd_bus_spi_protocol.h | 73 …whd_result_t whd_bus_spi_write_register_value(whd_driver_t whd_driver, whd_bus_function_t function, 75 … whd_result_t whd_bus_spi_read_register_value(whd_driver_t whd_driver, whd_bus_function_t function, 82 … whd_bus_function_t function, uint32_t address, uint16_t size,
|
| D | whd_bus.h | 55 …hd_result_t (*whd_bus_write_register_value_t)(whd_driver_t whd_driver, whd_bus_function_t function, 57 …whd_result_t (*whd_bus_read_register_value_t)(whd_driver_t whd_driver, whd_bus_function_t function, 61 … whd_bus_function_t function, uint32_t address, uint16_t size,
|
| D | whd_bus_protocol_interface.h | 99 …hd_bus_write_register_value(whd_driver_t whd_driver, whd_bus_function_t function, uint32_t address, 101 …whd_bus_read_register_value(whd_driver_t whd_driver, whd_bus_function_t function, uint32_t address, 107 … whd_bus_function_t function, uint32_t address, uint16_t size,
|
| D | whd_bus_sdio_protocol.h | 171 …hd_result_t whd_bus_sdio_write_register_value(whd_driver_t whd_driver, whd_bus_function_t function, 173 …whd_result_t whd_bus_sdio_read_register_value(whd_driver_t whd_driver, whd_bus_function_t function, 179 … whd_bus_function_t function, uint32_t address, uint16_t size,
|
| /hal_infineon-latest/mtb-hal-cat1/ |
| D | README.md | 11 * A `_init` function allocates a block (along with any dependent resources), configures it, and ena… 12 * A `_free` function disables a block, releases any dependent resources, and marks it as unused. 15 …function, which will populate its contents (this structure enables the HAL to avoid performing any… 17 …e` to allocate a shared divider). If a `NULL` value is passed, the init function will allocate a c… 22 …identified indirectly by specifying the desired pin for each function. The `_init` function select… 25 …, PSoC™ 4/6 PDL), the application should call the `cyhal_hwmgr_reserve` function to ensure that no… 34 …function (`cyhal_<peripheral>_set_power_mode_strategy`) that allows changing this behavior. There … 43 The HAL uses the `cy_rslt_t` type (from the core-lib library) in all places where a HAL function mi… 50 …ait for a significant period of time. In an RTOS aware environment, the function will attempt to w…
|
| /hal_infineon-latest/mtb-template-cat1/files/templates/cat1a/COMPONENT_MTB/COMPONENT_CM0P/TOOLCHAIN_GCC_ARM/ |
| D | startup_psoc6_02_cm0plus.S | 138 .type Cy_OnResetUser, %function 147 .type Reset_Handler, %function 301 .type Default_Handler, %function 306 .type Cy_SysLib_FaultHandler, %function 311 .type Fault_Handler, %function
|
| D | startup_psoc6_03_cm0plus.S | 138 .type Cy_OnResetUser, %function 147 .type Reset_Handler, %function 301 .type Default_Handler, %function 306 .type Cy_SysLib_FaultHandler, %function 311 .type Fault_Handler, %function
|
| D | startup_psoc6_04_cm0plus.S | 138 .type Cy_OnResetUser, %function 147 .type Reset_Handler, %function 301 .type Default_Handler, %function 306 .type Cy_SysLib_FaultHandler, %function 311 .type Fault_Handler, %function
|
| D | startup_psoc6_01_cm0plus.S | 154 .type Cy_OnResetUser, %function 163 .type Reset_Handler, %function 317 .type Default_Handler, %function 322 .type Cy_SysLib_FaultHandler, %function 327 .type Fault_Handler, %function
|
| /hal_infineon-latest/mtb-template-cat1/files/templates/cat1c/COMPONENT_MTB/COMPONENT_CM0P/TOOLCHAIN_GCC_ARM/ |
| D | startup_cm0plus.S | 97 .type Reset_Handler, %function 143 .type Default_Handler, %function 149 .type Cy_SysLib_FaultHandler, %function 154 .type Fault_Handler, %function
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/TOOLCHAIN_GCC_ARM/ |
| D | cy_syslib_ext.S | 43 .type Cy_SysLib_DelayCycles, %function 80 .type Cy_SysLib_EnterCriticalSection, %function 106 .type Cy_SysLib_ExitCriticalSection, %function
|
| /hal_infineon-latest/mtb-template-cat1/files/templates/cat1a/COMPONENT_MTB/COMPONENT_CM4/TOOLCHAIN_GCC_ARM/ |
| D | startup_psoc6_03_cm4.S | 297 .type Cy_OnResetUser, %function 307 .type cy_toolchain_init, %function 316 .type Reset_Handler, %function 473 .type Default_Handler, %function 481 .type Cy_SysLib_FaultHandler, %function 486 .type Fault_Handler, %function
|
| D | startup_psoc6_01_cm4.S | 270 .type Cy_OnResetUser, %function 280 .type cy_toolchain_init, %function 289 .type Reset_Handler, %function 446 .type Default_Handler, %function 454 .type Cy_SysLib_FaultHandler, %function 459 .type Fault_Handler, %function
|
| D | startup_psoc6_04_cm4.S | 298 .type Cy_OnResetUser, %function 308 .type cy_toolchain_init, %function 317 .type Reset_Handler, %function 474 .type Default_Handler, %function 482 .type Cy_SysLib_FaultHandler, %function 487 .type Fault_Handler, %function
|
| D | startup_psoc6_02_cm4.S | 291 .type Cy_OnResetUser, %function 301 .type cy_toolchain_init, %function 310 .type Reset_Handler, %function 467 .type Default_Handler, %function 475 .type Cy_SysLib_FaultHandler, %function 480 .type Fault_Handler, %function
|
| /hal_infineon-latest/mtb-template-cat1/files/templates/cat1a/COMPONENT_MTB/COMPONENT_CM0P/TOOLCHAIN_ARM/ |
| D | startup_psoc6_02_cm0plus.s | 87 ; Weak function for startup customization 90 ; because this function is executed as the first instruction in the ResetHandler. 92 ; The user of this function is responsible for initializing the PDL and resources before using them. 104 ; Define strong function for startup customization
|
| D | startup_psoc6_03_cm0plus.s | 87 ; Weak function for startup customization 90 ; because this function is executed as the first instruction in the ResetHandler. 92 ; The user of this function is responsible for initializing the PDL and resources before using them. 104 ; Define strong function for startup customization
|
| D | startup_psoc6_04_cm0plus.s | 87 ; Weak function for startup customization 90 ; because this function is executed as the first instruction in the ResetHandler. 92 ; The user of this function is responsible for initializing the PDL and resources before using them. 104 ; Define strong function for startup customization
|
| D | startup_psoc6_01_cm0plus.s | 103 ; Weak function for startup customization 106 ; because this function is executed as the first instruction in the ResetHandler. 108 ; The user of this function is responsible for initializing the PDL and resources before using them. 120 ; Define strong function for startup customization
|
| /hal_infineon-latest/mtb-template-cat1/files/templates/cat1a/COMPONENT_MTB/COMPONENT_CM0P/TOOLCHAIN_IAR/ |
| D | startup_psoc6_02_cm0plus.s | 124 ;; Weak function for startup customization 127 ;; because this function is executed as the first instruction in the ResetHandler. 129 ;; The user of this function is responsible for initializing the PDL and resources before using the… 157 ; Define strong function for startup customization
|
| D | startup_psoc6_03_cm0plus.s | 124 ;; Weak function for startup customization 127 ;; because this function is executed as the first instruction in the ResetHandler. 129 ;; The user of this function is responsible for initializing the PDL and resources before using the… 157 ; Define strong function for startup customization
|