Home
last modified time | relevance | path

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

123

/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_dppi.h61 nrfx_err_t nrfx_dppi_channel_alloc(uint8_t * p_channel);
72 nrfx_err_t nrfx_dppi_channel_free(uint8_t channel);
82 nrfx_err_t nrfx_dppi_channel_enable(uint8_t channel);
92 nrfx_err_t nrfx_dppi_channel_disable(uint8_t channel);
103 nrfx_err_t nrfx_dppi_group_alloc(nrf_dppi_channel_group_t * p_group);
114 nrfx_err_t nrfx_dppi_group_free(nrf_dppi_channel_group_t group);
125 nrfx_err_t nrfx_dppi_channel_include_in_group(uint8_t channel,
137 nrfx_err_t nrfx_dppi_channel_remove_from_group(uint8_t channel,
148 nrfx_err_t nrfx_dppi_group_clear(nrf_dppi_channel_group_t group);
158 nrfx_err_t nrfx_dppi_group_enable(nrf_dppi_channel_group_t group);
[all …]
A Dnrfx_ppi.h88 nrfx_err_t nrfx_ppi_channel_alloc(nrf_ppi_channel_t * p_channel);
99 nrfx_err_t nrfx_ppi_channel_free(nrf_ppi_channel_t channel);
135 nrfx_err_t nrfx_ppi_channel_enable(nrf_ppi_channel_t channel);
146 nrfx_err_t nrfx_ppi_channel_disable(nrf_ppi_channel_t channel);
157 nrfx_err_t nrfx_ppi_group_alloc(nrf_ppi_channel_group_t * p_group);
168 nrfx_err_t nrfx_ppi_group_free(nrf_ppi_channel_group_t group);
190 nrfx_err_t nrfx_ppi_channels_include_in_group(uint32_t channel_mask,
244 NRFX_STATIC_INLINE nrfx_err_t nrfx_ppi_group_clear(nrf_ppi_channel_group_t group);
255 nrfx_err_t nrfx_ppi_group_enable(nrf_ppi_channel_group_t group);
266 nrfx_err_t nrfx_ppi_group_disable(nrf_ppi_channel_group_t group);
[all …]
A Dnrfx_qspi.h155 nrfx_err_t nrfx_qspi_init(nrfx_qspi_config_t const * p_config,
182 nrfx_err_t nrfx_qspi_read(void * p_rx_buffer,
210 nrfx_err_t nrfx_qspi_write(void const * p_tx_buffer,
237 nrfx_err_t nrfx_qspi_erase(nrf_qspi_erase_len_t length,
247 nrfx_err_t nrfx_qspi_chip_erase(void);
256 nrfx_err_t nrfx_qspi_mem_busy_check(void);
273 nrfx_err_t nrfx_qspi_cinstr_xfer(nrf_qspi_cinstr_conf_t const * p_config,
290 nrfx_err_t nrfx_qspi_cinstr_quick_send(uint8_t opcode,
308 nrfx_err_t nrfx_qspi_lfm_start(nrf_qspi_cinstr_conf_t const * p_config);
327 nrfx_err_t nrfx_qspi_lfm_xfer(void const * p_tx_buffer,
[all …]
A Dnrfx_saadc.h213 nrfx_err_t nrfx_saadc_init(uint8_t interrupt_priority);
237 nrfx_err_t nrfx_saadc_channels_config(nrfx_saadc_channel_t const * p_channels,
257 nrfx_err_t nrfx_saadc_simple_mode_set(uint32_t channel_mask,
292 nrfx_err_t nrfx_saadc_advanced_mode_set(uint32_t channel_mask,
311 nrfx_err_t nrfx_saadc_buffer_set(nrf_saadc_value_t * p_buffer, uint16_t size);
325 nrfx_err_t nrfx_saadc_mode_trigger(void);
357 nrfx_err_t nrfx_saadc_limits_set(uint8_t channel, int16_t limit_low, int16_t limit_high);
372 nrfx_err_t nrfx_saadc_offset_calibrate(nrfx_saadc_event_handler_t event_handler);
A Dnrfx_pdm.h150 nrfx_err_t nrfx_pdm_init(nrfx_pdm_config_t const * p_config,
183 nrfx_err_t nrfx_pdm_start(void);
195 nrfx_err_t nrfx_pdm_stop(void);
210 nrfx_err_t nrfx_pdm_buffer_set(int16_t * buffer, uint16_t buffer_length);
A Dnrfx_nfct.h188 nrfx_err_t nrfx_nfct_init(nrfx_nfct_config_t const * p_config);
236 nrfx_err_t nrfx_nfct_tx(nrfx_nfct_data_desc_t const * p_tx_data,
266 nrfx_err_t nrfx_nfct_parameter_set(nrfx_nfct_param_t const * p_param);
285 nrfx_err_t nrfx_nfct_nfcid1_default_bytes_get(uint8_t * const p_nfcid1_buff,
A Dnrfx_clock.h79 nrfx_err_t nrfx_clock_init(nrfx_clock_event_handler_t event_handler);
131 nrfx_err_t nrfx_clock_divider_set(nrf_clock_domain_t domain,
232 nrfx_err_t nrfx_clock_calibration_start(void);
242 nrfx_err_t nrfx_clock_is_calibrating(void);
A Dnrfx_adc.h151 nrfx_err_t nrfx_adc_init(nrfx_adc_config_t const * p_config,
219 nrfx_err_t nrfx_adc_sample_convert(nrfx_adc_channel_t const * p_channel,
251 nrfx_err_t nrfx_adc_buffer_convert(nrf_adc_value_t * buffer, uint16_t size);
A Dnrfx_nvmc.h64 nrfx_err_t nrfx_nvmc_page_erase(uint32_t address);
76 nrfx_err_t nrfx_nvmc_uicr_erase(void);
100 nrfx_err_t nrfx_nvmc_page_partial_erase_init(uint32_t address, uint32_t duration_ms);
A Dnrfx_i2s.h206 nrfx_err_t nrfx_i2s_init(nrfx_i2s_config_t const * p_config,
247 nrfx_err_t nrfx_i2s_start(nrfx_i2s_buffers_t const * p_initial_buffers,
270 nrfx_err_t nrfx_i2s_next_buffers_set(nrfx_i2s_buffers_t const * p_buffers);
A Dnrfx_twi.h215 nrfx_err_t nrfx_twi_init(nrfx_twi_t const * p_instance,
277 nrfx_err_t nrfx_twi_xfer(nrfx_twi_t const * p_instance,
327 NRFX_STATIC_INLINE nrfx_err_t nrfx_twi_bus_recover(uint32_t scl_pin, uint32_t sda_pin);
330 NRFX_STATIC_INLINE nrfx_err_t nrfx_twi_bus_recover(uint32_t scl_pin, uint32_t sda_pin) in nrfx_twi_bus_recover()
A Dnrfx_twim.h227 nrfx_err_t nrfx_twim_init(nrfx_twim_t const * p_instance,
308 nrfx_err_t nrfx_twim_xfer(nrfx_twim_t const * p_instance,
363 NRFX_STATIC_INLINE nrfx_err_t nrfx_twim_bus_recover(uint32_t scl_pin, uint32_t sda_pin);
366 NRFX_STATIC_INLINE nrfx_err_t nrfx_twim_bus_recover(uint32_t scl_pin, uint32_t sda_pin) in nrfx_twim_bus_recover()
A Dnrfx_temp.h80 nrfx_err_t nrfx_temp_init(nrfx_temp_config_t const * p_config, nrfx_temp_data_handler_t handler);
134 nrfx_err_t nrfx_temp_measure(void);
A Dnrfx_twis.h190 nrfx_err_t nrfx_twis_init(nrfx_twis_t const * p_instance,
266 nrfx_err_t nrfx_twis_tx_prepare(nrfx_twis_t const * p_instance,
300 nrfx_err_t nrfx_twis_rx_prepare(nrfx_twis_t const * p_instance,
A Dnrfx_uart.h190 nrfx_err_t nrfx_uart_init(nrfx_uart_t const * p_instance,
241 nrfx_err_t nrfx_uart_tx(nrfx_uart_t const * p_instance,
300 nrfx_err_t nrfx_uart_rx(nrfx_uart_t const * p_instance,
A Dnrfx_uarte.h199 nrfx_err_t nrfx_uarte_init(nrfx_uarte_t const * p_instance,
258 nrfx_err_t nrfx_uarte_tx(nrfx_uarte_t const * p_instance,
324 nrfx_err_t nrfx_uarte_rx(nrfx_uarte_t const * p_instance,
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_dppi.c102 nrfx_err_t err_code; in nrfx_dppi_channel_alloc()
131 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_dppi_channel_free()
150 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_dppi_channel_enable()
166 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_dppi_channel_disable()
183 nrfx_err_t err_code; in nrfx_dppi_group_alloc()
212 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_dppi_group_free()
231 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_dppi_channel_include_in_group()
248 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_dppi_channel_remove_from_group()
264 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_dppi_group_clear()
280 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_dppi_group_enable()
[all …]
A Dnrfx_ppi.c229 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_ppi_channel_alloc()
261 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_ppi_channel_free()
287 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_ppi_channel_assign()
311 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_ppi_channel_fork_assign()
335 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_ppi_channel_enable()
356 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_ppi_channel_disable()
378 nrfx_err_t err_code; in nrfx_ppi_group_alloc()
409 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_ppi_group_free()
433 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_ppi_group_enable()
454 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_ppi_group_disable()
[all …]
A Dnrfx_qspi.c61 static nrfx_err_t qspi_task_perform(nrf_qspi_task_t task) in qspi_task_perform()
103 static nrfx_err_t qspi_ready_wait(void) in qspi_ready_wait()
118 nrfx_err_t nrfx_qspi_init(nrfx_qspi_config_t const * p_config, in nrfx_qspi_init()
238 nrfx_err_t nrfx_qspi_lfm_xfer(void const * p_tx_buffer, in nrfx_qspi_lfm_xfer()
246 nrfx_err_t status = NRFX_SUCCESS; in nrfx_qspi_lfm_xfer()
301 nrfx_err_t nrfx_qspi_mem_busy_check(void) in nrfx_qspi_mem_busy_check()
303 nrfx_err_t ret_code; in nrfx_qspi_mem_busy_check()
346 nrfx_err_t nrfx_qspi_write(void const * p_tx_buffer, in nrfx_qspi_write()
362 nrfx_err_t nrfx_qspi_read(void * p_rx_buffer, in nrfx_qspi_read()
378 nrfx_err_t nrfx_qspi_erase(nrf_qspi_erase_len_t length, in nrfx_qspi_erase()
[all …]
A Dnrfx_pdm.c170 nrfx_err_t nrfx_pdm_init(nrfx_pdm_config_t const * p_config, in nrfx_pdm_init()
175 nrfx_err_t err_code; in nrfx_pdm_init()
259 nrfx_err_t nrfx_pdm_start(void) in nrfx_pdm_start()
262 nrfx_err_t err_code; in nrfx_pdm_start()
291 nrfx_err_t nrfx_pdm_buffer_set(int16_t * buffer, uint16_t buffer_length) in nrfx_pdm_buffer_set()
306 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_pdm_buffer_set()
338 nrfx_err_t nrfx_pdm_stop(void) in nrfx_pdm_stop()
341 nrfx_err_t err_code; in nrfx_pdm_stop()
A Dnrfx_temp.c56 nrfx_err_t nrfx_temp_init(nrfx_temp_config_t const * p_config, nrfx_temp_data_handler_t handler) in nrfx_temp_init()
105 nrfx_err_t nrfx_temp_measure(void) in nrfx_temp_measure()
109 nrfx_err_t result = NRFX_SUCCESS; in nrfx_temp_measure()
A Dnrfx_saadc.c123 static nrfx_err_t saadc_channel_count_get(uint32_t ch_to_activate_mask, in saadc_channel_count_get()
224 nrfx_err_t nrfx_saadc_init(uint8_t interrupt_priority) in nrfx_saadc_init()
226 nrfx_err_t err_code; in nrfx_saadc_init()
258 nrfx_err_t nrfx_saadc_channels_config(nrfx_saadc_channel_t const * p_channels, in nrfx_saadc_channels_config()
298 nrfx_err_t nrfx_saadc_simple_mode_set(uint32_t channel_mask, in nrfx_saadc_simple_mode_set()
311 nrfx_err_t err = saadc_channel_count_get(channel_mask, &active_ch_count); in nrfx_saadc_simple_mode_set()
354 nrfx_err_t err = saadc_channel_count_get(channel_mask, &active_ch_count); in nrfx_saadc_advanced_mode_set()
404 nrfx_err_t nrfx_saadc_buffer_set(nrf_saadc_value_t * p_buffer, uint16_t size) in nrfx_saadc_buffer_set()
463 nrfx_err_t nrfx_saadc_mode_trigger(void) in nrfx_saadc_mode_trigger()
473 nrfx_err_t result = NRFX_SUCCESS; in nrfx_saadc_mode_trigger()
[all …]
A Dnrfx_adc.c56 nrfx_err_t nrfx_adc_init(nrfx_adc_config_t const * p_config, in nrfx_adc_init()
60 nrfx_err_t err_code; in nrfx_adc_init()
162 nrfx_err_t nrfx_adc_sample_convert(nrfx_adc_channel_t const * p_channel, in nrfx_adc_sample_convert()
165 nrfx_err_t err_code; in nrfx_adc_sample_convert()
243 nrfx_err_t nrfx_adc_buffer_convert(nrf_adc_value_t * buffer, uint16_t size) in nrfx_adc_buffer_convert()
247 nrfx_err_t err_code; in nrfx_adc_buffer_convert()
A Dnrfx_twi.c114 static nrfx_err_t twi_process_error(uint32_t errorsrc) in twi_process_error()
116 nrfx_err_t ret = NRFX_ERROR_INTERNAL; in twi_process_error()
156 nrfx_err_t nrfx_twi_init(nrfx_twi_t const * p_instance, in nrfx_twi_init()
164 nrfx_err_t err_code; in nrfx_twi_init()
422 static nrfx_err_t twi_tx_start_transfer(NRF_TWI_Type * p_twi, in twi_tx_start_transfer()
425 nrfx_err_t ret_code = NRFX_SUCCESS; in twi_tx_start_transfer()
494 nrfx_err_t ret_code = NRFX_SUCCESS; in twi_rx_start_transfer()
562 static nrfx_err_t twi_xfer(NRF_TWI_Type * p_twi, in twi_xfer()
568 nrfx_err_t err_code = NRFX_SUCCESS; in twi_xfer()
628 nrfx_err_t nrfx_twi_xfer(nrfx_twi_t const * p_instance, in nrfx_twi_xfer()
[all …]
A Dnrfx_wdt.c57 nrfx_err_t nrfx_wdt_init(nrfx_wdt_t const * p_instance, in nrfx_wdt_init()
62 nrfx_err_t err_code; in nrfx_wdt_init()
128 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()
130 nrfx_err_t result; in nrfx_wdt_channel_alloc()

Completed in 35 milliseconds

123