Lines Matching refs:task
206 NRF_STATIC_INLINE void nrf_lpcomp_task_trigger(NRF_LPCOMP_Type * p_reg, nrf_lpcomp_task_t task);
217 nrf_lpcomp_task_t task);
319 nrf_lpcomp_task_t task,
329 nrf_lpcomp_task_t task);
448 NRF_STATIC_INLINE void nrf_lpcomp_task_trigger(NRF_LPCOMP_Type * p_reg, nrf_lpcomp_task_t task) in nrf_lpcomp_task_trigger() argument
450 *( (volatile uint32_t *)( (uint8_t *)p_reg + (uint32_t)task) ) = 1; in nrf_lpcomp_task_trigger()
454 nrf_lpcomp_task_t task) in nrf_lpcomp_task_address_get() argument
456 return nrf_task_event_address_get(p_reg, task); in nrf_lpcomp_task_address_get()
510 nrf_lpcomp_task_t task, in nrf_lpcomp_subscribe_set() argument
513 *((volatile uint32_t *) ((uint8_t *) p_reg + (uint32_t) task + 0x80uL)) = in nrf_lpcomp_subscribe_set()
518 nrf_lpcomp_task_t task) in nrf_lpcomp_subscribe_clear() argument
520 *((volatile uint32_t *) ((uint8_t *) p_reg + (uint32_t) task + 0x80uL)) = 0; in nrf_lpcomp_subscribe_clear()