Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/clock_control/nrf_clock_control/src/
Dmain.c15 const struct nrf_clock_spec *clk_specs; member
59 .clk_specs = test_clk_specs_fll16m,
85 .clk_specs = invalid_test_clk_specs_fll16m,
93 .clk_specs = test_clk_specs_hsfll,
101 .clk_specs = test_clk_specs_hsfll,
125 .clk_specs = test_clk_specs_global_hsfll,
151 .clk_specs = test_clk_specs_lfclk,
200 clk_spec = &clk_context->clk_specs[u]; in test_clock_control_request()
246 clk_spec = &clk_context->clk_specs[u]; in ZTEST()