Home
last modified time | relevance | path

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

/hal_renesas-latest/zephyr/ra/ra_cfg/fsp_cfg/
Dr_ospi_b_cfg.h21 #define OSPI_B_MAX_WRITE_ENABLE_LOOPS (0) macro
/hal_renesas-latest/drivers/ra/fsp/src/r_ospi_b/
Dr_ospi_b.c87 #ifndef OSPI_B_MAX_WRITE_ENABLE_LOOPS
88 #define OSPI_B_MAX_WRITE_ENABLE_LOOPS (5) macro
938 #if OSPI_B_MAX_WRITE_ENABLE_LOOPS > 0U in r_ospi_b_write_enable()
941 for (uint32_t i = 0U; i < OSPI_B_MAX_WRITE_ENABLE_LOOPS; i++) in r_ospi_b_write_enable()