Lines Matching full:clock

42  * @defgroup nrf_clock_hal Clock HAL
45 * @brief Hardware access layer for managing the CLOCK peripheral.
47 * This code can be used to managing low-frequency clock (LFCLK) and the high-frequency clock
63 * @brief Presence of the Low Frequency Clock calibration.
73 * @brief Low-frequency clock sources.
91 …FCLK_Synth = CLOCK_LFCLKSRC_SRC_Synth, /**< Internal 32 kHz synthesizer from HFCLK system clock. */
111 * @brief High-frequency clock sources.
151 …* @details The NRF_CLOCK_TASK_LFCLKSTOP task cannot be set when the low-frequency clock is not run…
152 * The NRF_CLOCK_TASK_HFCLKSTOP task cannot be set when the high-frequency clock is not running.
156 …NRF_CLOCK_TASK_HFCLKSTART = offsetof(NRF_CLOCK_Type, TASKS_HFCLKSTART), /**< Start HFCLK clock sou…
157 …NRF_CLOCK_TASK_HFCLKSTOP = offsetof(NRF_CLOCK_Type, TASKS_HFCLKSTOP), /**< Stop HFCLK clock sour…
158 …NRF_CLOCK_TASK_LFCLKSTART = offsetof(NRF_CLOCK_Type, TASKS_LFCLKSTART), /**< Start LFCLK clock sou…
159 …NRF_CLOCK_TASK_LFCLKSTOP = offsetof(NRF_CLOCK_Type, TASKS_LFCLKSTOP), /**< Stop LFCLK clock sour…
249 * @brief Function for changing the low-frequency clock source.
250 * @details This function cannot be called when the low-frequency clock is running.
252 * @param[in] source New low-frequency clock source.
257 * @brief Function for retrieving the selected source for the low-frequency clock.
260 * is the selected source for the low-frequency clock.
262 * is the selected source for the low-frequency clock.
264 * the HFCLK is the selected source for the low-frequency clock.
269 * @brief Function for retrieving the active source of the low-frequency clock.
272 * is the active source of the low-frequency clock.
274 * is the active source of the low-frequency clock.
276 * the HFCLK is the active source of the low-frequency clock.
281 * @brief Function for retrieving the clock source for the LFCLK clock when
285 * is running and generating the LFCLK clock.
287 * is running and generating the LFCLK clock.
289 * the HFCLK is running and generating the LFCLK clock.
294 * @brief Function for retrieving the state of the LFCLK clock.
296 * @retval false If the LFCLK clock is not running.
297 * @retval true If the LFCLK clock is running.
310 * @brief Function for retrieving the active source of the high-frequency clock.
313 * source of the high-frequency clock.
315 * source of the high-frequency clock.
320 * @brief Function for retrieving the state of the HFCLK clock.
322 * @param[in] clk_src Clock source to be checked.
324 * @retval false If the HFCLK clock is not running.
325 * @retval true If the HFCLK clock is running.
350 * CLOCK task.
360 * CLOCK task.
368 * CLOCK event.
378 * CLOCK event.