Fork of 
        nRF51822 
        by  Nordic Semiconductor 
« Back to documentation index 
    
Enumerations 
enum   NRF_SD_SVCS  { SD_SOFTDEVICE_ENABLE  =  SDM_SVC_BASE, 
SD_SOFTDEVICE_DISABLE , 
SD_SOFTDEVICE_IS_ENABLED , 
SD_SOFTDEVICE_FORWARD_TO_APPLICATION , 
SVC_SDM_LAST 
  nRF SoftDevice Manager API SVC numbers. 
 More... enum   NRF_CLOCK_LFCLKSRCS  { NRF_CLOCK_LFCLKSRC_SYNTH_250_PPM , 
NRF_CLOCK_LFCLKSRC_XTAL_500_PPM , 
NRF_CLOCK_LFCLKSRC_XTAL_250_PPM , 
NRF_CLOCK_LFCLKSRC_XTAL_150_PPM , 
NRF_CLOCK_LFCLKSRC_XTAL_100_PPM , 
NRF_CLOCK_LFCLKSRC_XTAL_75_PPM , 
NRF_CLOCK_LFCLKSRC_XTAL_50_PPM , 
NRF_CLOCK_LFCLKSRC_XTAL_30_PPM , 
NRF_CLOCK_LFCLKSRC_XTAL_20_PPM , 
NRF_CLOCK_LFCLKSRC_RC_250_PPM_250MS_CALIBRATION , 
NRF_CLOCK_LFCLKSRC_RC_250_PPM_500MS_CALIBRATION , 
NRF_CLOCK_LFCLKSRC_RC_250_PPM_1000MS_CALIBRATION , 
NRF_CLOCK_LFCLKSRC_RC_250_PPM_2000MS_CALIBRATION , 
NRF_CLOCK_LFCLKSRC_RC_250_PPM_4000MS_CALIBRATION , 
NRF_CLOCK_LFCLKSRC_RC_250_PPM_8000MS_CALIBRATION 
  Possible lfclk oscillator sources. 
 More... 
Enumeration Type Documentation 
Possible lfclk oscillator sources. 
Enumerator:  
LFCLK Synthesized from HFCLK. 
 
LFCLK crystal oscillator 500 PPM accuracy. 
 
LFCLK crystal oscillator 250 PPM accuracy. 
 
LFCLK crystal oscillator 150 PPM accuracy. 
 
LFCLK crystal oscillator 100 PPM accuracy. 
 
LFCLK crystal oscillator 75 PPM accuracy. 
 
LFCLK crystal oscillator 50 PPM accuracy. 
 
LFCLK crystal oscillator 30 PPM accuracy. 
 
LFCLK crystal oscillator 20 PPM accuracy. 
 
LFCLK RC oscillator, 250ms calibration interval. 
 
LFCLK RC oscillator, 500ms calibration interval. 
 
LFCLK RC oscillator, 1000ms calibration interval. 
 
LFCLK RC oscillator, 2000ms calibration interval. 
 
LFCLK RC oscillator, 4000ms calibration interval. 
 
LFCLK RC oscillator, 8000ms calibration interval. 
 
Definition at line 49  of file nrf_sdm.h .
 
 
nRF SoftDevice Manager API SVC numbers. 
Enumerator:  
sd_softdevice_enable 
 
sd_softdevice_disable 
 
sd_softdevice_is_enabled 
 
sd_softdevice_forward_to_application 
 
Placeholder for last SDM SVC. 
 
Definition at line 39  of file nrf_sdm.h .