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

◆ nrf_gzll_set_mode()

bool nrf_gzll_set_mode ( nrf_gzll_mode_t  mode)

#include <gzll/include/nrf_gzll.h>

Set the mode.

Parameters
modeThe mode to be used. See nrf_gzll_mode_t for a list of valid modes.

It is allowed to change mode when Gazell is enabled. If the mode is being changed while Gazell is enabled, the mode will not change right away. In this case the callback function nrf_gzll_mode_changed() will be called after the mode has changed.

Return values
trueIf the parameter was set.