Home
last modified time | relevance | path

Searched refs:direction (Results 1 – 25 of 30) sorted by relevance

12

/hal_espressif-latest/components/esp_hw_support/dma/
Dgdma.c79 if (config->direction == GDMA_CHANNEL_DIRECTION_TX) { in gdma_new_channel()
83 } else if (config->direction == GDMA_CHANNEL_DIRECTION_RX) { in gdma_new_channel()
92 …ESP_GOTO_ON_FALSE(config->sibling_chan->direction != config->direction, ESP_ERR_INVALID_ARG, err, … in gdma_new_channel()
129 alloc_tx_channel->base.direction = GDMA_CHANNEL_DIRECTION_TX; in gdma_new_channel()
139 alloc_rx_channel->base.direction = GDMA_CHANNEL_DIRECTION_RX; in gdma_new_channel()
146 …ESP_LOGD(TAG, "new %s channel (%d,%d) at %p", (config->direction == GDMA_CHANNEL_DIRECTION_TX) ? "… in gdma_new_channel()
198 if (dma_chan->direction == GDMA_CHANNEL_DIRECTION_TX) { in gdma_connect()
244 if (dma_chan->direction == GDMA_CHANNEL_DIRECTION_TX) { in gdma_disconnect()
321 if (dma_chan->direction == GDMA_CHANNEL_DIRECTION_TX) { in gdma_set_transfer_ability()
340 …ESP_LOGD(TAG, "%s channel (%d,%d), (%u:%u) bytes aligned, burst %s", dma_chan->direction == GDMA_C… in gdma_set_transfer_ability()
[all …]
Dgdma_etm.c43 if (dma_chan->direction == GDMA_CHANNEL_DIRECTION_RX) { in gdma_del_etm_task()
66 if (dma_chan->direction == GDMA_CHANNEL_DIRECTION_RX) { in gdma_new_etm_event()
100 if (dma_chan->direction == GDMA_CHANNEL_DIRECTION_RX) { in gdma_new_etm_task()
Dasync_memcpy_impl_gdma.c37 .direction = GDMA_CHANNEL_DIRECTION_TX, in async_memcpy_impl_init()
46 .direction = GDMA_CHANNEL_DIRECTION_RX, in async_memcpy_impl_init()
Dgdma_priv.h65 gdma_channel_direction_t direction; // channel direction member
/hal_espressif-latest/components/hal/esp32/include/hal/
Dmcpwm_ll.h437 …timer_set_sync_phase_direction(mcpwm_dev_t *mcpwm, int timer_id, mcpwm_timer_direction_t direction) in mcpwm_ll_timer_set_sync_phase_direction() argument
439 mcpwm->timer[timer_id].timer_sync.timer_phase_direction = direction; in mcpwm_ll_timer_set_sync_phase_direction()
744 … mcpwm_timer_direction_t direction, mcpwm_timer_event_t event, mcpwm_generator_action_t action) in mcpwm_ll_generator_set_action_on_timer_event() argument
747 if (direction == MCPWM_TIMER_DIRECTION_UP) { // utez, utep in mcpwm_ll_generator_set_action_on_timer_event()
750 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { // dtez, dtep in mcpwm_ll_generator_set_action_on_timer_event()
767 mcpwm_timer_direction_t direction, int cmp_id, int action) in mcpwm_ll_generator_set_action_on_compare_event() argument
769 if (direction == MCPWM_TIMER_DIRECTION_UP) { // utea, uteb in mcpwm_ll_generator_set_action_on_compare_event()
772 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { // dtea, dteb in mcpwm_ll_generator_set_action_on_compare_event()
789 mcpwm_timer_direction_t direction, int trig_id, int action) in mcpwm_ll_generator_set_action_on_trigger_event() argument
791 if (direction == MCPWM_TIMER_DIRECTION_UP) { // ut0, ut1 in mcpwm_ll_generator_set_action_on_trigger_event()
[all …]
Dtimer_ll.h112 …mer_ll_set_count_direction(timg_dev_t *hw, uint32_t timer_num, gptimer_count_direction_t direction) in timer_ll_set_count_direction() argument
114 hw->hw_timer[timer_num].config.tx_increase = direction == GPTIMER_COUNT_UP; in timer_ll_set_count_direction()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dmcpwm_ll.h449 …timer_set_sync_phase_direction(mcpwm_dev_t *mcpwm, int timer_id, mcpwm_timer_direction_t direction) in mcpwm_ll_timer_set_sync_phase_direction() argument
451 mcpwm->timer[timer_id].timer_sync.timer_phase_direction = direction; in mcpwm_ll_timer_set_sync_phase_direction()
756 … mcpwm_timer_direction_t direction, mcpwm_timer_event_t event, mcpwm_generator_action_t action) in mcpwm_ll_generator_set_action_on_timer_event() argument
759 if (direction == MCPWM_TIMER_DIRECTION_UP) { // utez, utep in mcpwm_ll_generator_set_action_on_timer_event()
762 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { // dtez, dtep in mcpwm_ll_generator_set_action_on_timer_event()
779 mcpwm_timer_direction_t direction, int cmp_id, int action) in mcpwm_ll_generator_set_action_on_compare_event() argument
781 if (direction == MCPWM_TIMER_DIRECTION_UP) { // utea, uteb in mcpwm_ll_generator_set_action_on_compare_event()
784 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { // dtea, dteb in mcpwm_ll_generator_set_action_on_compare_event()
801 mcpwm_timer_direction_t direction, int trig_id, int action) in mcpwm_ll_generator_set_action_on_trigger_event() argument
803 if (direction == MCPWM_TIMER_DIRECTION_UP) { // ut0, ut1 in mcpwm_ll_generator_set_action_on_trigger_event()
[all …]
Dtimer_ll.h115 …mer_ll_set_count_direction(timg_dev_t *hw, uint32_t timer_num, gptimer_count_direction_t direction) in timer_ll_set_count_direction() argument
117 hw->hw_timer[timer_num].config.tn_increase = (direction == GPTIMER_COUNT_UP); in timer_ll_set_count_direction()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dmcpwm_ll.h460 …timer_set_sync_phase_direction(mcpwm_dev_t *mcpwm, int timer_id, mcpwm_timer_direction_t direction) in mcpwm_ll_timer_set_sync_phase_direction() argument
462 mcpwm->timer[timer_id].timer_sync.timer_phase_direction = direction; in mcpwm_ll_timer_set_sync_phase_direction()
767 … mcpwm_timer_direction_t direction, mcpwm_timer_event_t event, mcpwm_generator_action_t action) in mcpwm_ll_generator_set_action_on_timer_event() argument
770 if (direction == MCPWM_TIMER_DIRECTION_UP) { // utez, utep in mcpwm_ll_generator_set_action_on_timer_event()
773 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { // dtez, dtep in mcpwm_ll_generator_set_action_on_timer_event()
790 mcpwm_timer_direction_t direction, int cmp_id, int action) in mcpwm_ll_generator_set_action_on_compare_event() argument
792 if (direction == MCPWM_TIMER_DIRECTION_UP) { // utea, uteb in mcpwm_ll_generator_set_action_on_compare_event()
795 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { // dtea, dteb in mcpwm_ll_generator_set_action_on_compare_event()
812 mcpwm_timer_direction_t direction, int trig_id, int action) in mcpwm_ll_generator_set_action_on_trigger_event() argument
814 if (direction == MCPWM_TIMER_DIRECTION_UP) { // ut0, ut1 in mcpwm_ll_generator_set_action_on_trigger_event()
[all …]
Dtimer_ll.h154 …mer_ll_set_count_direction(timg_dev_t *hw, uint32_t timer_num, gptimer_count_direction_t direction) in timer_ll_set_count_direction() argument
156 hw->hw_timer[timer_num].config.tx_increase = (direction == GPTIMER_COUNT_UP); in timer_ll_set_count_direction()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dmcpwm_ll.h458 …timer_set_sync_phase_direction(mcpwm_dev_t *mcpwm, int timer_id, mcpwm_timer_direction_t direction) in mcpwm_ll_timer_set_sync_phase_direction() argument
460 mcpwm->timer[timer_id].timer_sync.timer_phase_direction = direction; in mcpwm_ll_timer_set_sync_phase_direction()
765 … mcpwm_timer_direction_t direction, mcpwm_timer_event_t event, mcpwm_generator_action_t action) in mcpwm_ll_generator_set_action_on_timer_event() argument
768 if (direction == MCPWM_TIMER_DIRECTION_UP) { // utez, utep in mcpwm_ll_generator_set_action_on_timer_event()
771 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { // dtez, dtep in mcpwm_ll_generator_set_action_on_timer_event()
788 mcpwm_timer_direction_t direction, int cmp_id, int action) in mcpwm_ll_generator_set_action_on_compare_event() argument
790 if (direction == MCPWM_TIMER_DIRECTION_UP) { // utea, uteb in mcpwm_ll_generator_set_action_on_compare_event()
793 } else if (direction == MCPWM_TIMER_DIRECTION_DOWN) { // dtea, dteb in mcpwm_ll_generator_set_action_on_compare_event()
810 mcpwm_timer_direction_t direction, int trig_id, int action) in mcpwm_ll_generator_set_action_on_trigger_event() argument
812 if (direction == MCPWM_TIMER_DIRECTION_UP) { // ut0, ut1 in mcpwm_ll_generator_set_action_on_trigger_event()
[all …]
Dtimer_ll.h154 …mer_ll_set_count_direction(timg_dev_t *hw, uint32_t timer_num, gptimer_count_direction_t direction) in timer_ll_set_count_direction() argument
156 hw->hw_timer[timer_num].config.tx_increase = (direction == GPTIMER_COUNT_UP); in timer_ll_set_count_direction()
/hal_espressif-latest/components/mbedtls/port/crypto_shared_gdma/
Desp_crypto_shared_gdma.c54 .direction = GDMA_CHANNEL_DIRECTION_TX, in crypto_shared_gdma_init()
58 .direction = GDMA_CHANNEL_DIRECTION_RX, in crypto_shared_gdma_init()
/hal_espressif-latest/components/driver/include/esp_private/
Dmcpwm.h32 …r_get_phase(mcpwm_timer_handle_t timer, uint32_t *count_value, mcpwm_timer_direction_t *direction);
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtimer_ll.h116 …mer_ll_set_count_direction(timg_dev_t *hw, uint32_t timer_num, gptimer_count_direction_t direction) in timer_ll_set_count_direction() argument
118 hw->hw_timer[timer_num].config.tx_increase = direction == GPTIMER_COUNT_UP; in timer_ll_set_count_direction()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dtimer_ll.h112 …mer_ll_set_count_direction(timg_dev_t *hw, uint32_t timer_num, gptimer_count_direction_t direction) in timer_ll_set_count_direction() argument
114 hw->hw_timer[timer_num].config.tx_increase = direction == GPTIMER_COUNT_UP; in timer_ll_set_count_direction()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dtimer_ll.h112 …mer_ll_set_count_direction(timg_dev_t *hw, uint32_t timer_num, gptimer_count_direction_t direction) in timer_ll_set_count_direction() argument
114 hw->hw_timer[timer_num].config.tx_increase = direction == GPTIMER_COUNT_UP; in timer_ll_set_count_direction()
/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Dgdma.h34 gdma_channel_direction_t direction; /*!< DMA channel direction */ member
/hal_espressif-latest/components/driver/deprecated/
Dtimer_legacy.c48 gptimer_count_direction_t direction; member
331 p_timer_obj[group_num][timer_num]->direction = config->counter_dir; in timer_init()
368 config->counter_dir = p_timer_obj[group_num][timer_num]->direction; in timer_get_config()
Dadc_dma_legacy.c249 .direction = GDMA_CHANNEL_DIRECTION_RX, in adc_digi_initialize()
/hal_espressif-latest/components/bt/porting/transport/driver/uart/
Dhci_driver_uart_dma.c444 .direction = GDMA_CHANNEL_DIRECTION_TX, in hci_driver_uart_dma_install()
449 .direction = GDMA_CHANNEL_DIRECTION_RX, in hci_driver_uart_dma_install()
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_common.c232 .direction = GDMA_CHANNEL_DIRECTION_TX, in alloc_dma_chan()
240 .direction = GDMA_CHANNEL_DIRECTION_RX, in alloc_dma_chan()
/hal_espressif-latest/components/esp_adc/
Dadc_continuous.c162 .direction = GDMA_CHANNEL_DIRECTION_RX, in adc_continuous_new_handle()
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dindex.rst6 …"burning") the one-time-programmable eFuses. Burning occurs only in one direction from 0 to 1 (nev…
/hal_espressif-latest/zephyr/blobs/
Dlicense.txt20 direction or management of such entity, whether by contract or

12