Searched refs:nrf_clock_task_trigger (Results 1 – 2 of 2) sorted by relevance
| /external/platform/nrfx/drivers/src/ |
| A D | nrfx_clock.c | 292 nrf_clock_task_trigger(NRF_CLOCK, NRF_CLOCK_TASK_LFCLKSTART); in nrfx_clock_start() 297 nrf_clock_task_trigger(NRF_CLOCK, NRF_CLOCK_TASK_HFCLKSTART); in nrfx_clock_start() 303 nrf_clock_task_trigger(NRF_CLOCK, NRF_CLOCK_TASK_HFCLK192MSTART); in nrfx_clock_start() 327 nrf_clock_task_trigger(NRF_CLOCK, NRF_CLOCK_TASK_LFCLKSTOP); in nrfx_clock_stop() 332 nrf_clock_task_trigger(NRF_CLOCK, NRF_CLOCK_TASK_HFCLKSTOP); in nrfx_clock_stop() 338 nrf_clock_task_trigger(NRF_CLOCK, NRF_CLOCK_TASK_HFCLK192MSTOP); in nrfx_clock_stop() 345 nrf_clock_task_trigger(NRF_CLOCK, NRF_CLOCK_TASK_HFCLKAUDIOSTOP); in nrfx_clock_stop() 407 nrf_clock_task_trigger(NRF_CLOCK, NRF_CLOCK_TASK_CAL); in nrfx_clock_calibration_start() 438 nrf_clock_task_trigger(NRF_CLOCK, NRF_CLOCK_TASK_CTSTART); in nrfx_clock_calibration_timer_start() 446 nrf_clock_task_trigger(NRF_CLOCK, NRF_CLOCK_TASK_CTSTOP); in nrfx_clock_calibration_timer_stop() [all …]
|
| /external/platform/nrfx/hal/ |
| A D | nrf_clock.h | 333 NRF_STATIC_INLINE void nrf_clock_task_trigger(NRF_CLOCK_Type * p_reg, nrf_clock_task_t task); 732 NRF_STATIC_INLINE void nrf_clock_task_trigger(NRF_CLOCK_Type * p_reg, nrf_clock_task_t task) in nrf_clock_task_trigger() function
|
Completed in 6 milliseconds