Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_pwm.h176 NRFX_PWM_FLAG_START_VIA_TASK = 0x80, /**< The playback must not be enumerator
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_pwm.c333 if (flags & NRFX_PWM_FLAG_START_VIA_TASK) in start_playback()