Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/hal/esp32/include/hal/
Dspi_ll.h571 reg.clkcnt_n = 0; in spi_ll_master_cal_clock()
613 reg.clkcnt_n = n - 1; in spi_ll_master_cal_clock()
/hal_espressif-3.5.0/components/hal/esp32c3/include/hal/
Dspi_ll.h646 reg.clkcnt_n = 0; in spi_ll_master_cal_clock()
688 reg.clkcnt_n = n - 1; in spi_ll_master_cal_clock()
/hal_espressif-3.5.0/components/hal/esp32h2/include/hal/
Dspi_ll.h649 reg.clkcnt_n = 0; in spi_ll_master_cal_clock()
691 reg.clkcnt_n = n - 1; in spi_ll_master_cal_clock()
/hal_espressif-3.5.0/components/hal/esp32s3/include/hal/
Dspi_ll.h656 reg.clkcnt_n = 0; in spi_ll_master_cal_clock()
698 reg.clkcnt_n = n - 1; in spi_ll_master_cal_clock()
/hal_espressif-3.5.0/components/soc/esp32c3/include/soc/
Dspi_struct.h64 …uint32_t clkcnt_n : 6; /*In the master mode it is the divider of spi_clk.… member
Dspi_mem_struct.h95 …uint32_t clkcnt_n: 8; /*In the master mode it is the divider of spi_mem_clk.… member
/hal_espressif-3.5.0/components/hal/esp32s2/include/hal/
Dspi_ll.h613 reg.clkcnt_n = 0; in spi_ll_master_cal_clock()
655 reg.clkcnt_n = n - 1; in spi_ll_master_cal_clock()
/hal_espressif-3.5.0/components/soc/esp32h2/include/soc/
Dspi_struct.h65 …uint32_t clkcnt_n : 6; /*In the master mode it is the divider of spi_clk.… member
Dspi_mem_struct.h95 …uint32_t clkcnt_n: 8; /*In the master mode it is the divider of spi_mem_clk.… member
/hal_espressif-3.5.0/components/soc/esp32s3/include/soc/
Dspi_struct.h66 …uint32_t clkcnt_n : 6; /*In the master mode it is the divider of spi_clk.… member
Dspi_mem_struct.h101 …uint32_t clkcnt_n : 8; /*When SPI0 accesses flash, f_SPI_CLK = f_MSPI_COR… member
/hal_espressif-3.5.0/components/soc/esp32s2/include/soc/
Dspi_mem_struct.h96 …uint32_t clkcnt_n: 8; /*In the master mode it is the divider of spi_… member
Dspi_struct.h85 …uint32_t clkcnt_n: 6; /*In the master mode it is the divider of spi_clk. S… member
/hal_espressif-3.5.0/components/soc/esp32/include/soc/
Dspi_struct.h103 …uint32_t clkcnt_n: 6; /*In the master mode it is the divider of spi_clk.… member
/hal_espressif-3.5.0/components/driver/test/
Dtest_spi_master.c66 …ct pre %d n %d, got pre %d n %d\n", clk, pre, n, hw->clock.clkdiv_pre + 1, hw->clock.clkcnt_n + 1); in check_spi_pre_n_for()
68 TEST_ASSERT(hw->clock.clkcnt_n + 1 == n); in check_spi_pre_n_for()