/hal_espressif-latest/components/mbedtls/port/crypto_shared_gdma/ |
D | esp_crypto_shared_gdma.c | 24 static gdma_channel_handle_t tx_channel; variable 66 ret = crypto_shared_gdma_new_channel(&channel_config_tx, &tx_channel); in crypto_shared_gdma_init() 73 gdma_del_channel(tx_channel); // Clean up already allocated TX channel in crypto_shared_gdma_init() 78 gdma_set_transfer_ability(tx_channel, &transfer_ability); in crypto_shared_gdma_init() 82 gdma_connect(tx_channel, GDMA_MAKE_TRIGGER(GDMA_TRIG_PERIPH_AES, 0)); in crypto_shared_gdma_init() 88 tx_channel = NULL; in crypto_shared_gdma_init() 100 if (tx_channel == NULL) { in esp_crypto_shared_gdma_start() 111 gdma_disconnect(tx_channel); in esp_crypto_shared_gdma_start() 114 gdma_connect(tx_channel, GDMA_MAKE_TRIGGER(GDMA_TRIG_PERIPH_SHA, 0)); in esp_crypto_shared_gdma_start() 116 gdma_connect(tx_channel, GDMA_MAKE_TRIGGER(GDMA_TRIG_PERIPH_AES, 0)); in esp_crypto_shared_gdma_start() [all …]
|
/hal_espressif-latest/components/esp_hw_support/dma/ |
D | async_memcpy_impl_gdma.c | 39 ret = gdma_new_channel(&tx_alloc_config, &impl->tx_channel); in async_memcpy_impl_init() 47 .sibling_chan = impl->tx_channel, in async_memcpy_impl_init() 57 gdma_get_free_m2m_trig_id_mask(impl->tx_channel, &free_m2m_id_mask); in async_memcpy_impl_init() 60 gdma_connect(impl->tx_channel, m2m_trigger); in async_memcpy_impl_init() 71 ret = gdma_set_transfer_ability(impl->tx_channel, &transfer_ability); in async_memcpy_impl_init() 79 gdma_apply_strategy(impl->tx_channel, &strategy_config); in async_memcpy_impl_init() 100 gdma_disconnect(impl->tx_channel); in async_memcpy_impl_deinit() 102 gdma_del_channel(impl->tx_channel); in async_memcpy_impl_deinit() 109 gdma_start(impl->tx_channel, outlink_base); in async_memcpy_impl_start() 116 gdma_stop(impl->tx_channel); in async_memcpy_impl_stop() [all …]
|
/hal_espressif-latest/components/driver/spi/gpspi/ |
D | spi_common.c | 60 gdma_channel_handle_t tx_channel; member 234 ret = gdma_new_channel(&tx_alloc_config, &ctx->tx_channel); in alloc_dma_chan() 241 .sibling_chan = ctx->tx_channel, in alloc_dma_chan() 250 gdma_connect(ctx->tx_channel, GDMA_MAKE_TRIGGER(GDMA_TRIG_PERIPH_SPI, 2)); in alloc_dma_chan() 255 gdma_connect(ctx->tx_channel, GDMA_MAKE_TRIGGER(GDMA_TRIG_PERIPH_SPI, 3)); in alloc_dma_chan() 258 gdma_get_channel_id(ctx->tx_channel, (int *)out_actual_tx_dma_chan); in alloc_dma_chan() 313 *gdma_handle = bus_ctx[host_id]->tx_channel; in spicommon_gdma_get_handle() 343 if (ctx->tx_channel) { in dma_chan_free() 344 gdma_disconnect(ctx->tx_channel); in dma_chan_free() 345 gdma_del_channel(ctx->tx_channel); in dma_chan_free()
|
/hal_espressif-latest/components/esp_hw_support/port/include/ |
D | esp_async_memcpy_impl.h | 39 gdma_channel_handle_t tx_channel;
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gap_ble.h | 261 uint8_t tx_channel; member 428 uint8_t tx_channel; member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_api.c | 2590 void BTA_DmBleDtmTxStart(uint8_t tx_channel, uint8_t len_of_data, uint8_t pkt_payload, tBTA_DTM_CMD… in BTA_DmBleDtmTxStart() argument 2597 p_msg->tx_channel = tx_channel; in BTA_DmBleDtmTxStart() 3402 void BTA_DmBleDtmEnhTxStart(uint8_t tx_channel, uint8_t len_of_data, uint8_t pkt_payload, uint8_t p… in BTA_DmBleDtmEnhTxStart() argument 3409 p_msg->tx_channel = tx_channel; in BTA_DmBleDtmEnhTxStart()
|
D | bta_dm_act.c | 5721 …BTM_BleTransmitterTest(p_data->dtm_tx_start.tx_channel, p_data->dtm_tx_start.len_of_data, p_data->… in bta_dm_ble_gap_dtm_tx_start() 5774 …BTM_BleEnhancedTransmitterTest(p_data->dtm_enh_tx_start.tx_channel, p_data->dtm_enh_tx_start.len_o… in bta_dm_ble_gap_dtm_enhance_tx_start()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 1525 static void btc_ble_dtm_tx_start(uint8_t tx_channel, uint8_t len_of_data, uint8_t pkt_payload, tBTA… in btc_ble_dtm_tx_start() argument 1527 BTA_DmBleDtmTxStart(tx_channel, len_of_data, pkt_payload, p_dtm_cmpl_cback); in btc_ble_dtm_tx_start() 1538 static void btc_ble_dtm_enhance_tx_start(uint8_t tx_channel, uint8_t len_of_data, uint8_t pkt_paylo… in btc_ble_dtm_enhance_tx_start() argument 1540 BTA_DmBleDtmEnhTxStart(tx_channel, len_of_data, pkt_payload, phy, p_dtm_cmpl_cback); in btc_ble_dtm_enhance_tx_start() 2370 …btc_ble_dtm_tx_start(arg->dtm_tx_start.tx_channel, arg->dtm_tx_start.len_of_data, arg->dtm_tx_star… in btc_gap_ble_call_handler() 2381 …btc_ble_dtm_enhance_tx_start(arg_5->dtm_enh_tx_start.tx_channel, arg_5->dtm_enh_tx_start.len_of_da… in btc_gap_ble_call_handler()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_ble_api.h | 390 …uint8_t tx_channel; /*!< channel for sending test data, tx_cha… member 1037 …uint8_t tx_channel; /*!< channel for sending test data, tx_channel… member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/ |
D | hciblecmds.c | 1198 UINT8 btsnd_hcic_ble_enhand_tx_test(UINT8 tx_channel, UINT8 len, in btsnd_hcic_ble_enhand_tx_test() argument 1206 tx_channel, len, packect, phy); in btsnd_hcic_ble_enhand_tx_test() 1212 UINT8_TO_STREAM(pp, tx_channel); in btsnd_hcic_ble_enhand_tx_test()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/ |
D | bta_dm_int.h | 892 UINT8 tx_channel; member 986 UINT8 tx_channel; member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_api.h | 2855 extern void BTA_DmBleDtmTxStart(uint8_t tx_channel, uint8_t len_of_data, uint8_t pkt_payload, tBTA_… 3118 extern void BTA_DmBleDtmEnhTxStart(uint8_t tx_channel, uint8_t len_of_data, uint8_t pkt_payload, ui…
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | hcimsgs.h | 966 UINT8 btsnd_hcic_ble_enhand_tx_test(UINT8 tx_channel, UINT8 len,
|