Loading...
Searching...
No Matches
nrf24l01p_ng_states.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
27#define NRF24L01P_NG_DELAY_US_START_UP (1500)
28
32#define NRF24L01P_NG_DELAY_US_RX_SETTLING (130)
33
37#define NRF24L01P_NG_DELAY_US_TX_SETTLING (130)
38
42#define NRF24L01P_NG_DELAY_US_CE_HIGH_PULSE (10)
43
50
57
64
71
78
79#ifdef __cplusplus
80}
81#endif
82
Public interface for NRF24L01+ (NG) devices.
void nrf24l01p_ng_transition_to_standby_1(nrf24l01p_ng_t *dev)
Go to idle state, wake up device.
void nrf24l01p_ng_transition_to_standby_2(nrf24l01p_ng_t *dev)
Go to "be ready to transmit" state.
void nrf24l01p_ng_transition_to_power_down(nrf24l01p_ng_t *dev)
Put device to sleep.
void nrf24l01p_ng_transition_to_tx_mode(nrf24l01p_ng_t *dev)
Go to Tx mode.
void nrf24l01p_ng_transition_to_rx_mode(nrf24l01p_ng_t *dev)
Go to Rx mode.
struct nrf24l01p_ng nrf24l01p_ng_t
typedef of forward declaration