Home
last modified time | relevance | path

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

/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_qdec.c200 NRFX_LOG_HEXDUMP_DEBUG((uint8_t *)p_acc, sizeof(p_acc[0])); in nrfx_qdec_accumulators_read()
202 NRFX_LOG_HEXDUMP_DEBUG((uint8_t *)p_accdbl, sizeof(p_accdbl[0])); in nrfx_qdec_accumulators_read()
A Dnrfx_pwm.c323 NRFX_LOG_HEXDUMP_DEBUG((uint8_t *)p_sequence->values.p_raw, in nrfx_pwm_simple_playback()
368 NRFX_LOG_HEXDUMP_DEBUG(p_sequence_0->values.p_raw, in nrfx_pwm_complex_playback()
371 NRFX_LOG_HEXDUMP_DEBUG(p_sequence_1->values.p_raw, in nrfx_pwm_complex_playback()
A Dnrfx_adc.c312 NRFX_LOG_HEXDUMP_DEBUG((uint8_t *)(&evt.data.sample.sample), sizeof(nrf_adc_value_t)); in nrfx_adc_irq_handler()
326 NRFX_LOG_HEXDUMP_DEBUG((uint8_t *)m_cb.p_buffer, m_cb.size * sizeof(nrf_adc_value_t)); in nrfx_adc_irq_handler()
A Dnrfx_twi.c645 NRFX_LOG_HEXDUMP_DEBUG(p_xfer_desc->p_primary_buf, in nrfx_twi_xfer()
648 NRFX_LOG_HEXDUMP_DEBUG(p_xfer_desc->p_secondary_buf, in nrfx_twi_xfer()
A Dnrfx_twim.c625 NRFX_LOG_HEXDUMP_DEBUG(p_xfer_desc->p_primary_buf, in nrfx_twim_xfer()
628 NRFX_LOG_HEXDUMP_DEBUG(p_xfer_desc->p_secondary_buf, in nrfx_twim_xfer()
A Dnrfx_spis.c357 NRFX_LOG_HEXDUMP_DEBUG((uint8_t const *)p_cb->rx_buffer, in spis_state_entry_action_execute()
A Dnrfx_uart.c292 NRFX_LOG_HEXDUMP_DEBUG(p_cb->p_tx_buffer, in nrfx_uart_tx()
A Dnrfx_twis.c362 NRFX_LOG_HEXDUMP_DEBUG((uint8_t const *)p_reg->TXD.PTR, in nrfx_twis_state_machine()
A Dnrfx_uarte.c386 NRFX_LOG_HEXDUMP_DEBUG(p_cb->p_tx_buffer, in nrfx_uarte_tx()
/lk-master/external/platform/nrfx/templates/
A Dnrfx_log.h144 #define NRFX_LOG_HEXDUMP_DEBUG(p_memory, length) macro

Completed in 15 milliseconds