Home
last modified time | relevance | path

Searched refs:nrfx_err_t (Results 1 – 25 of 117) sorted by relevance

12345

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_dppi.h99 nrfx_err_t nrfx_dppi_channel_alloc(nrfx_dppi_t const * p_instance, uint8_t * p_channel);
114 nrfx_err_t nrfx_dppi_channel_free(nrfx_dppi_t const * p_instance, uint8_t channel);
125 nrfx_err_t nrfx_dppi_channel_enable(nrfx_dppi_t const * p_instance, uint8_t channel);
139 nrfx_err_t nrfx_dppi_channel_disable(nrfx_dppi_t const * p_instance, uint8_t channel);
153 nrfx_err_t nrfx_dppi_group_alloc(nrfx_dppi_t const * p_instance,
168 nrfx_err_t nrfx_dppi_group_free(nrfx_dppi_t const * p_instance, nrf_dppi_channel_group_t group);
183 nrfx_err_t nrfx_dppi_channel_include_in_group(nrfx_dppi_t const * p_instance,
200 nrfx_err_t nrfx_dppi_channel_remove_from_group(nrfx_dppi_t const * p_instance,
216 nrfx_err_t nrfx_dppi_group_clear(nrfx_dppi_t const * p_instance, nrf_dppi_channel_group_t group);
227 nrfx_err_t nrfx_dppi_group_enable(nrfx_dppi_t const * p_instance,
[all …]
Dnrfx_ppi.h92 nrfx_err_t nrfx_ppi_channel_alloc(nrf_ppi_channel_t * p_channel);
105 nrfx_err_t nrfx_ppi_channel_free(nrf_ppi_channel_t channel);
118 nrfx_err_t nrfx_ppi_channel_assign(nrf_ppi_channel_t channel, uint32_t eep, uint32_t tep);
130 nrfx_err_t nrfx_ppi_channel_fork_assign(nrf_ppi_channel_t channel, uint32_t fork_tep);
141 nrfx_err_t nrfx_ppi_channel_enable(nrf_ppi_channel_t channel);
152 nrfx_err_t nrfx_ppi_channel_disable(nrf_ppi_channel_t channel);
165 nrfx_err_t nrfx_ppi_group_alloc(nrf_ppi_channel_group_t * p_group);
178 nrfx_err_t nrfx_ppi_group_free(nrf_ppi_channel_group_t group);
200 nrfx_err_t nrfx_ppi_channels_include_in_group(uint32_t channel_mask,
214 NRFX_STATIC_INLINE nrfx_err_t nrfx_ppi_channel_include_in_group(nrf_ppi_channel_t channel,
[all …]
Dnrfx_qspi.h219 nrfx_err_t nrfx_qspi_init(nrfx_qspi_config_t const * p_config,
237 nrfx_err_t nrfx_qspi_reconfigure(nrfx_qspi_config_t const * p_config);
256 nrfx_err_t nrfx_qspi_activate(bool wait);
267 nrfx_err_t nrfx_qspi_deactivate(void);
310 nrfx_err_t nrfx_qspi_read(void * p_rx_buffer,
347 nrfx_err_t nrfx_qspi_write(void const * p_tx_buffer,
380 nrfx_err_t nrfx_qspi_erase(nrf_qspi_erase_len_t length,
396 nrfx_err_t nrfx_qspi_chip_erase(void);
422 nrfx_err_t nrfx_qspi_mem_busy_check(void);
460 nrfx_err_t nrfx_qspi_cinstr_xfer(nrf_qspi_cinstr_conf_t const * p_config,
[all …]
Dnrfx_grtc.h144 nrfx_err_t nrfx_grtc_sleep_configure(nrfx_grtc_sleep_config_t const * p_sleep_cfg);
154 nrfx_err_t nrfx_grtc_sleep_configuration_get(nrfx_grtc_sleep_config_t * p_sleep_cfg);
170 nrfx_err_t nrfx_grtc_channel_alloc(uint8_t * p_channel);
187 nrfx_err_t nrfx_grtc_channel_free(uint8_t channel);
212 nrfx_err_t nrfx_grtc_init(uint8_t interrupt_priority);
222 nrfx_err_t nrfx_grtc_rtcounter_cc_disable(void);
248 nrfx_err_t nrfx_grtc_rtcounter_cc_absolute_set(nrfx_grtc_rtcounter_handler_data_t * handler_data,
298 nrfx_err_t nrfx_grtc_syscounter_start(bool busy_wait, uint8_t * p_main_cc_channel);
308 nrfx_err_t nrfx_grtc_action_perform(nrfx_grtc_action_t action);
342 nrfx_err_t nrfx_grtc_syscounter_cc_disable(uint8_t channel);
[all …]
Dnrfx_saadc.h271 nrfx_err_t nrfx_saadc_init(uint8_t interrupt_priority);
306 nrfx_err_t nrfx_saadc_channels_config(nrfx_saadc_channel_t const * p_channels,
324 nrfx_err_t nrfx_saadc_channel_config(nrfx_saadc_channel_t const * p_channel);
344 nrfx_err_t nrfx_saadc_channels_deconfig(uint32_t channel_mask);
363 nrfx_err_t nrfx_saadc_simple_mode_set(uint32_t channel_mask,
400 nrfx_err_t nrfx_saadc_advanced_mode_set(uint32_t channel_mask,
419 nrfx_err_t nrfx_saadc_buffer_set(nrf_saadc_value_t * p_buffer, uint16_t size);
433 nrfx_err_t nrfx_saadc_mode_trigger(void);
468 nrfx_err_t nrfx_saadc_limits_set(uint8_t channel, int16_t limit_low, int16_t limit_high);
480 nrfx_err_t nrfx_saadc_offset_calibrate(nrfx_saadc_event_handler_t calib_event_handler);
Dnrfx_pdm.h198 nrfx_err_t nrfx_pdm_init(nrfx_pdm_t const * p_instance,
213 nrfx_err_t nrfx_pdm_reconfigure(nrfx_pdm_t const * p_instance,
264 nrfx_err_t nrfx_pdm_start(nrfx_pdm_t const * p_instance);
278 nrfx_err_t nrfx_pdm_stop(nrfx_pdm_t const * p_instance);
294 nrfx_err_t nrfx_pdm_buffer_set(nrfx_pdm_t const * p_instance,
338 nrfx_err_t nrfx_pdm_init(nrfx_pdm_config_t const * p_config,
351 nrfx_err_t nrfx_pdm_reconfigure(nrfx_pdm_config_t const * p_config);
391 nrfx_err_t nrfx_pdm_start(void);
403 nrfx_err_t nrfx_pdm_stop(void);
418 nrfx_err_t nrfx_pdm_buffer_set(int16_t * buffer, uint16_t buffer_length);
Dnrfx_gpiote.h211 nrfx_err_t nrfx_gpiote_init(nrfx_gpiote_t const * p_instance, uint8_t interrupt_priority);
249 nrfx_err_t nrfx_gpiote_channel_alloc(nrfx_gpiote_t const * p_instance, uint8_t * p_channel);
267 nrfx_err_t nrfx_gpiote_channel_free(nrfx_gpiote_t const * p_instance, uint8_t channel);
296 nrfx_err_t nrfx_gpiote_input_configure(nrfx_gpiote_t const * p_instance,
323 nrfx_err_t nrfx_gpiote_output_configure(nrfx_gpiote_t const * p_instance,
341 nrfx_err_t nrfx_gpiote_pin_uninit(nrfx_gpiote_t const * p_instance, nrfx_gpiote_pin_t pin);
386 nrfx_err_t nrfx_gpiote_channel_get(nrfx_gpiote_t const * p_instance,
643 nrfx_err_t nrfx_gpiote_init(uint8_t interrupt_priority);
649 nrfx_err_t nrfx_gpiote_channel_alloc(uint8_t * p_channel);
651 nrfx_err_t nrfx_gpiote_channel_free(uint8_t channel);
[all …]
Dnrfx_uarte.h379 nrfx_err_t nrfx_uarte_init(nrfx_uarte_t const * p_instance,
393 nrfx_err_t nrfx_uarte_reconfigure(nrfx_uarte_t const * p_instance,
470 nrfx_err_t nrfx_uarte_tx(nrfx_uarte_t const * p_instance,
502 nrfx_err_t nrfx_uarte_tx_abort(nrfx_uarte_t const * p_instance, bool sync);
525 nrfx_err_t nrfx_uarte_rx_enable(nrfx_uarte_t const * p_instance, uint32_t flags);
543 nrfx_err_t nrfx_uarte_rx_buffer_set(nrfx_uarte_t const * p_instance,
591 nrfx_err_t nrfx_uarte_rx(nrfx_uarte_t const * p_instance,
607 nrfx_err_t nrfx_uarte_rx_ready(nrfx_uarte_t const * p_instance, size_t * p_rx_amount);
634 nrfx_err_t nrfx_uarte_rx_abort(nrfx_uarte_t const * p_instance, bool disable_all, bool sync);
700 nrfx_err_t nrfx_uarte_int_trigger(nrfx_uarte_t const * p_instance);
Dnrfx_nfct.h196 nrfx_err_t nrfx_nfct_init(nrfx_nfct_config_t const * p_config);
244 nrfx_err_t nrfx_nfct_rx(nrfx_nfct_data_desc_t const * p_rx_data);
258 nrfx_err_t nrfx_nfct_tx(nrfx_nfct_data_desc_t const * p_tx_data,
274 nrfx_err_t nrfx_nfct_bits_tx(nrfx_nfct_data_desc_t const * p_tx_data,
304 nrfx_err_t nrfx_nfct_parameter_set(nrfx_nfct_param_t const * p_param);
323 nrfx_err_t nrfx_nfct_nfcid1_default_bytes_get(uint8_t * const p_nfcid1_buff,
Dnrfx_clock.h87 nrfx_err_t nrfx_clock_init(nrfx_clock_event_handler_t event_handler);
148 nrfx_err_t nrfx_clock_divider_set(nrf_clock_domain_t domain,
250 nrfx_err_t nrfx_clock_calibration_start(void);
263 nrfx_err_t nrfx_clock_xo_tune_start(void);
273 nrfx_err_t nrfx_clock_xo_tune_abort(void);
295 nrfx_err_t nrfx_clock_is_calibrating(void);
Dnrfx_wdt.h164 nrfx_err_t nrfx_wdt_init(nrfx_wdt_t const * p_instance,
184 nrfx_err_t nrfx_wdt_init(nrfx_wdt_t const * p_instance,
218 nrfx_err_t nrfx_wdt_reconfigure(nrfx_wdt_t const * p_instance,
232 nrfx_err_t nrfx_wdt_channel_alloc(nrfx_wdt_t const * p_instance,
282 nrfx_err_t nrfx_wdt_stop(nrfx_wdt_t const * p_instance);
Dnrfx_twi.h229 nrfx_err_t nrfx_twi_init(nrfx_twi_t const * p_instance,
244 nrfx_err_t nrfx_twi_reconfigure(nrfx_twi_t const * p_instance,
314 nrfx_err_t nrfx_twi_xfer(nrfx_twi_t const * p_instance,
364 NRFX_STATIC_INLINE nrfx_err_t nrfx_twi_bus_recover(uint32_t scl_pin, uint32_t sda_pin);
367 NRFX_STATIC_INLINE nrfx_err_t nrfx_twi_bus_recover(uint32_t scl_pin, uint32_t sda_pin) in nrfx_twi_bus_recover()
Dnrfx_twim.h221 nrfx_err_t nrfx_twim_init(nrfx_twim_t const * p_instance,
237 nrfx_err_t nrfx_twim_reconfigure(nrfx_twim_t const * p_instance,
326 nrfx_err_t nrfx_twim_xfer(nrfx_twim_t const * p_instance,
382 NRFX_STATIC_INLINE nrfx_err_t nrfx_twim_bus_recover(uint32_t scl_pin, uint32_t sda_pin);
385 NRFX_STATIC_INLINE nrfx_err_t nrfx_twim_bus_recover(uint32_t scl_pin, uint32_t sda_pin) in nrfx_twim_bus_recover()
Dnrfx_i2s.h239 nrfx_err_t nrfx_i2s_init(nrfx_i2s_t const * p_instance,
295 nrfx_err_t nrfx_i2s_start(nrfx_i2s_t const * p_instance,
335 nrfx_err_t nrfx_i2s_start(nrfx_i2s_t const * p_instance,
361 nrfx_err_t nrfx_i2s_next_buffers_set(nrfx_i2s_t const * p_instance,
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_dppi.c354 static nrfx_err_t dppi_channel_alloc(nrfx_dppi_t const * p_instance, uint8_t * p_channel) in dppi_channel_alloc()
361 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()
373 nrfx_err_t err_code = NRFX_SUCCESS; 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()
391 nrfx_err_t err_code = NRFX_SUCCESS; in dppi_channel_disable()
406 static nrfx_err_t dppi_group_alloc(nrfx_dppi_t const * p_instance, in dppi_group_alloc()
414 static nrfx_err_t dppi_group_free(nrfx_dppi_t const * p_instance, nrf_dppi_channel_group_t group) in dppi_group_free()
422 static nrfx_err_t dppi_channel_include_in_group(nrfx_dppi_t const * p_instance, in dppi_channel_include_in_group()
427 nrfx_err_t err_code = NRFX_SUCCESS; in dppi_channel_include_in_group()
[all …]
Dnrfx_ppi.c142 nrfx_err_t nrfx_ppi_channel_alloc(nrf_ppi_channel_t * p_channel) in nrfx_ppi_channel_alloc()
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()
168 nrfx_err_t err_code = NRFX_SUCCESS; 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()
192 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_ppi_channel_fork_assign()
217 nrfx_err_t nrfx_ppi_channel_enable(nrf_ppi_channel_t channel) in nrfx_ppi_channel_enable()
219 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_ppi_channel_enable()
239 nrfx_err_t nrfx_ppi_channel_disable(nrf_ppi_channel_t channel) in nrfx_ppi_channel_disable()
241 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_ppi_channel_disable()
[all …]
Dnrfx_grtc.c176 static nrfx_err_t syscounter_check(uint8_t channel) in syscounter_check()
285 nrfx_err_t nrfx_grtc_syscounter_get(uint64_t * p_counter) in nrfx_grtc_syscounter_get()
291 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_grtc_syscounter_get()
309 nrfx_err_t nrfx_grtc_channel_alloc(uint8_t * p_channel) in nrfx_grtc_channel_alloc()
312 nrfx_err_t err_code = nrfx_flag32_alloc(&m_cb.available_channels, p_channel); in nrfx_grtc_channel_alloc()
325 nrfx_err_t nrfx_grtc_channel_free(uint8_t channel) in nrfx_grtc_channel_free()
328 nrfx_err_t err_code; in nrfx_grtc_channel_free()
358 nrfx_err_t nrfx_grtc_init(uint8_t interrupt_priority) in nrfx_grtc_init()
360 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_grtc_init()
413 nrfx_err_t nrfx_grtc_sleep_configure(nrfx_grtc_sleep_config_t const * p_sleep_cfg) in nrfx_grtc_sleep_configure()
[all …]
Dnrfx_qspi.c117 static nrfx_err_t qspi_activate(bool wait);
118 static nrfx_err_t qspi_ready_wait(void);
122 static nrfx_err_t qspi_xfer(void * p_buffer, in qspi_xfer()
287 static nrfx_err_t qspi_ready_wait(void) in qspi_ready_wait()
306 static nrfx_err_t qspi_configure(nrfx_qspi_config_t const * p_config) in qspi_configure()
357 static nrfx_err_t qspi_activate(bool wait) in qspi_activate()
366 nrfx_err_t ret = qspi_ready_wait(); in qspi_activate()
432 nrfx_err_t nrfx_qspi_init(nrfx_qspi_config_t const * p_config, in nrfx_qspi_init()
436 nrfx_err_t err_code; in nrfx_qspi_init()
477 nrfx_err_t nrfx_qspi_reconfigure(nrfx_qspi_config_t const * p_config) in nrfx_qspi_reconfigure()
[all …]
Dnrfx_pdm.c150 static nrfx_err_t pdm_init(nrfx_pdm_t const * p_instance, in pdm_init()
156 nrfx_err_t err_code; in pdm_init()
216 static nrfx_err_t pdm_reconfigure(nrfx_pdm_t const * p_instance, in pdm_reconfigure()
281 static nrfx_err_t pdm_start(nrfx_pdm_t const * p_instance) in pdm_start()
286 nrfx_err_t err_code; in pdm_start()
315 static nrfx_err_t pdm_buffer_set(nrfx_pdm_t const * p_instance, in pdm_buffer_set()
334 nrfx_err_t err_code = NRFX_SUCCESS; in pdm_buffer_set()
374 static nrfx_err_t pdm_stop(nrfx_pdm_t const * p_instance) in pdm_stop()
379 nrfx_err_t err_code; in pdm_stop()
411 nrfx_err_t nrfx_pdm_init(nrfx_pdm_t const * p_instance, in nrfx_pdm_init()
[all …]
Dnrfx_wdt.c102 static nrfx_err_t wdt_init(nrfx_wdt_t const * p_instance, in wdt_init()
107 nrfx_err_t err_code; in wdt_init()
147 nrfx_err_t nrfx_wdt_init(nrfx_wdt_t const * p_instance, in nrfx_wdt_init()
155 nrfx_err_t nrfx_wdt_init(nrfx_wdt_t const * p_instance, in nrfx_wdt_init()
163 nrfx_err_t nrfx_wdt_reconfigure(nrfx_wdt_t const * p_instance, in nrfx_wdt_reconfigure()
168 nrfx_err_t err_code; in nrfx_wdt_reconfigure()
233 nrfx_err_t nrfx_wdt_channel_alloc(nrfx_wdt_t const * p_instance, nrfx_wdt_channel_id * p_channel_id) in nrfx_wdt_channel_alloc()
235 nrfx_err_t result; in nrfx_wdt_channel_alloc()
282 nrfx_err_t nrfx_wdt_stop(nrfx_wdt_t const * p_instance) in nrfx_wdt_stop()
Dnrfx_saadc.c122 static nrfx_err_t saadc_channel_count_get(uint32_t ch_to_activate_mask, in saadc_channel_count_get()
249 nrfx_err_t nrfx_saadc_init(uint8_t interrupt_priority) in nrfx_saadc_init()
251 nrfx_err_t err_code; in nrfx_saadc_init()
297 nrfx_err_t nrfx_saadc_channels_config(nrfx_saadc_channel_t const * p_channels, in nrfx_saadc_channels_config()
324 nrfx_err_t nrfx_saadc_channel_config(nrfx_saadc_channel_t const * p_channel) in nrfx_saadc_channel_config()
346 nrfx_err_t nrfx_saadc_channels_deconfig(uint32_t channel_mask) in nrfx_saadc_channels_deconfig()
360 nrfx_err_t nrfx_saadc_simple_mode_set(uint32_t channel_mask, in nrfx_saadc_simple_mode_set()
373 nrfx_err_t err = saadc_channel_count_get(channel_mask, &active_ch_count); in nrfx_saadc_simple_mode_set()
402 nrfx_err_t nrfx_saadc_advanced_mode_set(uint32_t channel_mask, in nrfx_saadc_advanced_mode_set()
416 nrfx_err_t err = saadc_channel_count_get(channel_mask, &active_ch_count); in nrfx_saadc_advanced_mode_set()
[all …]
Dnrfx_gpiote.c437 nrfx_err_t err = nrfx_flag32_free( in release_handler()
514 static nrfx_err_t pin_handler_set(nrfx_gpiote_t const * p_instance, in pin_handler_set()
519 nrfx_err_t err; in pin_handler_set()
589 static nrfx_err_t pin_uninit(nrfx_gpiote_t const * p_instance, nrfx_gpiote_pin_t pin) in pin_uninit()
608 nrfx_err_t err_code = pin_uninit(p_instance, pin); in pin_cond_uninit()
619 static nrfx_err_t gpiote_input_configure(nrfx_gpiote_t const * p_instance, in gpiote_input_configure()
623 nrfx_err_t err; in gpiote_input_configure()
714 static nrfx_err_t gpiote_output_configure(nrfx_gpiote_t const * p_instance, in gpiote_output_configure()
777 static nrfx_err_t gpiote_channel_get(nrfx_gpiote_t const * p_instance, in gpiote_channel_get()
794 static nrfx_err_t gpiote_init(nrfx_gpiote_t const * p_instance, uint8_t interrupt_priority) in gpiote_init()
[all …]
Dnrfx_twi.c117 static nrfx_err_t twi_process_error(uint32_t errorsrc) in twi_process_error()
119 nrfx_err_t ret = NRFX_ERROR_INTERNAL; in twi_process_error()
176 nrfx_err_t nrfx_twi_init(nrfx_twi_t const * p_instance, in nrfx_twi_init()
184 nrfx_err_t err_code; in nrfx_twi_init()
246 nrfx_err_t nrfx_twi_reconfigure(nrfx_twi_t const * p_instance, in nrfx_twi_reconfigure()
472 static nrfx_err_t twi_tx_start_transfer(NRF_TWI_Type * p_twi, in twi_tx_start_transfer()
475 nrfx_err_t ret_code = NRFX_SUCCESS; in twi_tx_start_transfer()
541 static nrfx_err_t twi_rx_start_transfer(NRF_TWI_Type * p_twi, in twi_rx_start_transfer()
544 nrfx_err_t ret_code = NRFX_SUCCESS; in twi_rx_start_transfer()
612 static nrfx_err_t twi_xfer(NRF_TWI_Type * p_twi, in twi_xfer()
[all …]
/hal_nordic-latest/nrfx/helpers/
Dnrfx_gppi_dppi_ppib_lumos.c55 static nrfx_err_t dppic_channel_get(nrfx_interconnect_dppic_t * p_dppic, in dppic_channel_get()
71 static nrfx_err_t dppic_virtual_channel_set(nrfx_interconnect_dppic_t * p_dppic, in dppic_virtual_channel_set()
80 static nrfx_err_t dppic_channel_alloc(nrfx_interconnect_dppic_t * p_dppic, uint8_t * p_channel) in dppic_channel_alloc()
89 static nrfx_err_t dppic_channel_free(nrfx_interconnect_dppic_t * p_dppic, uint8_t channel) in dppic_channel_free()
98 static nrfx_err_t ppib_channel_get(nrfx_interconnect_ppib_t * p_ppib, in ppib_channel_get()
115 static nrfx_err_t ppib_channel_alloc(nrfx_interconnect_ppib_t * p_ppib, uint8_t * p_channel) in ppib_channel_alloc()
121 static nrfx_err_t ppib_channel_free(nrfx_interconnect_ppib_t * p_ppib, uint8_t channel) in ppib_channel_free()
126 static nrfx_err_t ppib_virtual_channel_set(nrfx_interconnect_ppib_t * p_ppib, in ppib_virtual_channel_set()
142 nrfx_err_t err = dppic_channel_get(dppic, virtual_channel, &dppi_channel); in virtual_channel_enable_set()
191 static nrfx_err_t create_ppib_connection(uint8_t virtual_channel, in create_ppib_connection()
[all …]
Dnrfx_gppi_dppi_ppib.c71 static nrfx_err_t channel_free(nrfx_atomic_t * p_allocated_channels, uint8_t channel) in channel_free()
81 static nrfx_err_t channel_allocate(nrfx_atomic_t * p_channels_available, in channel_allocate()
167 static nrfx_err_t ipct_connection_remove(nrfx_interconnect_ipct_t const * p_src_ipct, in ipct_connection_remove()
178 nrfx_err_t err_code; in ipct_connection_remove()
251 static nrfx_err_t ipct_connection_create(nrfx_interconnect_ipct_t const * p_src_ipct, in ipct_connection_create()
262 nrfx_err_t err_code; in ipct_connection_create()
328 static nrfx_err_t local_connection_create(nrfx_interconnect_apb_t const * p_src_apb, in local_connection_create()
332 nrfx_err_t err_code; in local_connection_create()
429 static nrfx_err_t local_connection_remove(nrfx_interconnect_apb_t const * p_src_apb, in local_connection_remove()
433 nrfx_err_t err_code; in local_connection_remove()
[all …]

12345