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  */
17 #ifndef NRF24L01P_NG_DIAGNOSTICS_H
18 #define NRF24L01P_NG_DIAGNOSTICS_H
19 
20 #include "nrf24l01p_ng.h"
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
32 
39 
48  const void *frame, size_t len);
49 
50 #ifdef __cplusplus
51 }
52 #endif
53 
54 #endif /* NRF24L01P_NG_DIAGNOSTICS_H */
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:142