Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_temp.c90 nrfy_temp_task_trigger(NRF_TEMP, NRF_TEMP_TASK_STOP); in nrfx_temp_uninit()
121 nrfy_temp_task_trigger(NRF_TEMP, NRF_TEMP_TASK_START); in nrfx_temp_measure()
138 nrfy_temp_task_trigger(NRF_TEMP, NRF_TEMP_TASK_STOP); in nrfx_temp_measure()
/hal_nordic-latest/nrfx/haly/
Dnrfy_temp.h127 NRFY_STATIC_INLINE void nrfy_temp_task_trigger(NRF_TEMP_Type * p_reg, nrf_temp_task_t task) in nrfy_temp_task_trigger() function