Home
last modified time | relevance | path

Searched defs:channel (Results 1 – 25 of 81) sorted by relevance

1234

/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi_ppib_lumos.c89 static nrfx_err_t dppic_channel_free(nrfx_interconnect_dppic_t * p_dppic, uint8_t channel) in dppic_channel_free()
121 static nrfx_err_t ppib_channel_free(nrfx_interconnect_ppib_t * p_ppib, uint8_t channel) in ppib_channel_free()
550 void nrfx_gppi_event_endpoint_setup(uint8_t channel, uint32_t eep) in nrfx_gppi_event_endpoint_setup()
558 void nrfx_gppi_task_endpoint_setup(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_setup()
566 void nrfx_gppi_event_endpoint_clear(uint8_t channel, uint32_t eep) in nrfx_gppi_event_endpoint_clear()
574 void nrfx_gppi_task_endpoint_clear(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_clear()
582 void nrfx_gppi_fork_endpoint_setup(uint8_t channel, uint32_t fork_tep) in nrfx_gppi_fork_endpoint_setup()
598 void nrfx_gppi_fork_endpoint_clear(uint8_t channel, uint32_t fork_tep) in nrfx_gppi_fork_endpoint_clear()
614 void nrfx_gppi_channel_endpoints_setup(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_setup()
660 void nrfx_gppi_channel_endpoints_clear(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_clear()
[all …]
Dnrfx_gppi_dppi.c45 bool nrfx_gppi_channel_check(uint8_t channel) in nrfx_gppi_channel_check()
70 void nrfx_gppi_event_endpoint_setup(uint8_t channel, uint32_t eep) in nrfx_gppi_event_endpoint_setup()
76 void nrfx_gppi_task_endpoint_setup(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_setup()
82 void nrfx_gppi_channel_endpoints_setup(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_setup()
88 void nrfx_gppi_channel_endpoints_clear(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_clear()
94 void nrfx_gppi_event_endpoint_clear(uint8_t channel, uint32_t eep) in nrfx_gppi_event_endpoint_clear()
101 void nrfx_gppi_task_endpoint_clear(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_clear()
108 void nrfx_gppi_fork_endpoint_setup(uint8_t channel, uint32_t fork_tep) in nrfx_gppi_fork_endpoint_setup()
113 void nrfx_gppi_fork_endpoint_clear(uint8_t channel, uint32_t fork_tep) in nrfx_gppi_fork_endpoint_clear()
186 nrfx_err_t nrfx_gppi_channel_free(uint8_t channel) in nrfx_gppi_channel_free()
[all …]
Dnrfx_gppi_ppi.c42 bool nrfx_gppi_channel_check(uint8_t channel) in nrfx_gppi_channel_check()
63 void nrfx_gppi_event_endpoint_setup(uint8_t channel, uint32_t eep) in nrfx_gppi_event_endpoint_setup()
68 void nrfx_gppi_task_endpoint_setup(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_setup()
73 void nrfx_gppi_channel_endpoints_setup(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_setup()
78 void nrfx_gppi_channel_endpoints_clear(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_clear()
84 void nrfx_gppi_event_endpoint_clear(uint8_t channel, uint32_t eep) in nrfx_gppi_event_endpoint_clear()
90 void nrfx_gppi_task_endpoint_clear(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_clear()
97 void nrfx_gppi_fork_endpoint_setup(uint8_t channel, uint32_t fork_tep) in nrfx_gppi_fork_endpoint_setup()
102 void nrfx_gppi_fork_endpoint_clear(uint8_t channel, uint32_t fork_tep) in nrfx_gppi_fork_endpoint_clear()
178 nrfx_err_t nrfx_gppi_channel_free(uint8_t channel) in nrfx_gppi_channel_free()
Dnrfx_gppi_dppi_ppib.c71 static nrfx_err_t channel_free(nrfx_atomic_t * p_allocated_channels, uint8_t channel) in channel_free()
496 void nrfx_gppi_event_endpoint_setup(uint8_t channel, uint32_t eep) in nrfx_gppi_event_endpoint_setup()
504 void nrfx_gppi_task_endpoint_setup(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_setup()
512 void nrfx_gppi_event_endpoint_clear(uint8_t channel, uint32_t eep) in nrfx_gppi_event_endpoint_clear()
520 void nrfx_gppi_task_endpoint_clear(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_clear()
528 void nrfx_gppi_fork_endpoint_setup(uint8_t channel, uint32_t fork_tep) in nrfx_gppi_fork_endpoint_setup()
550 void nrfx_gppi_fork_endpoint_clear(uint8_t channel, uint32_t fork_tep) in nrfx_gppi_fork_endpoint_clear()
570 void nrfx_gppi_channel_endpoints_setup(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_setup()
648 void nrfx_gppi_channel_endpoints_clear(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_clear()
712 nrfx_err_t nrfx_gppi_channel_free(uint8_t channel) in nrfx_gppi_channel_free()
[all …]
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_grtc.c151 static bool is_channel_used(uint8_t channel) in is_channel_used()
156 static bool is_channel_allocated(uint8_t channel) in is_channel_allocated()
161 static void channel_used_mark(uint8_t channel) in channel_used_mark()
166 static void channel_used_unmark(uint8_t channel) in channel_used_unmark()
171 static bool is_channel_available(uint8_t channel) in is_channel_available()
176 static nrfx_err_t syscounter_check(uint8_t channel) in syscounter_check()
200 static uint8_t get_ch_data_index_for_channel(uint8_t channel) in get_ch_data_index_for_channel()
325 nrfx_err_t nrfx_grtc_channel_free(uint8_t channel) in nrfx_grtc_channel_free()
353 bool nrfx_grtc_is_channel_used(uint8_t channel) in nrfx_grtc_is_channel_used()
694 nrfx_err_t nrfx_grtc_syscounter_cc_disable(uint8_t channel) in nrfx_grtc_syscounter_cc_disable()
[all …]
Dnrfx_dppi.c361 static nrfx_err_t dppi_channel_free(nrfx_dppi_t const * p_instance, uint8_t channel) in dppi_channel_free()
369 static nrfx_err_t dppi_channel_enable(nrfx_dppi_t const * p_instance, uint8_t channel) in dppi_channel_enable()
387 static nrfx_err_t dppi_channel_disable(nrfx_dppi_t const * p_instance, uint8_t channel) in dppi_channel_disable()
423 uint8_t channel, in dppi_channel_include_in_group()
445 uint8_t channel, in dppi_channel_remove_from_group()
532 nrfx_err_t nrfx_dppi_channel_free(nrfx_dppi_t const * p_instance, uint8_t channel) in nrfx_dppi_channel_free()
537 nrfx_err_t nrfx_dppi_channel_enable(nrfx_dppi_t const * p_instance, uint8_t channel) in nrfx_dppi_channel_enable()
542 nrfx_err_t nrfx_dppi_channel_disable(nrfx_dppi_t const * p_instance, uint8_t channel) in nrfx_dppi_channel_disable()
559 uint8_t channel, in nrfx_dppi_channel_include_in_group()
566 uint8_t channel, in nrfx_dppi_channel_remove_from_group()
[all …]
Dnrfx_ppi.c72 static bool is_programmable_app_channel(nrf_ppi_channel_t channel) in is_programmable_app_channel()
100 static bool is_app_channel(nrf_ppi_channel_t channel) in is_app_channel()
148 nrfx_err_t nrfx_ppi_channel_free(nrf_ppi_channel_t channel) in nrfx_ppi_channel_free()
161 nrfx_err_t nrfx_ppi_channel_assign(nrf_ppi_channel_t channel, uint32_t eep, uint32_t tep) in nrfx_ppi_channel_assign()
190 nrfx_err_t nrfx_ppi_channel_fork_assign(nrf_ppi_channel_t channel, uint32_t fork_tep) in nrfx_ppi_channel_fork_assign()
217 nrfx_err_t nrfx_ppi_channel_enable(nrf_ppi_channel_t channel) in nrfx_ppi_channel_enable()
239 nrfx_err_t nrfx_ppi_channel_disable(nrf_ppi_channel_t channel) in nrfx_ppi_channel_disable()
Dnrfx_saadc.c161 uint8_t channel = (uint8_t)NRF_CTZ(channel_mask); in saadc_channels_deconfig() local
175 uint8_t channel = (uint8_t)NRF_CTZ(channel_mask); in saadc_channels_disable() local
646 nrfx_err_t nrfx_saadc_limits_set(uint8_t channel, int16_t limit_low, int16_t limit_high) in nrfx_saadc_limits_set()
877 uint8_t channel = limit / 2; in saadc_event_limits_handle() local
/hal_nordic-latest/nrfx/hal/
Dnrf_ppi.h418 NRF_STATIC_INLINE void nrf_ppi_channel_enable(NRF_PPI_Type * p_reg, nrf_ppi_channel_t channel) in nrf_ppi_channel_enable()
423 NRF_STATIC_INLINE void nrf_ppi_channel_disable(NRF_PPI_Type * p_reg, nrf_ppi_channel_t channel) in nrf_ppi_channel_disable()
429 nrf_ppi_channel_t channel) in nrf_ppi_channel_enable_get()
457 nrf_ppi_channel_t channel, in nrf_ppi_channel_endpoint_setup()
466 nrf_ppi_channel_t channel, in nrf_ppi_event_endpoint_setup()
473 nrf_ppi_channel_t channel, in nrf_ppi_task_endpoint_setup()
482 nrf_ppi_channel_t channel, in nrf_ppi_fork_endpoint_setup()
489 nrf_ppi_channel_t channel, in nrf_ppi_channel_and_fork_endpoint_setup()
500 nrf_ppi_channel_t channel, in nrf_ppi_channel_include_in_group()
521 nrf_ppi_channel_t channel, in nrf_ppi_channel_remove_from_group()
Dnrf_saadc.h911 uint8_t channel) in nrf_saadc_subscribe_set()
924 uint8_t channel) in nrf_saadc_publish_set()
936 NRF_STATIC_INLINE nrf_saadc_event_t nrf_saadc_limit_event_get(uint8_t channel, in nrf_saadc_limit_event_get()
950 uint8_t channel, in nrf_saadc_channel_input_set()
959 uint8_t channel, in nrf_saadc_channel_pos_input_set()
988 uint8_t channel, in nrf_saadc_channel_neg_input_set()
1017 uint8_t channel, in nrf_saadc_channel_limits_set()
1046 NRF_STATIC_INLINE uint32_t nrf_saadc_limit_int_get(uint8_t channel, in nrf_saadc_limit_int_get()
1179 uint8_t channel, in nrf_saadc_channel_init()
1204 uint8_t channel, in nrf_saadc_burst_set()
Dnrf_timer.h851 NRF_STATIC_INLINE nrf_timer_short_mask_t nrf_timer_short_compare_clear_get(uint8_t channel) in nrf_timer_short_compare_clear_get()
856 NRF_STATIC_INLINE nrf_timer_short_mask_t nrf_timer_short_compare_stop_get(uint8_t channel) in nrf_timer_short_compare_stop_get()
881 uint8_t channel) in nrf_timer_subscribe_set()
895 uint8_t channel) in nrf_timer_publish_set()
957 NRF_STATIC_INLINE nrf_timer_task_t nrf_timer_capture_task_get(uint8_t channel) in nrf_timer_capture_task_get()
962 NRF_STATIC_INLINE nrf_timer_event_t nrf_timer_compare_event_get(uint8_t channel) in nrf_timer_compare_event_get()
967 NRF_STATIC_INLINE nrf_timer_int_mask_t nrf_timer_compare_int_get(uint8_t channel) in nrf_timer_compare_int_get()
Dnrf_egu.h318 NRF_STATIC_INLINE nrf_egu_task_t nrf_egu_trigger_task_get(uint8_t channel) in nrf_egu_trigger_task_get()
341 NRF_STATIC_INLINE nrf_egu_event_t nrf_egu_triggered_event_get(uint8_t channel) in nrf_egu_triggered_event_get()
364 NRF_STATIC_INLINE nrf_egu_int_mask_t nrf_egu_channel_int_get(uint8_t channel) in nrf_egu_channel_int_get()
372 uint8_t channel) in nrf_egu_subscribe_set()
388 uint8_t channel) in nrf_egu_publish_set()
Dnrf_pwm.h733 uint8_t channel) in nrf_pwm_subscribe_set()
747 uint8_t channel) in nrf_pwm_publish_set()
785 NRF_STATIC_INLINE void nrf_pwm_pin_set(NRF_PWM_Type * p_reg, uint8_t channel, uint32_t pin) in nrf_pwm_pin_set()
791 NRF_STATIC_INLINE uint32_t nrf_pwm_pin_get(NRF_PWM_Type const * p_reg, uint8_t channel) in nrf_pwm_pin_get()
903 uint8_t channel, in nrf_pwm_channel_idle_set()
917 uint8_t channel) in nrf_pwm_channel_idle_get()
Dnrf_temp.h305 uint8_t channel) in nrf_temp_subscribe_set()
319 uint8_t channel) in nrf_temp_publish_set()
/hal_nordic-latest/nrfx/haly/
Dnrfy_saadc.h189 uint8_t channel, in nrfy_saadc_channel_configure()
353 uint8_t channel) in nrfy_saadc_subscribe_set()
369 uint8_t channel) in nrfy_saadc_publish_set()
384 NRFY_STATIC_INLINE nrf_saadc_event_t nrfy_saadc_limit_event_get(uint8_t channel, in nrfy_saadc_limit_event_get()
392 uint8_t channel, in nrfy_saadc_channel_input_set()
402 uint8_t channel, in nrfy_saadc_channel_pos_input_set()
411 uint8_t channel, in nrfy_saadc_channel_neg_input_set()
420 uint8_t channel, in nrfy_saadc_channel_limits_set()
459 NRFY_STATIC_INLINE uint32_t nrfy_saadc_limit_int_get(uint8_t channel, in nrfy_saadc_limit_int_get()
598 uint8_t channel, in nrfy_saadc_channel_init()
[all …]
Dnrfy_timer.h162 nrf_timer_cc_channel_t channel) in nrfy_timer_capture_get()
265 uint8_t channel) in nrfy_timer_subscribe_set()
282 uint8_t channel) in nrfy_timer_publish_set()
367 NRFY_STATIC_INLINE nrf_timer_task_t nrfy_timer_capture_task_get(uint8_t channel) in nrfy_timer_capture_task_get()
373 NRFY_STATIC_INLINE nrf_timer_event_t nrfy_timer_compare_event_get(uint8_t channel) in nrfy_timer_compare_event_get()
379 NRFY_STATIC_INLINE nrf_timer_int_mask_t nrfy_timer_compare_int_get(uint8_t channel) in nrfy_timer_compare_int_get()
Dnrfy_pwm.h309 uint8_t channel) in nrfy_pwm_subscribe_set()
326 uint8_t channel) in nrfy_pwm_publish_set()
373 NRFY_STATIC_INLINE uint32_t nrfy_pwm_pin_get(NRF_PWM_Type const * p_reg, uint8_t channel) in nrfy_pwm_pin_get()
432 uint8_t channel, in nrfy_pwm_channel_idle_set()
441 uint8_t channel) in nrfy_pwm_channel_idle_get()
Dnrfy_grtc.h374 uint8_t channel, in nrfy_grtc_sys_counter_compare_event_int_clear_enable()
430 uint8_t channel) in nrfy_grtc_sys_counter_capture_subscribe_set()
460 uint8_t channel) in nrfy_grtc_sys_counter_compare_publish_set()
587 uint8_t channel) in nrfy_grtc_subscribe_set()
603 uint8_t channel) in nrfy_grtc_publish_set()
Dnrfy_temp.h187 uint8_t channel) in nrfy_temp_subscribe_set()
203 uint8_t channel) in nrfy_temp_publish_set()
Dnrfy_dppi.h102 NRFY_STATIC_INLINE bool nrfy_dppi_channel_check(NRF_DPPIC_Type const * p_reg, uint8_t channel) in nrfy_dppi_channel_check()
134 uint8_t channel) in nrfy_dppi_subscribe_set()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_ppib.h247 uint8_t channel) in nrfx_ppib_send_task_get()
255 uint8_t channel) in nrfx_ppib_send_task_address_get()
261 uint8_t channel) in nrfx_ppib_receive_event_get()
269 uint8_t channel) in nrfx_ppib_receive_event_address_get()
276 uint8_t channel) in nrfx_ppib_subscribe_set()
289 uint8_t channel) in nrfx_ppib_publish_set()
Dnrfx_grtc.h83 uint8_t channel; /**< Capture/compare channel number. */ member
572 NRFX_STATIC_INLINE uint32_t nrfx_grtc_capture_task_address_get(uint8_t channel) in nrfx_grtc_capture_task_address_get()
577 NRFX_STATIC_INLINE uint32_t nrfx_grtc_event_compare_address_get(uint8_t channel) in nrfx_grtc_event_compare_address_get()
582 NRFX_STATIC_INLINE bool nrfx_grtc_sys_counter_cc_enable_check(uint8_t channel) in nrfx_grtc_sys_counter_cc_enable_check()
588 NRFX_STATIC_INLINE bool nrfx_grtc_syscounter_compare_event_check(uint8_t channel) in nrfx_grtc_syscounter_compare_event_check()
Dnrfx_ppi.h306 NRFX_STATIC_INLINE uint32_t nrfx_ppi_channel_to_mask(nrf_ppi_channel_t channel) in nrfx_ppi_channel_to_mask()
311 NRFX_STATIC_INLINE nrfx_err_t nrfx_ppi_channel_include_in_group(nrf_ppi_channel_t channel, in nrfx_ppi_channel_include_in_group()
317 NRFX_STATIC_INLINE nrfx_err_t nrfx_ppi_channel_remove_from_group(nrf_ppi_channel_t channel, in nrfx_ppi_channel_remove_from_group()
Dnrfx_timer.h378 uint32_t channel) in nrfx_timer_capture_task_address_get()
392 uint32_t channel) in nrfx_timer_compare_event_address_get()
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_tx_power.c40 uint8_t channel, in nrf_802154_tx_power_convert_metadata_to_tx_power_split()
59 uint8_t channel, in nrf_802154_tx_power_split_pib_power_for_channel_get()

1234