Home
last modified time | relevance | path

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

/hal_renesas-latest/smartbond/da1469x_hal/
Dda1469x_clock.c154 uint8_t hclk_div = (CRG_TOP->CLK_AMBA_REG & CRG_TOP_CLK_AMBA_REG_HCLK_DIV_Msk); in da1469x_clock_adjust_otp_access_timings() local
157 … uint32_t core_speed = (SystemCoreClock >> ((hclk_div < 4) ? hclk_div : 4/*1xx = divide by 16*/)); in da1469x_clock_adjust_otp_access_timings()