Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/crypto_shared_gdma/
Desp_crypto_shared_gdma.c23 static gdma_channel_handle_t rx_channel; variable
71 ret = crypto_shared_gdma_new_channel(&channel_config_rx, &rx_channel); in crypto_shared_gdma_init()
79 gdma_set_transfer_ability(rx_channel, &transfer_ability); in crypto_shared_gdma_init()
81 gdma_connect(rx_channel, GDMA_MAKE_TRIGGER(GDMA_TRIG_PERIPH_AES, 0)); in crypto_shared_gdma_init()
89 rx_channel = NULL; in crypto_shared_gdma_init()
122 gdma_get_channel_id(rx_channel, &rx_ch_id); in esp_crypto_shared_gdma_start()
126 gdma_start(rx_channel, (intptr_t)output); in esp_crypto_shared_gdma_start()
135 if (rx_channel != NULL) { in esp_crypto_shared_gdma_free()
136 gdma_disconnect(rx_channel); in esp_crypto_shared_gdma_free()
137 gdma_del_channel(rx_channel); in esp_crypto_shared_gdma_free()
[all …]
/hal_espressif-latest/components/esp_hw_support/dma/
Dasync_memcpy_impl_gdma.c49 ret = gdma_new_channel(&rx_alloc_config, &impl->rx_channel); in async_memcpy_impl_init()
59 gdma_connect(impl->rx_channel, m2m_trigger); in async_memcpy_impl_init()
75 ret = gdma_set_transfer_ability(impl->rx_channel, &transfer_ability); in async_memcpy_impl_init()
80 gdma_apply_strategy(impl->rx_channel, &strategy_config); in async_memcpy_impl_init()
91 ret = gdma_register_rx_event_callbacks(impl->rx_channel, &cbs, impl); in async_memcpy_impl_init()
99 gdma_disconnect(impl->rx_channel); in async_memcpy_impl_deinit()
101 gdma_del_channel(impl->rx_channel); in async_memcpy_impl_deinit()
108 gdma_start(impl->rx_channel, inlink_base); in async_memcpy_impl_start()
115 gdma_stop(impl->rx_channel); in async_memcpy_impl_stop()
122 gdma_append(impl->rx_channel); in async_memcpy_impl_restart()
[all …]
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_common.c61 gdma_channel_handle_t rx_channel; member
243 ret = gdma_new_channel(&rx_alloc_config, &ctx->rx_channel); in alloc_dma_chan()
249 gdma_connect(ctx->rx_channel, GDMA_MAKE_TRIGGER(GDMA_TRIG_PERIPH_SPI, 2)); in alloc_dma_chan()
254 gdma_connect(ctx->rx_channel, GDMA_MAKE_TRIGGER(GDMA_TRIG_PERIPH_SPI, 3)); in alloc_dma_chan()
259 gdma_get_channel_id(ctx->rx_channel, (int *)out_actual_rx_dma_chan); in alloc_dma_chan()
316 *gdma_handle = bus_ctx[host_id]->rx_channel; in spicommon_gdma_get_handle()
339 if (ctx->rx_channel) { in dma_chan_free()
340 gdma_disconnect(ctx->rx_channel); in dma_chan_free()
341 gdma_del_channel(ctx->rx_channel); in dma_chan_free()
/hal_espressif-latest/components/esp_hw_support/port/include/
Desp_async_memcpy_impl.h40 gdma_channel_handle_t rx_channel;
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gap_ble.h266 uint8_t rx_channel; member
434 uint8_t rx_channel; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c2606 void BTA_DmBleDtmRxStart(uint8_t rx_channel, tBTA_DTM_CMD_CMPL_CBACK *p_dtm_cmpl_cback) in BTA_DmBleDtmRxStart() argument
2613 p_msg->rx_channel= rx_channel; in BTA_DmBleDtmRxStart()
3419 void BTA_DmBleDtmEnhRxStart(uint8_t rx_channel, uint8_t phy, uint8_t modulation_index, tBTA_DTM_CMD… in BTA_DmBleDtmEnhRxStart() argument
3426 p_msg->rx_channel= rx_channel; in BTA_DmBleDtmEnhRxStart()
Dbta_dm_act.c5726 BTM_BleReceiverTest(p_data->dtm_rx_start.rx_channel, p_data->dtm_rx_start.p_dtm_cmpl_cback); in bta_dm_ble_gap_dtm_rx_start()
5780 BTM_BleEnhancedReceiverTest(p_data->dtm_enh_rx_start.rx_channel, p_data->dtm_enh_rx_start.phy, in bta_dm_ble_gap_dtm_enhance_rx_start()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c1530 static void btc_ble_dtm_rx_start(uint8_t rx_channel, tBTA_DTM_CMD_CMPL_CBACK *p_dtm_cmpl_cback) in btc_ble_dtm_rx_start() argument
1533 BTA_DmBleDtmRxStart(rx_channel, p_dtm_cmpl_cback); in btc_ble_dtm_rx_start()
1543 static void btc_ble_dtm_enhance_rx_start(uint8_t rx_channel, uint8_t phy, uint8_t modulation_index,… in btc_ble_dtm_enhance_rx_start() argument
1546 BTA_DmBleDtmEnhRxStart(rx_channel, phy, modulation_index, p_dtm_cmpl_cback); in btc_ble_dtm_enhance_rx_start()
2373 btc_ble_dtm_rx_start(arg->dtm_rx_start.rx_channel, btc_dtm_rx_start_callback); in btc_gap_ble_call_handler()
2384 …btc_ble_dtm_enhance_rx_start(arg_5->dtm_enh_rx_start.rx_channel, arg_5->dtm_enh_rx_start.phy, arg_… in btc_gap_ble_call_handler()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h399 …uint8_t rx_channel; /*!< channel for test data reception, rx_channel = (Frequ… member
1048 …uint8_t rx_channel; /*!< channel for test data reception, rx_channel = (Fr… member
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhciblecmds.c1177 UINT8 btsnd_hcic_ble_enhand_rx_test(UINT8 rx_channel, UINT8 phy, in btsnd_hcic_ble_enhand_rx_test() argument
1184 rx_channel, phy, modulation_idx); in btsnd_hcic_ble_enhand_rx_test()
1189 UINT8_TO_STREAM(pp, rx_channel); in btsnd_hcic_ble_enhand_rx_test()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h900 UINT8 rx_channel; member
994 UINT8 rx_channel; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h2856 extern void BTA_DmBleDtmRxStart(uint8_t rx_channel, tBTA_DTM_CMD_CMPL_CBACK *p_dtm_cmpl_cback);
3120 extern void BTA_DmBleDtmEnhRxStart(uint8_t rx_channel, uint8_t phy, uint8_t modulation_index, tBTA_…
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h963 UINT8 btsnd_hcic_ble_enhand_rx_test(UINT8 rx_channel, UINT8 phy,