Searched refs:inst (Results 1 – 3 of 3) sorted by relevance
/hal_nordic-3.6.0/nrfx/samples/src/nrfx_pwm/grouped_mode/ |
D | main.c | 158 nrfx_pwm_t * inst = p_context; in pwm_handler() local 168 nrfx_pwm_sequence_update(inst, 1, &seq[2]); in pwm_handler() 173 nrfx_pwm_sequence_update(inst, 1, &seq[1]); in pwm_handler() 180 nrfx_pwm_uninit(inst); in pwm_handler()
|
/hal_nordic-3.6.0/nrfx/samples/src/nrfx_pwm/common_mode/ |
D | main.c | 89 nrfx_pwm_t * inst = p_context; in pwm_handler() local 97 nrfx_pwm_uninit(inst); in pwm_handler()
|
/hal_nordic-3.6.0/nrfx/drivers/src/ |
D | nrfx_spim.c | 52 #define _NRFX_NUM_FEATURE_TOKEN(periph, inst, feature) \ argument 53 NRFX_CONCAT(NRFX_CONCAT(periph, _, feature, _TOKEN), NRFX_CONCAT(inst, _, feature))
|