Home
last modified time | relevance | path

Searched refs:NRFX_LOG_HEXDUMP_DEBUG (Results 1 – 9 of 9) sorted by relevance

/hal_nordic-latest/nrfx/templates/
Dnrfx_log.h119 #define NRFX_LOG_HEXDUMP_DEBUG(p_memory, length) macro
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_pwm.c394 NRFX_LOG_HEXDUMP_DEBUG((uint8_t *)p_sequence->values.p_raw, in nrfx_pwm_simple_playback()
438 NRFX_LOG_HEXDUMP_DEBUG(p_sequence_0->values.p_raw, in nrfx_pwm_complex_playback()
441 NRFX_LOG_HEXDUMP_DEBUG(p_sequence_1->values.p_raw, in nrfx_pwm_complex_playback()
Dnrfx_qdec.c241 NRFX_LOG_HEXDUMP_DEBUG((uint8_t *)p_acc, sizeof(p_acc[0])); in nrfx_qdec_accumulators_read()
243 NRFX_LOG_HEXDUMP_DEBUG((uint8_t *)p_accdbl, sizeof(p_accdbl[0])); in nrfx_qdec_accumulators_read()
Dnrfx_adc.c327 NRFX_LOG_HEXDUMP_DEBUG((uint8_t *)(&evt.data.sample.sample), sizeof(nrf_adc_value_t)); in nrfx_adc_irq_handler()
341 NRFX_LOG_HEXDUMP_DEBUG((uint8_t *)m_cb.p_buffer, m_cb.size * sizeof(nrf_adc_value_t)); in nrfx_adc_irq_handler()
Dnrfx_twi.c699 NRFX_LOG_HEXDUMP_DEBUG(p_xfer_desc->p_primary_buf, in nrfx_twi_xfer()
702 NRFX_LOG_HEXDUMP_DEBUG(p_xfer_desc->p_secondary_buf, in nrfx_twi_xfer()
Dnrfx_twim.c651 NRFX_LOG_HEXDUMP_DEBUG(p_xfer_desc->p_primary_buf, in nrfx_twim_xfer()
655 NRFX_LOG_HEXDUMP_DEBUG(p_xfer_desc->p_secondary_buf, in nrfx_twim_xfer()
Dnrfx_spis.c495 NRFX_LOG_HEXDUMP_DEBUG((uint8_t const *)p_cb->rx_buffer, in spis_state_entry_action_execute()
Dnrfx_twis.c357 NRFX_LOG_HEXDUMP_DEBUG((uint8_t const *)nrf_twis_tx_buffer_get(p_reg), in irq_handler()
Dnrfx_uart.c362 NRFX_LOG_HEXDUMP_DEBUG(p_cb->p_tx_buffer, in nrfx_uart_tx()