Searched refs:rx_channel (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-3.6.0/components/mbedtls/port/crypto_shared_gdma/ |
D | esp_crypto_shared_gdma.c | 23 static gdma_channel_handle_t rx_channel; variable 72 ret = crypto_shared_gdma_new_channel(&channel_config_rx, &rx_channel); in crypto_shared_gdma_init() 80 gdma_set_transfer_ability(rx_channel, &transfer_ability); in crypto_shared_gdma_init() 82 gdma_connect(rx_channel, GDMA_MAKE_TRIGGER(GDMA_TRIG_PERIPH_AES, 0)); in crypto_shared_gdma_init() 90 rx_channel = NULL; in crypto_shared_gdma_init() 123 gdma_get_channel_id(rx_channel, &rx_ch_id); in esp_crypto_shared_gdma_start() 127 gdma_start(rx_channel, (intptr_t)output); in esp_crypto_shared_gdma_start() 136 if (rx_channel != NULL) { in esp_crypto_shared_gdma_free() 137 gdma_disconnect(rx_channel); in esp_crypto_shared_gdma_free() 138 gdma_del_channel(rx_channel); in esp_crypto_shared_gdma_free() [all …]
|
/hal_espressif-3.6.0/components/driver/test/ |
D | test_rmt.c | 35 static void rmt_setup_testbench(int tx_channel, int rx_channel, uint32_t flags) in rmt_setup_testbench() argument 55 if (rx_channel >= 0) { in rmt_setup_testbench() 56 rmt_config_t rx_config = RMT_DEFAULT_CONFIG_RX(RMT_DATA_IO, rx_channel); in rmt_setup_testbench() 75 esp_rom_gpio_connect_in_signal(RMT_DATA_IO, RMT_SIG_IN0_IDX + rx_channel, 0); in rmt_setup_testbench() 87 if (rx_channel >= 0) { in rmt_setup_testbench() 88 TEST_ESP_OK(rmt_driver_install(rx_channel, 3000, 0)); in rmt_setup_testbench() 90 ir_parser_config_t ir_parser_config = IR_PARSER_DEFAULT_CONFIG((ir_dev_t)rx_channel); in rmt_setup_testbench() 97 static void rmt_clean_testbench(int tx_channel, int rx_channel) in rmt_clean_testbench() argument 105 if (rx_channel >= 0) { in rmt_clean_testbench() 106 TEST_ESP_OK(rmt_driver_uninstall(rx_channel)); in rmt_clean_testbench() [all …]
|
/hal_espressif-3.6.0/components/esp_hw_support/port/ |
D | async_memcpy_impl_gdma.c | 46 ret = gdma_new_channel(&rx_alloc_config, &impl->rx_channel); in async_memcpy_impl_init() 51 gdma_connect(impl->rx_channel, GDMA_MAKE_TRIGGER(GDMA_TRIG_PERIPH_M2M, 0)); in async_memcpy_impl_init() 67 ret = gdma_set_transfer_ability(impl->rx_channel, &transfer_ability); in async_memcpy_impl_init() 72 gdma_apply_strategy(impl->rx_channel, &strategy_config); in async_memcpy_impl_init() 77 ret = gdma_register_rx_event_callbacks(impl->rx_channel, &cbs, impl); in async_memcpy_impl_init() 85 gdma_disconnect(impl->rx_channel); in async_memcpy_impl_deinit() 87 gdma_del_channel(impl->rx_channel); in async_memcpy_impl_deinit() 94 gdma_start(impl->rx_channel, inlink_base); in async_memcpy_impl_start() 101 gdma_stop(impl->rx_channel); in async_memcpy_impl_stop() 108 gdma_append(impl->rx_channel); in async_memcpy_impl_restart()
|
/hal_espressif-3.6.0/components/driver/ |
D | spi_common.c | 70 gdma_channel_handle_t rx_channel; member 252 ret = gdma_new_channel(&rx_alloc_config, &ctx->rx_channel); in alloc_dma_chan() 258 gdma_connect(ctx->rx_channel, GDMA_MAKE_TRIGGER(GDMA_TRIG_PERIPH_SPI, 2)); in alloc_dma_chan() 263 gdma_connect(ctx->rx_channel, GDMA_MAKE_TRIGGER(GDMA_TRIG_PERIPH_SPI, 3)); in alloc_dma_chan() 268 gdma_get_channel_id(ctx->rx_channel, (int *)out_actual_rx_dma_chan); in alloc_dma_chan() 329 if (ctx->rx_channel) { in dma_chan_free() 330 gdma_disconnect(ctx->rx_channel); in dma_chan_free() 331 gdma_del_channel(ctx->rx_channel); in dma_chan_free()
|
/hal_espressif-3.6.0/components/esp_hw_support/port/include/ |
D | esp_async_memcpy_impl.h | 38 gdma_channel_handle_t rx_channel;
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/hcic/ |
D | hciblecmds.c | 1149 UINT8 btsnd_hcic_ble_enhand_rx_test(UINT8 rx_channel, UINT8 phy, in btsnd_hcic_ble_enhand_rx_test() argument 1156 rx_channel, phy, modulation_idx); in btsnd_hcic_ble_enhand_rx_test() 1161 UINT8_TO_STREAM(pp, rx_channel); in btsnd_hcic_ble_enhand_rx_test()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/include/stack/ |
D | hcimsgs.h | 896 UINT8 btsnd_hcic_ble_enhand_rx_test(UINT8 rx_channel, UINT8 phy,
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | app_esp32c3.map | 4303 .sbss.rx_channel
|
D | app_esp32h2.map | 4337 .sbss.rx_channel
|
D | app_esp32s3.map | 5413 .bss.rx_channel
|
D | overflow_esp32c3.map | 34356 .sbss.rx_channel
|