Home
last modified time | relevance | path

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

123

/hal_nordic-3.5.0/nrfx/helpers/
Dnrfx_gppi_dppi.c41 bool nrfx_gppi_channel_check(uint8_t channel) in nrfx_gppi_channel_check()
66 void nrfx_gppi_event_endpoint_setup(uint8_t channel, uint32_t eep) in nrfx_gppi_event_endpoint_setup()
72 void nrfx_gppi_task_endpoint_setup(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_setup()
78 void nrfx_gppi_channel_endpoints_setup(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_setup()
84 void nrfx_gppi_channel_endpoints_clear(uint8_t channel, uint32_t eep, uint32_t tep) in nrfx_gppi_channel_endpoints_clear()
90 void nrfx_gppi_event_endpoint_clear(uint8_t channel, uint32_t eep) in nrfx_gppi_event_endpoint_clear()
97 void nrfx_gppi_task_endpoint_clear(uint8_t channel, uint32_t tep) in nrfx_gppi_task_endpoint_clear()
104 void nrfx_gppi_fork_endpoint_setup(uint8_t channel, uint32_t fork_tep) in nrfx_gppi_fork_endpoint_setup()
109 void nrfx_gppi_fork_endpoint_clear(uint8_t channel, uint32_t fork_tep) in nrfx_gppi_fork_endpoint_clear()
170 nrfx_err_t nrfx_gppi_channel_free(uint8_t channel) in nrfx_gppi_channel_free()
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()
170 nrfx_err_t nrfx_gppi_channel_free(uint8_t channel) in nrfx_gppi_channel_free()
/hal_nordic-3.5.0/nrfx/drivers/src/
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_dppi.c106 nrfx_err_t nrfx_dppi_channel_free(uint8_t channel) in nrfx_dppi_channel_free()
112 nrfx_err_t nrfx_dppi_channel_enable(uint8_t channel) in nrfx_dppi_channel_enable()
128 nrfx_err_t nrfx_dppi_channel_disable(uint8_t channel) in nrfx_dppi_channel_disable()
156 nrfx_err_t nrfx_dppi_channel_include_in_group(uint8_t channel, in nrfx_dppi_channel_include_in_group()
176 nrfx_err_t nrfx_dppi_channel_remove_from_group(uint8_t channel, in nrfx_dppi_channel_remove_from_group()
Dnrfx_saadc.c161 uint8_t channel = NRF_CTZ(channel_mask); in saadc_channels_deconfig() local
175 uint8_t channel = NRF_CTZ(channel_mask); in saadc_channels_disable() local
625 nrfx_err_t nrfx_saadc_limits_set(uint8_t channel, int16_t limit_low, int16_t limit_high) in nrfx_saadc_limits_set()
856 uint8_t channel = limit / 2; in saadc_event_limits_handle() local
Dnrfx_rtc.c137 nrfx_err_t nrfx_rtc_cc_disable(nrfx_rtc_t const * p_instance, uint32_t channel) in nrfx_rtc_cc_disable()
169 uint32_t channel, in nrfx_rtc_cc_set()
Dnrfx_timer.c316 uint32_t channel) in nrfx_timer_compare_int_enable()
326 uint32_t channel) in nrfx_timer_compare_int_disable()
/hal_nordic-3.5.0/nrfx/hal/
Dnrf_ppi.h403 NRF_STATIC_INLINE void nrf_ppi_channel_enable(NRF_PPI_Type * p_reg, nrf_ppi_channel_t channel) in nrf_ppi_channel_enable()
408 NRF_STATIC_INLINE void nrf_ppi_channel_disable(NRF_PPI_Type * p_reg, nrf_ppi_channel_t channel) in nrf_ppi_channel_disable()
414 nrf_ppi_channel_t channel) in nrf_ppi_channel_enable_get()
442 nrf_ppi_channel_t channel, in nrf_ppi_channel_endpoint_setup()
451 nrf_ppi_channel_t channel, in nrf_ppi_event_endpoint_setup()
458 nrf_ppi_channel_t channel, in nrf_ppi_task_endpoint_setup()
467 nrf_ppi_channel_t channel, in nrf_ppi_fork_endpoint_setup()
474 nrf_ppi_channel_t channel, in nrf_ppi_channel_and_fork_endpoint_setup()
485 nrf_ppi_channel_t channel, in nrf_ppi_channel_include_in_group()
499 nrf_ppi_channel_t channel, in nrf_ppi_channel_remove_from_group()
Dnrf_egu.h316 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_saadc.h838 uint8_t channel) in nrf_saadc_subscribe_set()
851 uint8_t channel) in nrf_saadc_publish_set()
863 NRF_STATIC_INLINE nrf_saadc_event_t nrf_saadc_limit_event_get(uint8_t channel, in nrf_saadc_limit_event_get()
877 uint8_t channel, in nrf_saadc_channel_input_set()
895 uint8_t channel, in nrf_saadc_channel_pos_input_set()
908 uint8_t channel, in nrf_saadc_channel_limits_set()
937 NRF_STATIC_INLINE uint32_t nrf_saadc_limit_int_get(uint8_t channel, in nrf_saadc_limit_int_get()
1071 uint8_t channel, in nrf_saadc_channel_init()
1096 uint8_t channel, in nrf_saadc_burst_set()
Dnrf_timer.h783 NRF_STATIC_INLINE nrf_timer_short_mask_t nrf_timer_short_compare_clear_get(uint8_t channel) in nrf_timer_short_compare_clear_get()
788 NRF_STATIC_INLINE nrf_timer_short_mask_t nrf_timer_short_compare_stop_get(uint8_t channel) in nrf_timer_short_compare_stop_get()
813 uint8_t channel) in nrf_timer_subscribe_set()
827 uint8_t channel) in nrf_timer_publish_set()
889 NRF_STATIC_INLINE nrf_timer_task_t nrf_timer_capture_task_get(uint8_t channel) in nrf_timer_capture_task_get()
894 NRF_STATIC_INLINE nrf_timer_event_t nrf_timer_compare_event_get(uint8_t channel) in nrf_timer_compare_event_get()
899 NRF_STATIC_INLINE nrf_timer_int_mask_t nrf_timer_compare_int_get(uint8_t channel) in nrf_timer_compare_int_get()
Dnrf_rng.h314 uint8_t channel) in nrf_rng_subscribe_set()
328 uint8_t channel) in nrf_rng_publish_set()
Dnrf_aar.h413 uint8_t channel) in nrf_aar_subscribe_set()
427 uint8_t channel) in nrf_aar_publish_set()
Dnrf_dppi.h356 NRF_STATIC_INLINE bool nrf_dppi_channel_check(NRF_DPPIC_Type const * p_reg, uint8_t channel) in nrf_dppi_channel_check()
379 uint8_t channel) in nrf_dppi_subscribe_set()
Dnrf_ecb.h546 uint8_t channel) in nrf_ecb_subscribe_set()
560 uint8_t channel) in nrf_ecb_publish_set()
Dnrf_rtc.h357 uint8_t channel) in nrf_rtc_subscribe_set()
371 uint8_t channel) in nrf_rtc_publish_set()
/hal_nordic-3.5.0/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_limits_set()
450 NRFY_STATIC_INLINE uint32_t nrfy_saadc_limit_int_get(uint8_t channel, in nrfy_saadc_limit_int_get()
589 uint8_t channel, in nrfy_saadc_channel_init()
598 uint8_t channel, in nrfy_saadc_burst_set()
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_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()
Dnrfy_pwm.h309 uint8_t channel) in nrfy_pwm_subscribe_set()
326 uint8_t channel) in nrfy_pwm_publish_set()
364 NRFY_STATIC_INLINE uint32_t nrfy_pwm_pin_get(NRF_PWM_Type const * p_reg, uint8_t channel) in nrfy_pwm_pin_get()
Dnrfy_rtc.h244 uint8_t channel) in nrfy_rtc_subscribe_set()
261 uint8_t channel) in nrfy_rtc_publish_set()
/hal_nordic-3.5.0/nrfx/drivers/include/
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.h362 uint32_t channel) in nrfx_timer_capture_task_address_get()
375 uint32_t channel) in nrfx_timer_compare_event_address_get()
/hal_nordic-3.5.0/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()
/hal_nordic-3.5.0/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_delayed_trx.c108 …uint8_t channel; ///< Channel number on which reception should be… member
118 …uint8_t channel; ///< Channel number on which transmission should be performe… member
822 uint8_t channel, in nrf_802154_delayed_trx_receive()

123