Home
last modified time | relevance | path

Searched refs:restart (Results 1 – 21 of 21) sorted by relevance

/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dgdma_struct.h184 … uint32_t restart : 1; /*Set this bit to mount a new inlink descriptor.*/ member
278 …uint32_t restart : 1; /*Set this bit to restart a new outlink from the l… member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dgdma_struct.h176 … uint32_t restart: 1; /*Set this bit to mount a new inlink descriptor.*/ member
270 …uint32_t restart: 1; /*Set this bit to restart a new outlink from the last… member
/hal_espressif-latest/components/soc/esp32/include/soc/
Duhci_struct.h188 … uint32_t restart: 1; /*Set this bit to mount on new out link descriptors*/ member
200 … uint32_t restart: 1; /*Set this bit to mount on new in link descriptors*/ member
Dslc_struct.h381 uint32_t restart: 1; member
392 uint32_t restart: 1; member
404 uint32_t restart: 1; member
415 uint32_t restart: 1; member
Di2s_struct.h183 uint32_t restart: 1; member
194 uint32_t restart: 1; member
Dspi_struct.h403 …uint32_t restart: 1; /*Set the bit to mount on new outlink descriptors.… member
415 …uint32_t restart: 1; /*Set the bit to mount on new inlink descriptors.*/ member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Duhci_struct.h179 uint32_t restart: 1; member
191 uint32_t restart: 1; member
Di2s_struct.h201 … uint32_t restart: 1; /*Set this bit to restart outlink descriptor*/ member
212 … uint32_t restart: 1; /*Set this bit to restart inlink descriptor*/ member
Dspi_struct.h304 … uint32_t restart: 1; /*Set the bit to mount on new outlink descriptors.*/ member
316 … uint32_t restart: 1; /*Set the bit to mount on new inlink descriptors.*/ member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dgdma_struct.h137 … uint32_t restart : 1; /*Set this bit to mount a new inlink descriptor.*/ member
297 …uint32_t restart : 1; /*Set this bit to restart a new outlink from the l… member
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dgdma_ll.h195 dev->channel[channel].in.in_link.restart = 1; in gdma_ll_rx_restart()
425 dev->channel[channel].out.out_link.restart = 1; in gdma_ll_tx_restart()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dgdma_ll.h195 dev->channel[channel].in.in_link.restart = 1; in gdma_ll_rx_restart()
425 dev->channel[channel].out.out_link.restart = 1; in gdma_ll_tx_restart()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dgdma_ll.h234 dev->channel[channel].in.link.restart = 1; in gdma_ll_rx_restart()
490 dev->channel[channel].out.link.restart = 1; in gdma_ll_tx_restart()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dsdio_slave_ll.h376 slc->slc0_tx_link.restart = 1; in sdio_slave_ll_recv_restart()
/hal_espressif-latest/components/wpa_supplicant/src/eapol_auth/
Deapol_auth_sm.c902 restart: in eapol_sm_step_run()
931 goto restart; in eapol_sm_step_run()
940 goto restart; in eapol_sm_step_run()
/hal_espressif-latest/components/esp_system/
DKconfig23 processor. Needs a manual reset to restart.
556 … This config allows to trigger an interrupt when brownout detected. Software restart will be done
558 Two occasions need to restart the chip with interrupt so far.
560 So that we must restart from interrupt.
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_ll.h1293 dma_in->dma_in_link.restart = 1; in spi_dma_ll_rx_restart()
1298 dma_out->dma_out_link.restart = 1; in spi_dma_ll_tx_restart()
/hal_espressif-latest/components/esp_psram/
DKconfig.spiram.common109 after software restart.
/hal_espressif-latest/tools/esptool_py/docs/en/
Dinstallation.rst77 You will likely have to restart or re-login for the autocompletion to start working.
/hal_espressif-latest/components/esp_phy/
DKconfig75 the program will terminate and restart.
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild257 If the execution time is exceeded, the RTC_WDT will restart system.