Home
last modified time | relevance | path

Searched refs:auto_ret (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dgdma_struct.h181 …uint32_t auto_ret : 1; /*Set this bit to return to current inlink descrip… member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dgdma_struct.h173 …uint32_t auto_ret: 1; /*Set this bit to return to current inlink descriptor… member
/hal_espressif-latest/components/soc/esp32/include/soc/
Duhci_struct.h196 …uint32_t auto_ret: 1; /*1:when a packet is wrong in link descriptor returns… member
Dspi_struct.h411 …uint32_t auto_ret: 1; /*when the bit is set inlink descriptor returns t… member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Duhci_struct.h187 uint32_t auto_ret: 1; member
Dspi_struct.h312 …uint32_t auto_ret: 1; /*when the bit is set the inlink descriptor returns… member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dgdma_struct.h134 …uint32_t auto_ret : 1; /*Set this bit to return to current inlink descrip… member
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dgdma_ll.h203 dev->channel[channel].in.in_link.auto_ret = enable; in gdma_ll_rx_enable_auto_return()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dgdma_ll.h203 dev->channel[channel].in.in_link.auto_ret = enable; in gdma_ll_rx_enable_auto_return()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dgdma_ll.h242 dev->channel[channel].in.link.auto_ret = enable; in gdma_ll_rx_enable_auto_return()