Home
last modified time | relevance | path

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

/hal_adi-latest/MAX/Libraries/PeriphDrivers/Source/AFE/
Dafe.c608 int read_timeout_count = 0; in afe_spi_poll_for_ready_post_reset_change() local
662 } while (read_timeout_count++ < MXC_AFE_SPI_RESET_TIMEOUT_ITERATES); in afe_spi_poll_for_ready_post_reset_change()
664 if (read_timeout_count >= MXC_AFE_SPI_RESET_TIMEOUT_ITERATES) { in afe_spi_poll_for_ready_post_reset_change()
675 int read_timeout_count = 0; in afe_spi_poll_for_ready_pre_reset_change() local
717 } while (read_timeout_count++ < MXC_AFE_SPI_RESET_TIMEOUT_ITERATES); in afe_spi_poll_for_ready_pre_reset_change()
719 if (read_timeout_count >= MXC_AFE_SPI_RESET_TIMEOUT_ITERATES) { in afe_spi_poll_for_ready_pre_reset_change()