Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/clock/
Dhal_clock.c24 uint32_t clk_round_option = hal_clk->clk_round_opt; in HAL_ClockSetRootClk()
32 switch (hal_clk->clk_round_opt) in HAL_ClockSetRootClk()
53 uint32_t clk_round_option = hal_clk->clk_round_opt; in HAL_ClockEnableRootClk()
59 switch (hal_clk->clk_round_opt) in HAL_ClockEnableRootClk()
81 uint32_t clk_round_option = hal_clk->clk_round_opt; in HAL_ClockSetPllClk()
88 switch (hal_clk->clk_round_opt) in HAL_ClockSetPllClk()
Dhal_clock.h31 hal_clk_rnd_opt_e clk_round_opt; /* clock round options */ member