Loading...
Searching...
No Matches
nrf24l01p_ng_diagnostics.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2019 Otto-von-Guericke-Universität Magdeburg
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
17
18#include "nrf24l01p_ng.h"
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
30
37
46 const void *frame, size_t len);
47
48#ifdef __cplusplus
49}
50#endif
51
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.
struct nrf24l01p_ng nrf24l01p_ng_t
typedef of forward declaration