Searched refs:nrf_clock_spec (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/include/zephyr/drivers/clock_control/ |
D | nrf_clock_control.h | 183 struct nrf_clock_spec { struct 193 const struct nrf_clock_spec *spec, argument 196 const struct nrf_clock_spec *spec); 198 const struct nrf_clock_spec *spec, 236 const struct nrf_clock_spec *spec, in nrf_clock_control_request() 260 const struct nrf_clock_spec *spec, 279 const struct nrf_clock_spec *spec) in nrf_clock_control_release() 311 const struct nrf_clock_spec *spec, in nrf_clock_control_cancel_or_release()
|
/Zephyr-latest/tests/drivers/clock_control/nrf_clock_control/src/ |
D | main.c | 15 const struct nrf_clock_spec *clk_specs; 19 const struct nrf_clock_spec test_clk_specs_hsfll[] = { 38 const struct nrf_clock_spec test_clk_specs_fll16m[] = { 64 const struct nrf_clock_spec invalid_test_clk_specs_fll16m[] = { 107 const struct nrf_clock_spec test_clk_specs_global_hsfll[] = { 130 const struct nrf_clock_spec test_clk_specs_lfclk[] = { 157 const struct nrf_clock_spec *clk_spec) in test_request_release_clock_spec() 192 const struct nrf_clock_spec *clk_spec; in test_clock_control_request() 236 const struct nrf_clock_spec *clk_spec; in ZTEST() 291 const struct nrf_clock_spec *clk_spec = &test_clk_specs_lfclk[0]; in ZTEST()
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_nrf2_hsfll.c | 104 const struct nrf_clock_spec *spec) in hsfll_find_mgr() 136 const struct nrf_clock_spec *spec, in api_request_hsfll() 153 const struct nrf_clock_spec *spec) in api_release_hsfll() 169 const struct nrf_clock_spec *spec, in api_cancel_or_release_hsfll()
|
D | clock_control_nrf2_fll16m.c | 137 const struct nrf_clock_spec *spec) in fll16m_find_mgr() 175 const struct nrf_clock_spec *spec, in api_request_fll16m() 188 const struct nrf_clock_spec *spec) in api_release_fll16m() 200 const struct nrf_clock_spec *spec, in api_cancel_or_release_fll16m()
|
D | clock_control_nrf2_hfxo.c | 174 const struct nrf_clock_spec *spec) in is_clock_spec_valid() 197 const struct nrf_clock_spec *spec, in api_request_hfxo() 210 const struct nrf_clock_spec *spec) in api_release_hfxo() 222 const struct nrf_clock_spec *spec, in api_cancel_or_release_hfxo()
|
D | clock_control_nrf2_global_hsfll.c | 66 const struct nrf_clock_spec *spec) in global_hsfll_find_mgr() 98 const struct nrf_clock_spec *spec, in api_request_global_hsfll() 111 const struct nrf_clock_spec *spec) in api_release_global_hsfll() 123 const struct nrf_clock_spec *spec, in api_cancel_or_release_global_hsfll()
|
D | clock_control_nrf2_lfclk.c | 109 const struct nrf_clock_spec *spec) in lfclk_find_mgr() 143 const struct nrf_clock_spec *spec, in api_request_lfclk() 156 const struct nrf_clock_spec *spec) in api_release_lfclk() 168 const struct nrf_clock_spec *spec, in api_cancel_or_release_lfclk()
|
D | clock_control_nrf2_common.c | 217 const struct nrf_clock_spec *spec, in nrf_clock_control_request_sync()
|
/Zephyr-latest/samples/boards/nordic/clock_control/src/ |
D | main.c | 55 const struct nrf_clock_spec spec = { in main()
|
/Zephyr-latest/drivers/spi/ |
D | spi_nrfx_spim.c | 93 struct nrf_clock_spec clk_spec;
|