Home
last modified time | relevance | path

Searched refs:polling (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Dreadme.md20 layer can combine basic steps into different working ways (polling, non-polling, interrupt, etc.). …
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_master.c156 bool polling; //in process of a polling, avoid of queue new transactions into ISR member
227 .polling = false, in spi_master_init_driver()
566 return get_acquiring_dev(dev->host) == dev && dev->host->polling; in spi_bus_device_is_polling()
1065 host->polling = true; in spi_device_polling_start()
1095 host->polling = false; in spi_device_polling_end()
/hal_espressif-latest/components/driver/spi/sdspi/
Dsdspi_host.c78 static esp_err_t poll_busy(slot_info_t *slot, int timeout_ms, bool polling);
560 static esp_err_t poll_busy(slot_info_t *slot, int timeout_ms, bool polling) in poll_busy() argument
575 if (polling) { in poll_busy()