/hal_infineon-3.5.0/mtb-hal-cat1/source/ |
D | cyhal_uart.c | 607 static cy_rslt_t _cyhal_uart_setup_resources(cyhal_uart_t *obj, cyhal_gpio_t tx, cyhal_gpio_t rx, c… in _cyhal_uart_setup_resources() argument 621 if ((NC == tx && NC != rts) || (NC == rx && NC != cts) || (NC == tx && NC == rx)) in _cyhal_uart_setup_resources() 632 if (NC != tx) in _cyhal_uart_setup_resources() 634 pins_blocks &= _CYHAL_SCB_CHECK_AFFILIATION(tx, cyhal_pin_map_scb_uart_tx); in _cyhal_uart_setup_resources() 665 …const cyhal_resource_pin_mapping_t *tx_map = _CYHAL_SCB_FIND_MAP_BLOCK(tx, cyhal_pin_map_scb_uart_… in _cyhal_uart_setup_resources() 670 …if ((NC != tx && NULL == tx_map) || (NC != rx && NULL == rx_map) || (NC != cts && NULL == cts_map)… in _cyhal_uart_setup_resources() 687 if ((result == CY_RSLT_SUCCESS) && NC != tx) in _cyhal_uart_setup_resources() 692 obj->pin_tx = tx; in _cyhal_uart_setup_resources() 793 cy_rslt_t cyhal_uart_init(cyhal_uart_t *obj, cyhal_gpio_t tx, cyhal_gpio_t rx, cyhal_gpio_t cts, cy… in cyhal_uart_init() argument 807 cy_rslt_t result = _cyhal_uart_setup_resources(obj, tx, rx, cts, rts, clk); in cyhal_uart_init() [all …]
|
D | cyhal_spi.c | 1355 cy_rslt_t cyhal_spi_transfer(cyhal_spi_t *obj, const uint8_t *tx, size_t tx_length, uint8_t *rx, si… in cyhal_spi_transfer() argument 1364 cy_rslt_t rslt = cyhal_spi_transfer_async(obj, tx, tx_length, rx, rx_length); in cyhal_spi_transfer() 1373 cy_rslt_t cyhal_spi_transfer_async(cyhal_spi_t *obj, const uint8_t *tx, size_t tx_length, uint8_t *… in cyhal_spi_transfer_async() argument 1410 obj->tx_buffer = tx + (rx_length * arr_size_modifier); in cyhal_spi_transfer_async() 1444 tx = &obj->write_fill; in cyhal_spi_transfer_async() 1455 spi_status = Cy_SCB_SPI_Transfer(obj->base, (void *)tx, rx, tx_length, &obj->context); in cyhal_spi_transfer_async()
|
D | cyhal_audio_common.c | 401 static uint32_t _cyhal_audioss_disable_events(_cyhal_audioss_t *obj, bool tx); 402 static void _cyhal_audioss_restore_events(_cyhal_audioss_t *obj, bool tx, uint32_t old_events); 1856 cy_rslt_t _cyhal_audioss_write_async(_cyhal_audioss_t *obj, const void *tx, size_t tx_length) in _cyhal_audioss_write_async() argument 1865 obj->async_tx_buff = tx; in _cyhal_audioss_write_async() 2270 static uint32_t _cyhal_audioss_disable_events(_cyhal_audioss_t *obj, bool tx) argument 2273 CY_UNUSED_PARAMETER(tx); 2279 if(tx) 2293 static void _cyhal_audioss_restore_events(_cyhal_audioss_t *obj, bool tx, uint32_t old_events) argument 2296 CY_UNUSED_PARAMETER(tx); 2299 if(tx)
|
D | cyhal_i2c.c | 836 cy_rslt_t cyhal_i2c_master_transfer_async(cyhal_i2c_t *obj, uint16_t address, const void *tx, size_… in cyhal_i2c_master_transfer_async() argument 847 obj->tx_config.buffer = (void *)tx; in cyhal_i2c_master_transfer_async()
|
/hal_infineon-3.5.0/mtb-hal-cat1/include/ |
D | cyhal_uart.h | 230 cy_rslt_t cyhal_uart_init(cyhal_uart_t *obj, cyhal_gpio_t tx, cyhal_gpio_t rx, cyhal_gpio_t cts, cy… 320 cy_rslt_t cyhal_uart_write(cyhal_uart_t *obj, void *tx, size_t *tx_length); 360 cy_rslt_t cyhal_uart_write_async(cyhal_uart_t *obj, void *tx, size_t length);
|
D | cyhal_spi.h | 380 cy_rslt_t cyhal_spi_transfer(cyhal_spi_t *obj, const uint8_t *tx, size_t tx_length, uint8_t *rx, si… 398 cy_rslt_t cyhal_spi_transfer_async(cyhal_spi_t *obj, const uint8_t *tx, size_t tx_length, uint8_t *…
|
D | cyhal_i2s.h | 403 cy_rslt_t cyhal_i2s_write_async(cyhal_i2s_t *obj, const void *tx, size_t tx_length);
|
D | cyhal_tdm.h | 431 cy_rslt_t cyhal_tdm_write_async(cyhal_tdm_t *obj, const void *tx, size_t tx_length);
|
D | cyhal_i2c.h | 393 cy_rslt_t cyhal_i2c_master_transfer_async(cyhal_i2c_t *obj, uint16_t address, const void *tx, size_…
|
/hal_infineon-3.5.0/mtb-hal-cat1/include_pvt/ |
D | cyhal_i2s_impl.h | 69 #define cyhal_i2s_write_async(obj, tx, tx_length) \ argument 70 _cyhal_audioss_write_async((_cyhal_audioss_t *)(obj), (tx), (tx_length))
|
D | cyhal_tdm_impl.h | 69 #define cyhal_tdm_write_async(obj, tx, tx_length) \ argument 70 _cyhal_audioss_write_async((_cyhal_audioss_t *)(obj), (tx), (tx_length))
|
D | cyhal_audio_common.h | 124 cy_rslt_t _cyhal_audioss_write_async(_cyhal_audioss_t *obj, const void *tx, size_t tx_length);
|
/hal_infineon-3.5.0/wifi-host-driver/WiFi_Host_Driver/src/include/ |
D | whd_wlioctl.h | 2882 wl_traffic_stats_t tx[AC_COUNT]; member
|