|
nrf_to_nrf - NRF52 Radio Driver v1.2.2
TMRh20 2023 - OSI Layer 2 radio driver using RF24 API
|
#include "nrf_to_nrf.h"Go to the source code of this file.
Macros | |
| #define | __REV(x) |
| #define | TXPOWER_PA_MIN 0xF4 |
| #define | TXPOWER_PA_LOW 0x02 |
| #define | TXPOWER_PA_HIGH 0x06 |
| #define | TXPOWER_PA_MAX 0x08 |
| #define | RADIO_MODE_MODE_Nrf_250Kbit (2UL) |
| #define | DEFAULT_TIMEOUT 250 |
Functions | |
| static bool | waitForEvent (volatile uint32_t &event, uint32_t timeout=DEFAULT_TIMEOUT) |
| static uint32_t | bytewise_bit_swap (uint8_t const *p_inp) |
| static uint32_t | addr_conv (uint8_t const *p_addr) |
| #define __REV | ( | x | ) |
Definition at line 6 of file nrf_to_nrf.cpp.
| #define TXPOWER_PA_MIN 0xF4 |
Definition at line 17 of file nrf_to_nrf.cpp.
| #define TXPOWER_PA_LOW 0x02 |
Definition at line 18 of file nrf_to_nrf.cpp.
| #define TXPOWER_PA_HIGH 0x06 |
Definition at line 19 of file nrf_to_nrf.cpp.
| #define TXPOWER_PA_MAX 0x08 |
Definition at line 20 of file nrf_to_nrf.cpp.
| #define RADIO_MODE_MODE_Nrf_250Kbit (2UL) |
Definition at line 30 of file nrf_to_nrf.cpp.
| #define DEFAULT_TIMEOUT 250 |
Definition at line 37 of file nrf_to_nrf.cpp.
|
static |
Definition at line 41 of file nrf_to_nrf.cpp.
|
static |
Definition at line 55 of file nrf_to_nrf.cpp.
|
static |
Definition at line 67 of file nrf_to_nrf.cpp.