Home
last modified time | relevance | path

Searched refs:seq_id (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_pwm.h542 uint8_t seq_id,
554 uint8_t seq_id,
566 uint8_t seq_id,
578 uint8_t seq_id,
590 uint8_t seq_id,
624 NRF_STATIC_INLINE nrf_pwm_task_t nrf_pwm_seqstart_task_get(uint8_t seq_id);
633 NRF_STATIC_INLINE nrf_pwm_event_t nrf_pwm_seqend_event_get(uint8_t seq_id);
810 uint8_t seq_id, in nrf_pwm_sequence_set() argument
815 nrf_pwm_seq_ptr_set( p_reg, seq_id, p_seq->values.p_raw); in nrf_pwm_sequence_set()
816 nrf_pwm_seq_cnt_set( p_reg, seq_id, p_seq->length); in nrf_pwm_sequence_set()
[all …]
/hal_nordic-latest/nrfx/haly/
Dnrfy_pwm.h170 uint8_t seq_id, in nrfy_pwm_start() argument
173 nrf_pwm_task_trigger(p_reg, nrf_pwm_seqstart_task_get(seq_id)); in nrfy_pwm_start()
178 uint32_t evt_mask = NRFY_EVENT_TO_INT_BITMASK(nrf_pwm_seqend_event_get(seq_id)); in nrfy_pwm_start()
393 uint8_t seq_id, in nrfy_pwm_sequence_set() argument
397 nrf_pwm_sequence_set(p_reg, seq_id, p_seq); in nrfy_pwm_sequence_set()
418 NRFY_STATIC_INLINE nrf_pwm_task_t nrfy_pwm_seqstart_task_get(uint8_t seq_id) in nrfy_pwm_seqstart_task_get() argument
420 return nrf_pwm_seqstart_task_get(seq_id); in nrfy_pwm_seqstart_task_get()
424 NRFY_STATIC_INLINE nrf_pwm_event_t nrfy_pwm_seqend_event_get(uint8_t seq_id) in nrfy_pwm_seqend_event_get() argument
426 return nrf_pwm_seqend_event_get(seq_id); in nrfy_pwm_seqend_event_get()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_pwm.h370 uint8_t seq_id,
404 uint8_t seq_id, in nrfx_pwm_sequence_update() argument
407 nrfy_pwm_sequence_set(p_instance->p_reg, seq_id, p_sequence); in nrfx_pwm_sequence_update()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_pwm.c286 uint8_t seq_id) in start_playback() argument
336 nrfy_pwm_task_address_get(p_instance->p_reg, nrfy_pwm_seqstart_task_get(seq_id)); in start_playback()
351 nrfy_pwm_start(p_instance->p_reg, seq_id, false); in start_playback()