S332 SoftDevice v0.9.1
Modules | Macros
SoftDevice Manager API

APIs for SoftDevice management. More...

Modules

 Defines
 
 Enumerations
 
 Functions
 
 Possible lfclk oscillator sources
 
 SoftDevice Manager Error Codes
 Error definitions for the SDM API.
 
 Types
 

Macros

#define ANT_LICENSE_KEY   ""
 Evaluation key for the ANT SoftDevices. Use this key in sd_softdevice_enable call to start using the evaluation stacks. More...
 
#define NRF_CLOCK_LF_SRC_RC   (0)
 
#define NRF_CLOCK_LF_SRC_XTAL   (1)
 
#define NRF_CLOCK_LF_SRC_SYNTH   (2)
 

Detailed Description

APIs for SoftDevice management.

Macro Definition Documentation

#define ANT_LICENSE_KEY   ""

Evaluation key for the ANT SoftDevices. Use this key in sd_softdevice_enable call to start using the evaluation stacks.

You MUST obtain a valid commercial license key BEFORE releasing a product to market that uses the ANT SoftDevices. For

more information about licensing please visit the website below:

https://www.thisisant.com/developer/ant/licensing

#define NRF_CLOCK_LF_SRC_RC   (0)

LFCLK RC oscillator.

#define NRF_CLOCK_LF_SRC_SYNTH   (2)

LFCLK Synthesized from HFCLK.

#define NRF_CLOCK_LF_SRC_XTAL   (1)

LFCLK crystal oscillator.


Documentation feedback | Developer Zone | Updated