Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32/include/hal/
Dspi_ll.h584 int bestn = -1; in spi_ll_master_cal_clock() local
598 if (bestn == -1 || errval <= besterr) { in spi_ll_master_cal_clock()
600 bestn = n; in spi_ll_master_cal_clock()
605 n = bestn; in spi_ll_master_cal_clock()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dspi_ll.h711 int bestn = -1; in spi_ll_master_cal_clock() local
725 if (bestn == -1 || errval <= besterr) { in spi_ll_master_cal_clock()
727 bestn = n; in spi_ll_master_cal_clock()
732 n = bestn; in spi_ll_master_cal_clock()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dspi_ll.h701 int bestn = -1; in spi_ll_master_cal_clock() local
715 if (bestn == -1 || errval <= besterr) { in spi_ll_master_cal_clock()
717 bestn = n; in spi_ll_master_cal_clock()
722 n = bestn; in spi_ll_master_cal_clock()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dspi_ll.h697 int bestn = -1; in spi_ll_master_cal_clock() local
711 if (bestn == -1 || errval <= besterr) { in spi_ll_master_cal_clock()
713 bestn = n; in spi_ll_master_cal_clock()
718 n = bestn; in spi_ll_master_cal_clock()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dspi_ll.h697 int bestn = -1; in spi_ll_master_cal_clock() local
711 if (bestn == -1 || errval <= besterr) { in spi_ll_master_cal_clock()
713 bestn = n; in spi_ll_master_cal_clock()
718 n = bestn; in spi_ll_master_cal_clock()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dspi_ll.h703 int bestn = -1; in spi_ll_master_cal_clock() local
717 if (bestn == -1 || errval <= besterr) { in spi_ll_master_cal_clock()
719 bestn = n; in spi_ll_master_cal_clock()
724 n = bestn; in spi_ll_master_cal_clock()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_ll.h659 int bestn = -1; in spi_ll_master_cal_clock() local
673 if (bestn == -1 || errval <= besterr) { in spi_ll_master_cal_clock()
675 bestn = n; in spi_ll_master_cal_clock()
680 n = bestn; in spi_ll_master_cal_clock()