Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_pwm.h810 uint8_t seq_id, in nrf_pwm_sequence_set()
822 uint8_t seq_id, in nrf_pwm_seq_ptr_set()
835 uint8_t seq_id, in nrf_pwm_seq_cnt_set()
850 uint8_t seq_id, in nrf_pwm_seq_refresh_set()
859 uint8_t seq_id, in nrf_pwm_seq_end_delay_set()
881 NRF_STATIC_INLINE nrf_pwm_task_t nrf_pwm_seqstart_task_get(uint8_t seq_id) in nrf_pwm_seqstart_task_get()
891 NRF_STATIC_INLINE nrf_pwm_event_t nrf_pwm_seqend_event_get(uint8_t seq_id) in nrf_pwm_seqend_event_get()
/hal_nordic-latest/nrfx/haly/
Dnrfy_pwm.h170 uint8_t seq_id, in nrfy_pwm_start()
393 uint8_t seq_id, 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()
424 NRFY_STATIC_INLINE nrf_pwm_event_t nrfy_pwm_seqend_event_get(uint8_t seq_id) in nrfy_pwm_seqend_event_get()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_pwm.h404 uint8_t seq_id, in nrfx_pwm_sequence_update()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_pwm.c286 uint8_t seq_id) in start_playback()