nrf24l01p_ng_diagnostics.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2019 Otto-von-Guericke-Universität Magdeburg
3  *
4  * This file is subject to the terms and conditions of the GNU Lesser
5  * General Public License v2.1. See the file LICENSE in the top level
6  * directory for more details.
7  */
8 
9 #pragma once
10 
21 #include "nrf24l01p_ng.h"
22 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
33 
40 
49  const void *frame, size_t len);
50 
51 #ifdef __cplusplus
52 }
53 #endif
54 
Public interface for NRF24L01+ (NG) devices.
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.
NRF24L01+ device struct.
Definition: nrf24l01p_ng.h:143