Home
last modified time | relevance | path

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

/Zephyr-latest/modules/hal_nordic/nrfs/dvfs/
Dld_dvfs_handler.c115 enum dvfs_frequency_setting new_oppoint = oppoint_freq; in dvfs_service_handler_prepare_to_scale() local
118 if (new_oppoint == current_oppoint) { in dvfs_service_handler_prepare_to_scale()
121 ld_dvfs_configure_abb_for_transition(current_oppoint, new_oppoint); in dvfs_service_handler_prepare_to_scale()
123 if (dvfs_service_handler_is_downscaling(new_oppoint)) { in dvfs_service_handler_prepare_to_scale()
124 int32_t err = ld_dvfs_configure_hsfll(new_oppoint); in dvfs_service_handler_prepare_to_scale()