Searched refs:NRFX_LOG_HEXDUMP_DEBUG (Results 1 – 10 of 10) sorted by relevance
/lk-master/external/platform/nrfx/drivers/src/ |
A D | nrfx_qdec.c | 200 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 D | nrfx_pwm.c | 323 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 D | nrfx_adc.c | 312 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 D | nrfx_twi.c | 645 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 D | nrfx_twim.c | 625 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 D | nrfx_spis.c | 357 NRFX_LOG_HEXDUMP_DEBUG((uint8_t const *)p_cb->rx_buffer, in spis_state_entry_action_execute()
|
A D | nrfx_uart.c | 292 NRFX_LOG_HEXDUMP_DEBUG(p_cb->p_tx_buffer, in nrfx_uart_tx()
|
A D | nrfx_twis.c | 362 NRFX_LOG_HEXDUMP_DEBUG((uint8_t const *)p_reg->TXD.PTR, in nrfx_twis_state_machine()
|
A D | nrfx_uarte.c | 386 NRFX_LOG_HEXDUMP_DEBUG(p_cb->p_tx_buffer, in nrfx_uarte_tx()
|
/lk-master/external/platform/nrfx/templates/ |
A D | nrfx_log.h | 144 #define NRFX_LOG_HEXDUMP_DEBUG(p_memory, length) macro
|
Completed in 15 milliseconds