nrfxlib API 2.8.99
|
bool nrf_gzll_set_base_address_0 | ( | uint32_t | base_address | ) |
#include <gzll/include/nrf_gzll.h>
Set the base address for pipe 0.
The full on-air address for each pipe is composed of a multi-byte base address prepended to a prefix byte.
For packets to be received correctly, the most significant byte of the base address should not be an alternating sequence of 0s and 1s i.e. it should not be 0x55 or 0xAA.
base_address | The 4 byte base address. All bytes are used. |
true | If the parameter was set. |