Searched refs:polling (Results 1 – 3 of 3) sorted by relevance
20 layer can combine basic steps into different working ways (polling, non-polling, interrupt, etc.). …
156 bool polling; //in process of a polling, avoid of queue new transactions into ISR member227 .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()
78 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() argument575 if (polling) { in poll_busy()