/Zephyr-latest/soc/nordic/common/ |
D | nrf_sys_event.c | 79 nrfx_err_t err; in nrf_sys_event_request_global_constlat() 88 nrfx_err_t err; in nrf_sys_event_release_global_constlat()
|
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/src/ |
D | feedback_nrf53.c | 74 static nrfx_err_t feedback_edge_counter_setup(void) in feedback_edge_counter_setup() 76 nrfx_err_t err; in feedback_edge_counter_setup() 129 static nrfx_err_t feedback_relative_timer_setup(void) in feedback_relative_timer_setup() 131 nrfx_err_t err; in feedback_relative_timer_setup() 150 nrfx_err_t err; in feedback_init()
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_nrfx_twi_common.c | 19 nrfx_err_t result = nrfx_twi_init(&config->twi, &config->config, in i2c_nrfx_twi_init() 61 nrfx_err_t err; in i2c_nrfx_twi_recover_bus() 77 nrfx_err_t res; in i2c_nrfx_twi_msg_transfer()
|
D | i2c_nrfx_twim_common.c | 23 nrfx_err_t err; in i2c_nrfx_twim_recover_bus() 83 nrfx_err_t res; in i2c_nrfx_twim_msg_transfer()
|
D | i2c_nrfx_twis.c | 126 nrfx_err_t err; in shim_nrf_twis_handle_read_req() 151 nrfx_err_t err; in shim_nrf_twis_handle_write_req() 219 nrfx_err_t err; in shim_nrf_twis_target_register() 271 nrfx_err_t err; in shim_nrf_twis_init()
|
D | i2c_nrfx_twi_common.h | 39 static inline nrfx_err_t i2c_nrfx_twi_get_evt_result(nrfx_twi_evt_t const *p_event) in i2c_nrfx_twi_get_evt_result()
|
D | i2c_nrfx_twi.c | 30 volatile nrfx_err_t res;
|
/Zephyr-latest/drivers/timer/ |
D | nrf_grtc_timer.c | 91 nrfx_err_t result; in get_comparator() 171 nrfx_err_t err_code; in z_nrf_grtc_timer_chan_alloc() 188 nrfx_err_t err_code = nrfx_grtc_channel_free(chan); in z_nrf_grtc_timer_chan_free() 247 nrfx_err_t result; in compare_set_nolocks() 325 nrfx_err_t result; in z_nrf_grtc_timer_capture_prepare() 349 nrfx_err_t result; in z_nrf_grtc_timer_capture_read() 375 nrfx_err_t err_code; in z_nrf_grtc_wakeup_prepare() 472 nrfx_err_t err_code; in sys_clock_driver_init()
|
/Zephyr-latest/modules/nrf_wifi/bus/ |
D | qspi_if.c | 299 nrfx_err_t _nrfx_qspi_read(void *p_rx_buffer, size_t rx_buffer_length, uint32_t src_address) in _nrfx_qspi_read() 304 nrfx_err_t _nrfx_qspi_write(void const *p_tx_buffer, size_t tx_buffer_length, uint32_t dst_address) in _nrfx_qspi_write() 309 nrfx_err_t _nrfx_qspi_init(nrfx_qspi_config_t const *p_config, nrfx_qspi_handler_t handler, in _nrfx_qspi_init() 345 static inline int qspi_get_zephyr_ret_code(nrfx_err_t res) in qspi_get_zephyr_ret_code() 434 static inline void qspi_wait_for_completion(const struct device *dev, nrfx_err_t res) in qspi_wait_for_completion() 472 static inline void _qspi_wait_for_completion(const struct device *dev, nrfx_err_t res) in _qspi_wait_for_completion() 502 nrfx_err_t res; in qspi_device_init() 738 nrfx_err_t res = _nrfx_qspi_init(&QSPIconfig, qspi_handler, dev_data); in qspi_nrfx_configure() 804 static inline nrfx_err_t read_non_aligned(const struct device *dev, int addr, void *dest, in read_non_aligned() 831 nrfx_err_t res = NRFX_SUCCESS; in read_non_aligned() [all …]
|
/Zephyr-latest/drivers/flash/ |
D | nrf_qspi_nor.c | 235 static inline int qspi_get_zephyr_ret_code(nrfx_err_t res) in qspi_get_zephyr_ret_code() 353 nrfx_err_t res) in qspi_wait_for_completion() 583 nrfx_err_t res = !NRFX_SUCCESS; in qspi_erase() 757 nrfx_err_t res; in qspi_sfdp_read() 787 static inline nrfx_err_t read_non_aligned(const struct device *dev, in read_non_aligned() 816 nrfx_err_t res = NRFX_SUCCESS; in read_non_aligned() 862 nrfx_err_t res; in qspi_nor_read() 892 static inline nrfx_err_t write_sub_word(const struct device *dev, off_t addr, in write_sub_word() 896 nrfx_err_t res; in write_sub_word() 921 static nrfx_err_t write_through_buffer(const struct device *dev, off_t addr, in write_through_buffer() [all …]
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_nrfx.c | 39 nrfx_err_t err_code; in wdt_nrf_setup() 74 nrfx_err_t err_code; in wdt_nrf_disable() 108 nrfx_err_t err_code; in wdt_nrf_install_timeout() 225 nrfx_err_t err_code; \
|
/Zephyr-latest/modules/hal_nordic/nrfx/ |
D | nrfx_glue.c | 25 char const *nrfx_error_string_get(nrfx_err_t code) in nrfx_error_string_get()
|
D | nrfx_log.h | 129 extern char const *nrfx_error_string_get(nrfx_err_t code);
|
/Zephyr-latest/drivers/usb/common/nrf_usbd_common/ |
D | nrf_usbd_common.h | 282 nrfx_err_t nrf_usbd_common_init(nrf_usbd_common_event_handler_t event_handler); 510 nrfx_err_t nrf_usbd_common_ep_transfer(nrf_usbd_common_ep_t ep,
|
/Zephyr-latest/samples/boards/nordic/nrfx_prs/src/ |
D | main.c | 124 nrfx_err_t err; in switch_to_spim() 179 nrfx_err_t err; in spim_transfer() 216 nrfx_err_t err; in switch_to_uarte() 261 nrfx_err_t err; in uarte_transfer()
|
/Zephyr-latest/drivers/serial/ |
D | uart_nrfx_uarte2.c | 296 nrfx_err_t err; in on_rx_buf_req() 384 nrfx_err_t err; in api_tx() 419 nrfx_err_t err; in api_tx_abort() 481 nrfx_err_t err; in api_rx_enable() 527 nrfx_err_t err; in api_rx_buf_rsp() 557 nrfx_err_t err; in api_poll_in() 584 nrfx_err_t err; in api_poll_out() 777 nrfx_err_t ret; in endtx_stoptx_ppi_init() 804 nrfx_err_t err; in start_rx() 833 nrfx_err_t nerr; in uarte_nrfx_init() [all …]
|
/Zephyr-latest/drivers/spi/ |
D | spi_nrfx_common.c | 23 nrfx_err_t res; in spi_nrfx_wake_init()
|
D | spi_nrfx_spi.c | 94 nrfx_err_t result; in configure() 186 nrfx_err_t result; in transfer_next_chunk()
|
D | spi_nrfx_spis.c | 121 nrfx_err_t result; in prepare_for_transfer() 338 nrfx_err_t result; in spi_nrfx_init()
|
/Zephyr-latest/soc/nordic/nrf53/ |
D | sync_rtc.c | 111 nrfx_err_t err; in free_resources() 229 nrfx_err_t err; in sync_rtc_setup()
|
D | soc.c | 392 nrfx_err_t err; in rtc_pretick_cpuapp_init() 452 nrfx_err_t err = nrfx_gppi_channel_alloc(&ppi_ch); in rtc_pretick_cpunet_init()
|
/Zephyr-latest/samples/boards/nordic/nrfx/src/ |
D | main.c | 39 nrfx_err_t err; in main()
|
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/src/ |
D | feedback_nrf53.c | 49 nrfx_err_t err; in feedback_init()
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_nrfx.c | 118 nrfx_err_t err = NRFX_SUCCESS; in gpio_nrfx_pin_configure() 348 nrfx_err_t err; in gpio_nrfx_pin_interrupt_configure() 486 nrfx_err_t err; in gpio_nrfx_init()
|
/Zephyr-latest/drivers/audio/ |
D | dmic_nrfx_pdm.c | 74 nrfx_err_t err; in event_handler() 395 nrfx_err_t err; in dmic_nrfx_pdm_configure() 500 nrfx_err_t err; in start_transfer()
|