nrfxlib API 2.8.99
|
bool nrf_gzll_set_mode | ( | nrf_gzll_mode_t | mode | ) |
#include <gzll/include/nrf_gzll.h>
Set the mode.
mode | The 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.
true | If the parameter was set. |