Home
last modified time | relevance | path

Searched refs:tx (Results 1 – 13 of 13) sorted by relevance

/hal_infineon-3.5.0/mtb-hal-cat1/source/
Dcyhal_uart.c607 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 …]
Dcyhal_spi.c1355 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()
Dcyhal_audio_common.c401 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)
Dcyhal_i2c.c836 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/
Dcyhal_uart.h230 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);
Dcyhal_spi.h380 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 *…
Dcyhal_i2s.h403 cy_rslt_t cyhal_i2s_write_async(cyhal_i2s_t *obj, const void *tx, size_t tx_length);
Dcyhal_tdm.h431 cy_rslt_t cyhal_tdm_write_async(cyhal_tdm_t *obj, const void *tx, size_t tx_length);
Dcyhal_i2c.h393 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/
Dcyhal_i2s_impl.h69 #define cyhal_i2s_write_async(obj, tx, tx_length) \ argument
70 _cyhal_audioss_write_async((_cyhal_audioss_t *)(obj), (tx), (tx_length))
Dcyhal_tdm_impl.h69 #define cyhal_tdm_write_async(obj, tx, tx_length) \ argument
70 _cyhal_audioss_write_async((_cyhal_audioss_t *)(obj), (tx), (tx_length))
Dcyhal_audio_common.h124 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/
Dwhd_wlioctl.h2882 wl_traffic_stats_t tx[AC_COUNT]; member