Home
last modified time | relevance | path

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

/hal_nordic-3.4.0/nrfx/hal/
Dnrf_pwm.h732 uint8_t seq_id, in nrf_pwm_sequence_set()
744 uint8_t seq_id, in nrf_pwm_seq_ptr_set()
757 uint8_t seq_id, in nrf_pwm_seq_cnt_set()
767 uint8_t seq_id, in nrf_pwm_seq_refresh_set()
776 uint8_t seq_id, in nrf_pwm_seq_end_delay_set()
798 NRF_STATIC_INLINE nrf_pwm_task_t nrf_pwm_seqstart_task_get(uint8_t seq_id) in nrf_pwm_seqstart_task_get()
808 NRF_STATIC_INLINE nrf_pwm_event_t nrf_pwm_seqend_event_get(uint8_t seq_id) in nrf_pwm_seqend_event_get()
/hal_nordic-3.4.0/nrfx/haly/
Dnrfy_pwm.h170 uint8_t seq_id, in nrfy_pwm_start()
384 uint8_t seq_id, in nrfy_pwm_sequence_set()
409 NRFY_STATIC_INLINE nrf_pwm_task_t nrfy_pwm_seqstart_task_get(uint8_t seq_id) in nrfy_pwm_seqstart_task_get()
415 NRFY_STATIC_INLINE nrf_pwm_event_t nrfy_pwm_seqend_event_get(uint8_t seq_id) in nrfy_pwm_seqend_event_get()
/hal_nordic-3.4.0/nrfx/drivers/include/
Dnrfx_pwm.h392 uint8_t seq_id, in nrfx_pwm_sequence_update()
/hal_nordic-3.4.0/nrfx/drivers/src/
Dnrfx_pwm.c248 uint8_t seq_id) in start_playback()