nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nrf_gzll_set_base_address_0()

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.

Parameters
base_addressThe 4 byte base address. All bytes are used.
Note
Due to the nRF52 Anomaly 107, pipe 0 address should not have both prefix and two LSB of base address set to 0.
Return values
trueIf the parameter was set.
Returns
false If Gazell was enabled.