Home
last modified time | relevance | path

Searched refs:NRFX_LOG_INFO (Results 1 – 25 of 26) sorted by relevance

12

/external/platform/nrfx/drivers/src/
A Dnrfx_dppi.c125 NRFX_LOG_INFO("Allocated channel: %d.", channel); in nrfx_dppi_channel_alloc()
144 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_dppi_channel_free()
160 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_dppi_channel_enable()
177 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_dppi_channel_disable()
206 NRFX_LOG_INFO("Allocated channel: %d.", group); in nrfx_dppi_group_alloc()
224 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_dppi_group_free()
241 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_dppi_channel_include_in_group()
258 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_dppi_channel_remove_from_group()
274 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_dppi_group_clear()
290 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_dppi_group_enable()
[all …]
A Dnrfx_ppi.c249 NRFX_LOG_INFO("Allocated channel: %d.", channel); in nrfx_ppi_channel_alloc()
254 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_ppi_channel_alloc()
275 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_ppi_channel_free()
300 NRFX_LOG_INFO("Assigned channel: %d, event end point: %x, task end point: %x.", in nrfx_ppi_channel_assign()
305 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_ppi_channel_assign()
320 NRFX_LOG_INFO("Fork assigned channel: %d, task end point: %d.", channel, fork_tep); in nrfx_ppi_channel_fork_assign()
322 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_ppi_channel_fork_assign()
349 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_ppi_channel_enable()
371 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_ppi_channel_disable()
397 NRFX_LOG_INFO("Allocated group: %d.", group); in nrfx_ppi_group_alloc()
[all …]
A Dnrfx_rtc.c95 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_rtc_init()
116 NRFX_LOG_INFO("Uninitialized."); in nrfx_rtc_uninit()
125 NRFX_LOG_INFO("Enabled."); in nrfx_rtc_enable()
134 NRFX_LOG_INFO("Disabled."); in nrfx_rtc_disable()
160 NRFX_LOG_INFO("RTC id: %d, channel disabled: %lu.", in nrfx_rtc_cc_disable()
164 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_rtc_cc_disable()
214 NRFX_LOG_INFO("RTC id: %d, channel enabled: %lu, compare value: %lu.", in nrfx_rtc_cc_set()
219 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_rtc_cc_set()
234 NRFX_LOG_INFO("Tick events enabled."); in nrfx_rtc_tick_enable()
243 NRFX_LOG_INFO("Tick events disabled."); in nrfx_rtc_tick_disable()
A Dnrfx_timer.c127 NRFX_LOG_INFO("Function: %s, error code: %s.", in nrfx_timer_init()
145 NRFX_LOG_INFO("Uninitialized instance: %d.", p_instance->instance_id); in nrfx_timer_uninit()
153 NRFX_LOG_INFO("Enabled instance: %d.", p_instance->instance_id); in nrfx_timer_enable()
161 NRFX_LOG_INFO("Disabled instance: %d.", p_instance->instance_id); in nrfx_timer_disable()
174 NRFX_LOG_INFO("Resumed instance: %d.", p_instance->instance_id); in nrfx_timer_resume()
181 NRFX_LOG_INFO("Paused instance: %d.", p_instance->instance_id); in nrfx_timer_pause()
227 NRFX_LOG_INFO("Timer id: %d, capture value set: %lu, channel: %d.", in nrfx_timer_compare()
249 NRFX_LOG_INFO("Timer id: %d, capture value set: %lu, channel: %d.", in nrfx_timer_extended_compare()
A Dnrfx_lpcomp.c131 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_lpcomp_init()
145 NRFX_LOG_INFO("Uninitialized."); in nrfx_lpcomp_uninit()
154 NRFX_LOG_INFO("Enabled."); in nrfx_lpcomp_enable()
163 NRFX_LOG_INFO("Disabled."); in nrfx_lpcomp_disable()
A Dnrfx_adc.c81 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_adc_init()
120 NRFX_LOG_INFO("Enabled."); in nrfx_adc_channel_enable()
145 NRFX_LOG_INFO("Disabled."); in nrfx_adc_channel_disable()
200 NRFX_LOG_INFO("Function: %s, error code: %s.", in nrfx_adc_sample_convert()
249 NRFX_LOG_INFO("Number of samples requested to convert: %d.", size); in nrfx_adc_buffer_convert()
287 NRFX_LOG_INFO("Function: %s, error code: %s.", in nrfx_adc_buffer_convert()
A Dnrfx_pdm.c228 NRFX_LOG_INFO("Function: %s, error code: %s.", in nrfx_pdm_init()
242 NRFX_LOG_INFO("Uninitialized."); in nrfx_pdm_uninit()
269 NRFX_LOG_INFO("Function: %s, error code: %s.", in nrfx_pdm_start()
285 NRFX_LOG_INFO("Function: %s, error code: %s.", in nrfx_pdm_start()
351 NRFX_LOG_INFO("Function: %s, error code: %s.", in nrfx_pdm_stop()
367 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_pdm_stop()
A Dnrfx_comp.c142 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_comp_init()
156 NRFX_LOG_INFO("Uninitialized."); in nrfx_comp_uninit()
182 NRFX_LOG_INFO("Enabled."); in nrfx_comp_start()
192 NRFX_LOG_INFO("Disabled."); in nrfx_comp_stop()
A Dnrfx_qdec.c150 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_qdec_init()
170 NRFX_LOG_INFO("Uninitialized."); in nrfx_qdec_uninit()
179 NRFX_LOG_INFO("Enabled."); in nrfx_qdec_enable()
188 NRFX_LOG_INFO("Disabled."); in nrfx_qdec_disable()
A Dnrfx_pwm.c188 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_pwm_init()
319 NRFX_LOG_INFO("Function: %s, sequence length: %d.", in nrfx_pwm_simple_playback()
361 NRFX_LOG_INFO("Function: %s, sequence 0 length: %d.", in nrfx_pwm_complex_playback()
364 NRFX_LOG_INFO("Function: %s, sequence 1 length: %d.", in nrfx_pwm_complex_playback()
409 NRFX_LOG_INFO("%s returned %d.", __func__, ret_val); in nrfx_pwm_stop()
431 NRFX_LOG_INFO("Disabled."); in nrfx_pwm_is_stopped()
435 NRFX_LOG_INFO("%s returned %d.", __func__, ret_val); in nrfx_pwm_is_stopped()
A Dnrfx_wdt.c102 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_wdt_init()
114 NRFX_LOG_INFO("Enabled."); in nrfx_wdt_enable()
149 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(result)); in nrfx_wdt_channel_alloc()
A Dnrfx_uart.c232 NRFX_LOG_INFO("Instance uninitialized: %d.", p_instance->drv_inst_idx); in nrfx_uart_uninit()
290 NRFX_LOG_INFO("Transfer tx_len: %d.", p_cb->tx_buffer_length); in nrfx_uart_tx()
319 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_uart_tx()
399 NRFX_LOG_INFO("Transfer rx_len: %d.", length); in nrfx_uart_rx()
464 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_uart_rx()
532 NRFX_LOG_INFO("TX transaction aborted."); in nrfx_uart_tx_abort()
541 NRFX_LOG_INFO("RX transaction aborted."); in nrfx_uart_rx_abort()
A Dnrfx_spis.c268 NRFX_LOG_INFO("Function: %s, error code: %s.", in nrfx_spis_init()
288 NRFX_LOG_INFO("Initialized."); in nrfx_spis_init()
326 NRFX_LOG_INFO("Uninitialized."); in nrfx_spis_uninit()
355 NRFX_LOG_INFO("Transfer rx_len:%d.", event.rx_amount); in spis_state_entry_action_execute()
438 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_spis_buffers_set()
A Dnrfx_uarte.c347 NRFX_LOG_INFO("Instance uninitialized: %d.", p_instance->drv_inst_idx); in nrfx_uarte_uninit()
384 NRFX_LOG_INFO("Transfer tx_len: %d.", p_cb->tx_buffer_length); in nrfx_uarte_tx()
423 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_uarte_tx()
493 NRFX_LOG_INFO("Transfer rx_len: %d.", length); in nrfx_uarte_rx()
538 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_uarte_rx()
591 NRFX_LOG_INFO("TX transaction aborted."); in nrfx_uarte_tx_abort()
606 NRFX_LOG_INFO("RX transaction aborted."); in nrfx_uarte_rx_abort()
A Dnrfx_twi.c225 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_twi_init()
251 NRFX_LOG_INFO("Instance uninitialized: %d.", p_instance->drv_inst_idx); in nrfx_twi_uninit()
263 NRFX_LOG_INFO("Instance enabled: %d.", p_instance->drv_inst_idx); in nrfx_twi_enable()
277 NRFX_LOG_INFO("Instance disabled: %d.", p_instance->drv_inst_idx); in nrfx_twi_disable()
640 NRFX_LOG_INFO("Transfer type: %s.", TRANSFER_TO_STR(p_xfer_desc->type)); in nrfx_twi_xfer()
641 NRFX_LOG_INFO("Transfer buffers length: primary: %d, secondary: %d.", in nrfx_twi_xfer()
A Dnrfx_clock.c198 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_clock_init()
219 NRFX_LOG_INFO("Module enabled."); in nrfx_clock_enable()
244 NRFX_LOG_INFO("Module disabled."); in nrfx_clock_disable()
259 NRFX_LOG_INFO("Uninitialized."); in nrfx_clock_uninit()
A Dnrfx_i2s.c232 NRFX_LOG_INFO("Initialized."); in nrfx_i2s_init()
261 NRFX_LOG_INFO("Uninitialized."); in nrfx_i2s_uninit()
336 NRFX_LOG_INFO("Started."); in nrfx_i2s_start()
450 NRFX_LOG_INFO("Stopped."); in nrfx_i2s_irq_handler()
A Dnrfx_twim.c294 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_twim_init()
320 NRFX_LOG_INFO("Instance uninitialized: %d.", p_instance->drv_inst_idx); in nrfx_twim_uninit()
331 NRFX_LOG_INFO("Instance enabled: %d.", p_instance->drv_inst_idx); in nrfx_twim_enable()
346 NRFX_LOG_INFO("Instance disabled: %d.", p_instance->drv_inst_idx); in nrfx_twim_disable()
620 NRFX_LOG_INFO("Transfer type: %s.", TRANSFER_TO_STR(p_xfer_desc->type)); in nrfx_twim_xfer()
621 NRFX_LOG_INFO("Transfer buffers length: primary: %d, secondary: %d.", in nrfx_twim_xfer()
A Dnrfx_nfct.c310 NRFX_LOG_INFO("Reinitialize"); in nrfx_nfct_reset()
442 NRFX_LOG_INFO("Initialized"); in nrfx_nfct_init()
473 NRFX_LOG_INFO("Start"); in nrfx_nfct_enable()
481 NRFX_LOG_INFO("Stop"); in nrfx_nfct_disable()
527 NRFX_LOG_INFO("Tx start"); in nrfx_nfct_tx()
A Dnrfx_twis.c360 NRFX_LOG_INFO("Transfer tx_len:%d", evdata.data.tx_amount); in nrfx_twis_state_machine()
549 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_twis_init()
729 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_twis_tx_prepare()
773 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_twis_rx_prepare()
A Dnrfx_rng.c99 NRFX_LOG_INFO("Uninitialized."); in nrfx_rng_uninit()
A Dnrfx_gpiote.c239 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_gpiote_init()
274 NRFX_LOG_INFO("Uninitialized."); in nrfx_gpiote_uninit()
331 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_gpiote_out_init()
558 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_gpiote_in_init()
A Dnrfx_spi.c182 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_spi_init()
389 NRFX_LOG_INFO("Function: %s, error code: %s.", in nrfx_spi_xfer()
A Dnrfx_spim.c426 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in nrfx_spim_init()
653 NRFX_LOG_INFO("Function: %s, error code: %s.", __func__, NRFX_LOG_ERROR_STRING_GET(err_code)); in spim_xfer()
/external/platform/nrfx/templates/
A Dnrfx_log.h94 #define NRFX_LOG_INFO(a...) dprintf(INFO, "NRFX_INFO:"); \ macro
98 #define NRFX_LOG_INFO(a...)

Completed in 36 milliseconds

12