Searched refs:periph_id (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | gdma_ll.h | 252 …nnect_to_periph(gdma_dev_t *dev, uint32_t channel, gdma_trigger_peripheral_t periph, int periph_id) in gdma_ll_rx_connect_to_periph() argument 254 dev->channel[channel].in.in_peri_sel.sel = periph_id; in gdma_ll_rx_connect_to_periph() 465 …nnect_to_periph(gdma_dev_t *dev, uint32_t channel, gdma_trigger_peripheral_t periph, int periph_id) in gdma_ll_tx_connect_to_periph() argument 468 dev->channel[channel].out.out_peri_sel.sel = periph_id; in gdma_ll_tx_connect_to_periph()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | gdma_ll.h | 252 …nnect_to_periph(gdma_dev_t *dev, uint32_t channel, gdma_trigger_peripheral_t periph, int periph_id) in gdma_ll_rx_connect_to_periph() argument 254 dev->channel[channel].in.in_peri_sel.sel = periph_id; in gdma_ll_rx_connect_to_periph() 465 …nnect_to_periph(gdma_dev_t *dev, uint32_t channel, gdma_trigger_peripheral_t periph, int periph_id) in gdma_ll_tx_connect_to_periph() argument 468 dev->channel[channel].out.out_peri_sel.sel = periph_id; in gdma_ll_tx_connect_to_periph()
|
/hal_espressif-latest/components/esp_hw_support/dma/ |
D | gdma_priv.h | 66 …int periph_id; // Peripheral instance ID, indicates which peripheral is connected to this GDMA cha… member
|
D | gdma.c | 130 alloc_tx_channel->base.periph_id = GDMA_INVALID_PERIPH_TRIG; in gdma_new_channel() 140 alloc_rx_channel->base.periph_id = GDMA_INVALID_PERIPH_TRIG; in gdma_new_channel() 193 …LSE(dma_chan->periph_id == GDMA_INVALID_PERIPH_TRIG, ESP_ERR_INVALID_STATE, TAG, "channel is using… in gdma_connect() 229 dma_chan->periph_id = trig_periph.instance_id; in gdma_connect() 238 …ESP_RETURN_ON_FALSE(dma_chan->periph_id != GDMA_INVALID_PERIPH_TRIG, ESP_ERR_INVALID_STATE, TAG, "… in gdma_disconnect() 242 int save_periph_id = dma_chan->periph_id; in gdma_disconnect() 260 dma_chan->periph_id = GDMA_INVALID_PERIPH_TRIG; in gdma_disconnect()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | gdma_ll.h | 299 …nnect_to_periph(gdma_dev_t *dev, uint32_t channel, gdma_trigger_peripheral_t periph, int periph_id) in gdma_ll_rx_connect_to_periph() argument 301 dev->channel[channel].in.peri_sel.sel = periph_id; in gdma_ll_rx_connect_to_periph() 538 …nnect_to_periph(gdma_dev_t *dev, uint32_t channel, gdma_trigger_peripheral_t periph, int periph_id) in gdma_ll_tx_connect_to_periph() argument 541 dev->channel[channel].out.peri_sel.sel = periph_id; in gdma_ll_tx_connect_to_periph()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | gdma_ll.h | 299 …nnect_to_periph(gdma_dev_t *dev, uint32_t channel, gdma_trigger_peripheral_t periph, int periph_id) in gdma_ll_rx_connect_to_periph() argument 301 dev->channel[channel].in.in_peri_sel.peri_in_sel = periph_id; in gdma_ll_rx_connect_to_periph() 522 …nnect_to_periph(gdma_dev_t *dev, uint32_t channel, gdma_trigger_peripheral_t periph, int periph_id) in gdma_ll_tx_connect_to_periph() argument 525 dev->channel[channel].out.out_peri_sel.peri_out_sel = periph_id; in gdma_ll_tx_connect_to_periph()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | gdma_ll.h | 299 …nnect_to_periph(gdma_dev_t *dev, uint32_t channel, gdma_trigger_peripheral_t periph, int periph_id) in gdma_ll_rx_connect_to_periph() argument 301 dev->channel[channel].in.in_peri_sel.peri_in_sel = periph_id; in gdma_ll_rx_connect_to_periph() 522 …nnect_to_periph(gdma_dev_t *dev, uint32_t channel, gdma_trigger_peripheral_t periph, int periph_id) in gdma_ll_tx_connect_to_periph() argument 525 dev->channel[channel].out.out_peri_sel.peri_out_sel = periph_id; in gdma_ll_tx_connect_to_periph()
|