Functions to print NRF24L01+ (NG) debug information. More...
Functions to print NRF24L01+ (NG) debug information.
Definition in file nrf24l01p_ng_diagnostics.h.
#include "nrf24l01p_ng.h"
Go to the source code of this file.
void | nrf24l01p_ng_diagnostics_print_all_regs (const nrf24l01p_ng_t *dev) |
Print all NRF24L01+ register values. | |
void | nrf24l01p_ng_diagnostics_print_dev_info (const nrf24l01p_ng_t *dev) |
Print NRF24L01+ device handle information. | |
void | nrf24l01p_ng_diagnostics_print_frame (const nrf24l01p_ng_t *dev, const void *frame, size_t len) |
Print NRF24L01+ frame. | |
void nrf24l01p_ng_diagnostics_print_all_regs | ( | const nrf24l01p_ng_t * | dev | ) |
Print all NRF24L01+ register values.
[in] | dev | NRF24L01+ device handle |
void nrf24l01p_ng_diagnostics_print_dev_info | ( | const nrf24l01p_ng_t * | dev | ) |
Print NRF24L01+ device handle information.
[in] | dev | NRF24L01+ device handle |
void nrf24l01p_ng_diagnostics_print_frame | ( | const nrf24l01p_ng_t * | dev, |
const void * | frame, | ||
size_t | len | ||
) |
Print NRF24L01+ frame.
[in] | dev | NRF24L01+ device handle |
[in] | frame | Frame |
[in] | len | Frame length |