Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_control_smartbond.c25 struct lpc_clock_state { struct
34 } lpc_clock_state = { argument
62 if (lpc_clock_state.rcx_started) { in calibration_work_cb()
64 lpc_clock_state.rcx_ready = true; in calibration_work_cb()
65 lpc_clock_state.rcx_freq = da1469x_clock_lp_rcx_freq_get(); in calibration_work_cb()
67 (int)lpc_clock_state.rcx_freq); in calibration_work_cb()
73 cmac_request_lp_clock_freq_set(lpc_clock_state.rcx_freq); in calibration_work_cb()
77 if (lpc_clock_state.rc32k_started) { in calibration_work_cb()
79 lpc_clock_state.rc32k_ready = true; in calibration_work_cb()
80 lpc_clock_state.rc32k_freq = da1469x_clock_lp_rc32k_freq_get(); in calibration_work_cb()
[all …]