/hal_espressif-latest/components/bt/common/osi/ |
D | thread.c | 41 bool stop; member 158 if (thread->stop) { in osi_thread_run() 163 while (!thread->stop && idx < thread->work_queue_num) { in osi_thread_run() 193 thread->stop = true; in osi_thread_stop() 222 thread->stop = false; in osi_thread_create()
|
/hal_espressif-latest/tools/esptool_py/esp_rfc2217_server/ |
D | redirector.py | 81 self.stop() 83 def stop(self): member in Redirector
|
D | __init__.py | 107 r.stop()
|
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/ |
D | stoppable_thread.py | 62 def stop(self): member in StoppableThread
|
D | serial_handler.py | 163 console_reader.stop() 164 serial_reader.stop()
|
/hal_espressif-latest/tools/idf_monitor/ |
D | idf_monitor.py | 133 self.serial_reader.stop() 134 self.console_reader.stop() 164 self.console_reader.stop() 165 self.serial_reader.stop()
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | gdma_struct.h | 182 …uint32_t stop : 1; /*Set this bit to stop dealing with the inlink des… member 276 …uint32_t stop : 1; /*Set this bit to stop dealing with the outlink de… member
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | sdio_slave_ll.h | 255 slc->slc0_rx_link.stop = 1; in sdio_slave_ll_send_stop() 397 slc->slc0_tx_link.stop = 1; in sdio_slave_ll_recv_stop()
|
D | i2s_ll.h | 560 hw->out_link.stop = 1; in i2s_ll_tx_stop_link() 570 hw->in_link.stop = 1; in i2s_ll_rx_stop_link()
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | gdma_struct.h | 174 …uint32_t stop: 1; /*Set this bit to stop dealing with the inlink descri… member 268 …uint32_t stop: 1; /*Set this bit to stop dealing with the outlink descr… member
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | uhci_struct.h | 186 …uint32_t stop: 1; /*Set this bit to stop dealing with the out link desc… member 198 …uint32_t stop: 1; /*Set this bit to stop dealing with the in link descr… member
|
D | slc_struct.h | 379 uint32_t stop: 1; member 390 uint32_t stop: 1; member 402 uint32_t stop: 1; member 413 uint32_t stop: 1; member
|
D | i2s_struct.h | 181 uint32_t stop: 1; member 192 uint32_t stop: 1; member
|
D | spi_struct.h | 401 … uint32_t stop: 1; /*Set the bit to stop to use outlink descriptor.*/ member 413 … uint32_t stop: 1; /*Set the bit to stop to use inlink descriptor.*/ member
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | uhci_struct.h | 177 uint32_t stop: 1; member 189 uint32_t stop: 1; member
|
D | i2s_struct.h | 199 uint32_t stop: 1; /*Set this bit to stop outlink descriptor*/ member 210 uint32_t stop: 1; /*Set this bit to stop inlink descriptor*/ member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | gdma_struct.h | 135 …uint32_t stop : 1; /*Set this bit to stop dealing with the inlink des… member 295 …uint32_t stop : 1; /*Set this bit to stop dealing with the outlink de… member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/ |
D | bta_av_aact.c | 2061 p_scb->p_cos->stop(p_scb->hndl, p_scb->codec_type); in bta_av_str_stopped() 2122 tBTA_AV_API_STOP stop; in bta_av_reconfig() local 2162 stop.flush = FALSE; in bta_av_reconfig() 2163 stop.suspend = TRUE; in bta_av_reconfig() 2164 bta_av_str_stopped(p_scb, (tBTA_AV_DATA *)&stop); in bta_av_reconfig() 2284 tBTA_AV_API_STOP stop; in bta_av_start_ok() local 2423 p_scb->p_cos->stop(p_scb->hndl, p_scb->codec_type); in bta_av_start_ok() 2425 stop.flush = FALSE; in bta_av_start_ok() 2426 stop.suspend = TRUE; in bta_av_start_ok() 2427 bta_av_ssm_execute(p_scb, BTA_AV_AP_STOP_EVT, (tBTA_AV_DATA *)&stop); in bta_av_start_ok() [all …]
|
D | bta_av_main.c | 985 tBTA_AV_API_STOP stop; in bta_av_sco_chg_cback() local 1001 stop.flush = FALSE; in bta_av_sco_chg_cback() 1002 stop.suspend = TRUE; in bta_av_sco_chg_cback() 1003 bta_av_ssm_execute(p_scb, BTA_AV_AP_STOP_EVT, (tBTA_AV_DATA *)&stop); in bta_av_sco_chg_cback()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | gdma_ll.h | 186 dev->channel[channel].in.in_link.stop = 1; in gdma_ll_rx_stop() 416 dev->channel[channel].out.out_link.stop = 1; in gdma_ll_tx_stop()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | gdma_ll.h | 186 dev->channel[channel].in.in_link.stop = 1; in gdma_ll_rx_stop() 416 dev->channel[channel].out.out_link.stop = 1; in gdma_ll_tx_stop()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | i2s_ll.h | 595 hw->out_link.stop = 1; in i2s_ll_tx_stop_link() 605 hw->in_link.stop = 1; in i2s_ll_rx_stop_link()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | gdma_ll.h | 225 dev->channel[channel].in.link.stop = 1; in gdma_ll_rx_stop() 481 dev->channel[channel].out.link.stop = 1; in gdma_ll_tx_stop()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gatts_api.h | 180 … } stop; /*!< Callback parameter for the event `ESP_GATTS_STOP_EVT` */ member
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | read-write-protections-cmd.rst | 46 If Secure Boot V2 is used, BLOCK2 must be readable, please stop this operation!
|