Home
last modified time | relevance | path

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

/hal_renesas-latest/zephyr/rz/portable/rzn/
Dbsp_common.h317 extern const uint32_t g_bsp_system_clock_select_xspi_clk[][2];
662 … clock_hz = g_bsp_system_clock_select_xspi_clk[fselxspi0][R_SYSC_NS->SCKCR_b.DIVSELXSPI0]; in R_FSP_SystemClockHzGet()
669 … clock_hz = g_bsp_system_clock_select_xspi_clk[fselxspi1][R_SYSC_NS->SCKCR_b.DIVSELXSPI1]; in R_FSP_SystemClockHzGet()
/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/
Dbsp_common.c69 const uint32_t g_bsp_system_clock_select_xspi_clk[][2] = variable