nrfx 2.5
Data Structures | Typedefs | Enumerations | Functions
SAADC HAL

Hardware access layer for managing the SAADC peripheral. More...

Data Structures

struct  nrf_saadc_config_t
 Analog-to-digital converter configuration structure. More...
 
struct  nrf_saadc_channel_config_t
 Analog-to-digital converter channel configuration structure. More...
 

Typedefs

typedef int16_t nrf_saadc_value_t
 Type of a single ADC conversion result.
 

Enumerations

enum  nrf_saadc_resolution_t {
  NRF_SAADC_RESOLUTION_8BIT = SAADC_RESOLUTION_VAL_8bit,
  NRF_SAADC_RESOLUTION_10BIT = SAADC_RESOLUTION_VAL_10bit,
  NRF_SAADC_RESOLUTION_12BIT = SAADC_RESOLUTION_VAL_12bit,
  NRF_SAADC_RESOLUTION_14BIT = SAADC_RESOLUTION_VAL_14bit
}
 Resolution of the analog-to-digital converter. More...
 
enum  nrf_saadc_input_t {
  NRF_SAADC_INPUT_DISABLED = SAADC_CH_PSELP_PSELP_NC,
  NRF_SAADC_INPUT_AIN0 = SAADC_CH_PSELP_PSELP_AnalogInput0,
  NRF_SAADC_INPUT_AIN1 = SAADC_CH_PSELP_PSELP_AnalogInput1,
  NRF_SAADC_INPUT_AIN2 = SAADC_CH_PSELP_PSELP_AnalogInput2,
  NRF_SAADC_INPUT_AIN3 = SAADC_CH_PSELP_PSELP_AnalogInput3,
  NRF_SAADC_INPUT_AIN4 = SAADC_CH_PSELP_PSELP_AnalogInput4,
  NRF_SAADC_INPUT_AIN5 = SAADC_CH_PSELP_PSELP_AnalogInput5,
  NRF_SAADC_INPUT_AIN6 = SAADC_CH_PSELP_PSELP_AnalogInput6,
  NRF_SAADC_INPUT_AIN7 = SAADC_CH_PSELP_PSELP_AnalogInput7,
  NRF_SAADC_INPUT_VDD = SAADC_CH_PSELP_PSELP_VDD,
  NRF_SAADC_INPUT_VDDHDIV5 = SAADC_CH_PSELP_PSELP_VDDHDIV5
}
 Input selection for the analog-to-digital converter. More...
 
enum  nrf_saadc_oversample_t {
  NRF_SAADC_OVERSAMPLE_DISABLED = SAADC_OVERSAMPLE_OVERSAMPLE_Bypass,
  NRF_SAADC_OVERSAMPLE_2X = SAADC_OVERSAMPLE_OVERSAMPLE_Over2x,
  NRF_SAADC_OVERSAMPLE_4X = SAADC_OVERSAMPLE_OVERSAMPLE_Over4x,
  NRF_SAADC_OVERSAMPLE_8X = SAADC_OVERSAMPLE_OVERSAMPLE_Over8x,
  NRF_SAADC_OVERSAMPLE_16X = SAADC_OVERSAMPLE_OVERSAMPLE_Over16x,
  NRF_SAADC_OVERSAMPLE_32X = SAADC_OVERSAMPLE_OVERSAMPLE_Over32x,
  NRF_SAADC_OVERSAMPLE_64X = SAADC_OVERSAMPLE_OVERSAMPLE_Over64x,
  NRF_SAADC_OVERSAMPLE_128X = SAADC_OVERSAMPLE_OVERSAMPLE_Over128x,
  NRF_SAADC_OVERSAMPLE_256X = SAADC_OVERSAMPLE_OVERSAMPLE_Over256x
}
 Analog-to-digital converter oversampling mode. More...
 
enum  nrf_saadc_resistor_t {
  NRF_SAADC_RESISTOR_DISABLED = SAADC_CH_CONFIG_RESP_Bypass,
  NRF_SAADC_RESISTOR_PULLDOWN = SAADC_CH_CONFIG_RESP_Pulldown,
  NRF_SAADC_RESISTOR_PULLUP = SAADC_CH_CONFIG_RESP_Pullup,
  NRF_SAADC_RESISTOR_VDD1_2 = SAADC_CH_CONFIG_RESP_VDD1_2
}
 Analog-to-digital converter channel resistor control. More...
 
enum  nrf_saadc_gain_t {
  NRF_SAADC_GAIN1_6 = SAADC_CH_CONFIG_GAIN_Gain1_6,
  NRF_SAADC_GAIN1_5 = SAADC_CH_CONFIG_GAIN_Gain1_5,
  NRF_SAADC_GAIN1_4 = SAADC_CH_CONFIG_GAIN_Gain1_4,
  NRF_SAADC_GAIN1_3 = SAADC_CH_CONFIG_GAIN_Gain1_3,
  NRF_SAADC_GAIN1_2 = SAADC_CH_CONFIG_GAIN_Gain1_2,
  NRF_SAADC_GAIN1 = SAADC_CH_CONFIG_GAIN_Gain1,
  NRF_SAADC_GAIN2 = SAADC_CH_CONFIG_GAIN_Gain2,
  NRF_SAADC_GAIN4 = SAADC_CH_CONFIG_GAIN_Gain4
}
 Gain factor of the analog-to-digital converter input. More...
 
enum  nrf_saadc_reference_t {
  NRF_SAADC_REFERENCE_INTERNAL = SAADC_CH_CONFIG_REFSEL_Internal,
  NRF_SAADC_REFERENCE_VDD4 = SAADC_CH_CONFIG_REFSEL_VDD1_4
}
 Reference selection for the analog-to-digital converter. More...
 
enum  nrf_saadc_acqtime_t {
  NRF_SAADC_ACQTIME_3US = SAADC_CH_CONFIG_TACQ_3us,
  NRF_SAADC_ACQTIME_5US = SAADC_CH_CONFIG_TACQ_5us,
  NRF_SAADC_ACQTIME_10US = SAADC_CH_CONFIG_TACQ_10us,
  NRF_SAADC_ACQTIME_15US = SAADC_CH_CONFIG_TACQ_15us,
  NRF_SAADC_ACQTIME_20US = SAADC_CH_CONFIG_TACQ_20us,
  NRF_SAADC_ACQTIME_40US = SAADC_CH_CONFIG_TACQ_40us
}
 Analog-to-digital converter acquisition time. More...
 
enum  nrf_saadc_mode_t {
  NRF_SAADC_MODE_SINGLE_ENDED = SAADC_CH_CONFIG_MODE_SE,
  NRF_SAADC_MODE_DIFFERENTIAL = SAADC_CH_CONFIG_MODE_Diff
}
 Analog-to-digital converter channel mode. More...
 
enum  nrf_saadc_burst_t {
  NRF_SAADC_BURST_DISABLED = SAADC_CH_CONFIG_BURST_Disabled,
  NRF_SAADC_BURST_ENABLED = SAADC_CH_CONFIG_BURST_Enabled
}
 Analog-to-digital converter channel burst mode. More...
 
enum  nrf_saadc_task_t {
  NRF_SAADC_TASK_START = offsetof(NRF_SAADC_Type, TASKS_START),
  NRF_SAADC_TASK_SAMPLE = offsetof(NRF_SAADC_Type, TASKS_SAMPLE),
  NRF_SAADC_TASK_STOP = offsetof(NRF_SAADC_Type, TASKS_STOP),
  NRF_SAADC_TASK_CALIBRATEOFFSET = offsetof(NRF_SAADC_Type, TASKS_CALIBRATEOFFSET)
}
 Analog-to-digital converter tasks. More...
 
enum  nrf_saadc_event_t {
  NRF_SAADC_EVENT_STARTED = offsetof(NRF_SAADC_Type, EVENTS_STARTED),
  NRF_SAADC_EVENT_END = offsetof(NRF_SAADC_Type, EVENTS_END),
  NRF_SAADC_EVENT_DONE = offsetof(NRF_SAADC_Type, EVENTS_DONE),
  NRF_SAADC_EVENT_RESULTDONE = offsetof(NRF_SAADC_Type, EVENTS_RESULTDONE),
  NRF_SAADC_EVENT_CALIBRATEDONE = offsetof(NRF_SAADC_Type, EVENTS_CALIBRATEDONE),
  NRF_SAADC_EVENT_STOPPED = offsetof(NRF_SAADC_Type, EVENTS_STOPPED),
  NRF_SAADC_EVENT_CH0_LIMITH = offsetof(NRF_SAADC_Type, EVENTS_CH[0].LIMITH),
  NRF_SAADC_EVENT_CH0_LIMITL = offsetof(NRF_SAADC_Type, EVENTS_CH[0].LIMITL),
  NRF_SAADC_EVENT_CH1_LIMITH = offsetof(NRF_SAADC_Type, EVENTS_CH[1].LIMITH),
  NRF_SAADC_EVENT_CH1_LIMITL = offsetof(NRF_SAADC_Type, EVENTS_CH[1].LIMITL),
  NRF_SAADC_EVENT_CH2_LIMITH = offsetof(NRF_SAADC_Type, EVENTS_CH[2].LIMITH),
  NRF_SAADC_EVENT_CH2_LIMITL = offsetof(NRF_SAADC_Type, EVENTS_CH[2].LIMITL),
  NRF_SAADC_EVENT_CH3_LIMITH = offsetof(NRF_SAADC_Type, EVENTS_CH[3].LIMITH),
  NRF_SAADC_EVENT_CH3_LIMITL = offsetof(NRF_SAADC_Type, EVENTS_CH[3].LIMITL),
  NRF_SAADC_EVENT_CH4_LIMITH = offsetof(NRF_SAADC_Type, EVENTS_CH[4].LIMITH),
  NRF_SAADC_EVENT_CH4_LIMITL = offsetof(NRF_SAADC_Type, EVENTS_CH[4].LIMITL),
  NRF_SAADC_EVENT_CH5_LIMITH = offsetof(NRF_SAADC_Type, EVENTS_CH[5].LIMITH),
  NRF_SAADC_EVENT_CH5_LIMITL = offsetof(NRF_SAADC_Type, EVENTS_CH[5].LIMITL),
  NRF_SAADC_EVENT_CH6_LIMITH = offsetof(NRF_SAADC_Type, EVENTS_CH[6].LIMITH),
  NRF_SAADC_EVENT_CH6_LIMITL = offsetof(NRF_SAADC_Type, EVENTS_CH[6].LIMITL),
  NRF_SAADC_EVENT_CH7_LIMITH = offsetof(NRF_SAADC_Type, EVENTS_CH[7].LIMITH),
  NRF_SAADC_EVENT_CH7_LIMITL = offsetof(NRF_SAADC_Type, EVENTS_CH[7].LIMITL)
}
 Analog-to-digital converter events. More...
 
enum  nrf_saadc_int_mask_t {
  NRF_SAADC_INT_STARTED = SAADC_INTENSET_STARTED_Msk,
  NRF_SAADC_INT_END = SAADC_INTENSET_END_Msk,
  NRF_SAADC_INT_DONE = SAADC_INTENSET_DONE_Msk,
  NRF_SAADC_INT_RESULTDONE = SAADC_INTENSET_RESULTDONE_Msk,
  NRF_SAADC_INT_CALIBRATEDONE = SAADC_INTENSET_CALIBRATEDONE_Msk,
  NRF_SAADC_INT_STOPPED = SAADC_INTENSET_STOPPED_Msk,
  NRF_SAADC_INT_CH0LIMITH = SAADC_INTENSET_CH0LIMITH_Msk,
  NRF_SAADC_INT_CH0LIMITL = SAADC_INTENSET_CH0LIMITL_Msk,
  NRF_SAADC_INT_CH1LIMITH = SAADC_INTENSET_CH1LIMITH_Msk,
  NRF_SAADC_INT_CH1LIMITL = SAADC_INTENSET_CH1LIMITL_Msk,
  NRF_SAADC_INT_CH2LIMITH = SAADC_INTENSET_CH2LIMITH_Msk,
  NRF_SAADC_INT_CH2LIMITL = SAADC_INTENSET_CH2LIMITL_Msk,
  NRF_SAADC_INT_CH3LIMITH = SAADC_INTENSET_CH3LIMITH_Msk,
  NRF_SAADC_INT_CH3LIMITL = SAADC_INTENSET_CH3LIMITL_Msk,
  NRF_SAADC_INT_CH4LIMITH = SAADC_INTENSET_CH4LIMITH_Msk,
  NRF_SAADC_INT_CH4LIMITL = SAADC_INTENSET_CH4LIMITL_Msk,
  NRF_SAADC_INT_CH5LIMITH = SAADC_INTENSET_CH5LIMITH_Msk,
  NRF_SAADC_INT_CH5LIMITL = SAADC_INTENSET_CH5LIMITL_Msk,
  NRF_SAADC_INT_CH6LIMITH = SAADC_INTENSET_CH6LIMITH_Msk,
  NRF_SAADC_INT_CH6LIMITL = SAADC_INTENSET_CH6LIMITL_Msk,
  NRF_SAADC_INT_CH7LIMITH = SAADC_INTENSET_CH7LIMITH_Msk,
  NRF_SAADC_INT_CH7LIMITL = SAADC_INTENSET_CH7LIMITL_Msk,
  NRF_SAADC_INT_ALL = 0x7FFFFFFFUL
}
 Analog-to-digital converter interrupt masks. More...
 
enum  nrf_saadc_limit_t {
  NRF_SAADC_LIMIT_LOW = 0,
  NRF_SAADC_LIMIT_HIGH = 1
}
 Analog-to-digital converter value limit type. More...
 

Functions

NRF_STATIC_INLINE void nrf_saadc_task_trigger (NRF_SAADC_Type *p_reg, nrf_saadc_task_t task)
 Function for triggering the specified SAADC task. More...
 
NRF_STATIC_INLINE uint32_t nrf_saadc_task_address_get (NRF_SAADC_Type const *p_reg, nrf_saadc_task_t task)
 Function for getting the address of the specified SAADC task register. More...
 
NRF_STATIC_INLINE bool nrf_saadc_event_check (NRF_SAADC_Type const *p_reg, nrf_saadc_event_t event)
 Function for retrieving the state of the SAADC event. More...
 
NRF_STATIC_INLINE void nrf_saadc_event_clear (NRF_SAADC_Type *p_reg, nrf_saadc_event_t event)
 Function for clearing the specific SAADC event. More...
 
NRF_STATIC_INLINE uint32_t nrf_saadc_event_address_get (NRF_SAADC_Type const *p_reg, nrf_saadc_event_t event)
 Function for getting the address of the specified SAADC event register. More...
 
NRF_STATIC_INLINE void nrf_saadc_subscribe_set (NRF_SAADC_Type *p_reg, nrf_saadc_task_t task, uint8_t channel)
 Function for setting the subscribe configuration for a given SAADC task. More...
 
NRF_STATIC_INLINE void nrf_saadc_subscribe_clear (NRF_SAADC_Type *p_reg, nrf_saadc_task_t task)
 Function for clearing the subscribe configuration for a given SAADC task. More...
 
NRF_STATIC_INLINE void nrf_saadc_publish_set (NRF_SAADC_Type *p_reg, nrf_saadc_event_t event, uint8_t channel)
 Function for setting the publish configuration for a given SAADC event. More...
 
NRF_STATIC_INLINE void nrf_saadc_publish_clear (NRF_SAADC_Type *p_reg, nrf_saadc_event_t event)
 Function for clearing the publish configuration for a given SAADC event. More...
 
NRF_STATIC_INLINE nrf_saadc_event_t nrf_saadc_limit_event_get (uint8_t channel, nrf_saadc_limit_t limit_type)
 Function for getting the SAADC channel monitoring limit events. More...
 
NRF_STATIC_INLINE void nrf_saadc_channel_input_set (NRF_SAADC_Type *p_reg, uint8_t channel, nrf_saadc_input_t pselp, nrf_saadc_input_t pseln)
 Function for configuring the input pins for the specified SAADC channel. More...
 
NRF_STATIC_INLINE void nrf_saadc_channel_pos_input_set (NRF_SAADC_Type *p_reg, uint8_t channel, nrf_saadc_input_t pselp)
 Function for configuring the positive input pin for the specified SAADC channel. More...
 
NRF_STATIC_INLINE void nrf_saadc_channel_limits_set (NRF_SAADC_Type *p_reg, uint8_t channel, int16_t low, int16_t high)
 Function for setting the SAADC channel monitoring limits. More...
 
NRF_STATIC_INLINE void nrf_saadc_int_set (NRF_SAADC_Type *p_reg, uint32_t mask)
 Function for setting the configuration of SAADC interrupts. More...
 
NRF_STATIC_INLINE void nrf_saadc_int_enable (NRF_SAADC_Type *p_reg, uint32_t mask)
 Function for enabling specified SAADC interrupts. More...
 
NRF_STATIC_INLINE uint32_t nrf_saadc_int_enable_check (NRF_SAADC_Type const *p_reg, uint32_t mask)
 Function for checking if the specified interrupts are enabled. More...
 
NRF_STATIC_INLINE void nrf_saadc_int_disable (NRF_SAADC_Type *p_reg, uint32_t mask)
 Function for disabling specified interrupts. More...
 
NRF_STATIC_INLINE uint32_t nrf_saadc_limit_int_get (uint8_t channel, nrf_saadc_limit_t limit_type)
 Function for generating masks for SAADC channel limit interrupts. More...
 
NRF_STATIC_INLINE bool nrf_saadc_busy_check (NRF_SAADC_Type const *p_reg)
 Function for checking whether the SAADC is busy. More...
 
NRF_STATIC_INLINE void nrf_saadc_enable (NRF_SAADC_Type *p_reg)
 Function for enabling the SAADC. More...
 
NRF_STATIC_INLINE void nrf_saadc_disable (NRF_SAADC_Type *p_reg)
 Function for disabling the SAADC. More...
 
NRF_STATIC_INLINE bool nrf_saadc_enable_check (NRF_SAADC_Type const *p_reg)
 Function for checking if the SAADC is enabled. More...
 
NRF_STATIC_INLINE void nrf_saadc_buffer_init (NRF_SAADC_Type *p_reg, nrf_saadc_value_t *p_buffer, uint32_t size)
 Function for initializing the SAADC result buffer. More...
 
NRF_STATIC_INLINE void nrf_saadc_buffer_pointer_set (NRF_SAADC_Type *p_reg, nrf_saadc_value_t *p_buffer)
 Function for setting the SAADC result buffer pointer. More...
 
NRF_STATIC_INLINE nrf_saadc_value_tnrf_saadc_buffer_pointer_get (NRF_SAADC_Type const *p_reg)
 Function for getting the SAADC result buffer pointer. More...
 
NRF_STATIC_INLINE uint16_t nrf_saadc_amount_get (NRF_SAADC_Type const *p_reg)
 Function for getting the number of samples written to the result buffer since the previous START task. More...
 
NRF_STATIC_INLINE void nrf_saadc_resolution_set (NRF_SAADC_Type *p_reg, nrf_saadc_resolution_t resolution)
 Function for setting the SAADC sample resolution. More...
 
NRF_STATIC_INLINE nrf_saadc_resolution_t nrf_saadc_resolution_get (NRF_SAADC_Type const *p_reg)
 Function for getting the SAADC sample resolution. More...
 
NRF_STATIC_INLINE void nrf_saadc_oversample_set (NRF_SAADC_Type *p_reg, nrf_saadc_oversample_t oversample)
 Function for configuring the oversampling feature. More...
 
NRF_STATIC_INLINE nrf_saadc_oversample_t nrf_saadc_oversample_get (NRF_SAADC_Type const *p_reg)
 Function for getting the oversampling feature configuration. More...
 
NRF_STATIC_INLINE uint32_t nrf_saadc_oversample_sample_count_get (nrf_saadc_oversample_t oversample)
 Function for getting the sample count needed for one averaged result for a given oversampling configuration. More...
 
NRF_STATIC_INLINE void nrf_saadc_continuous_mode_enable (NRF_SAADC_Type *p_reg, uint16_t cc)
 Function for enabling the continuous sampling. More...
 
NRF_STATIC_INLINE bool nrf_saadc_continuous_mode_enable_check (NRF_SAADC_Type const *p_reg)
 Function for checking if the continuous sampling is enabled. More...
 
NRF_STATIC_INLINE void nrf_saadc_continuous_mode_disable (NRF_SAADC_Type *p_reg)
 Function for disabling the continuous sampling. More...
 
NRF_STATIC_INLINE void nrf_saadc_channel_init (NRF_SAADC_Type *p_reg, uint8_t channel, nrf_saadc_channel_config_t const *config)
 Function for initializing the SAADC channel. More...
 
NRF_STATIC_INLINE void nrf_saadc_burst_set (NRF_SAADC_Type *p_reg, uint8_t channel, nrf_saadc_burst_t burst)
 Function for configuring the burst mode for the specified channel. More...
 
NRF_STATIC_INLINE nrf_saadc_value_t nrf_saadc_value_min_get (nrf_saadc_resolution_t resolution)
 Function for getting the minimum value of the conversion result. More...
 
NRF_STATIC_INLINE nrf_saadc_value_t nrf_saadc_value_max_get (nrf_saadc_resolution_t resolution)
 Function for getting the maximum value of the conversion result. More...
 

Detailed Description

Hardware access layer for managing the SAADC peripheral.

Enumeration Type Documentation

◆ nrf_saadc_acqtime_t

Analog-to-digital converter acquisition time.

Enumerator
NRF_SAADC_ACQTIME_3US 

3 us.

NRF_SAADC_ACQTIME_5US 

5 us.

NRF_SAADC_ACQTIME_10US 

10 us.

NRF_SAADC_ACQTIME_15US 

15 us.

NRF_SAADC_ACQTIME_20US 

20 us.

NRF_SAADC_ACQTIME_40US 

40 us.

◆ nrf_saadc_burst_t

Analog-to-digital converter channel burst mode.

Enumerator
NRF_SAADC_BURST_DISABLED 

Burst mode is disabled (normal operation).

NRF_SAADC_BURST_ENABLED 

Burst mode is enabled. SAADC takes 2^OVERSAMPLE number of samples as fast as it can, and sends the average to Data RAM.

◆ nrf_saadc_event_t

Analog-to-digital converter events.

Enumerator
NRF_SAADC_EVENT_STARTED 

The ADC has started.

NRF_SAADC_EVENT_END 

The ADC has filled up the result buffer.

NRF_SAADC_EVENT_DONE 

A conversion task has been completed.

NRF_SAADC_EVENT_RESULTDONE 

A result is ready to get transferred to RAM.

NRF_SAADC_EVENT_CALIBRATEDONE 

Calibration is complete.

NRF_SAADC_EVENT_STOPPED 

The ADC has stopped.

NRF_SAADC_EVENT_CH0_LIMITH 

Last result is equal or above CH[0].LIMIT.HIGH.

NRF_SAADC_EVENT_CH0_LIMITL 

Last result is equal or below CH[0].LIMIT.LOW.

NRF_SAADC_EVENT_CH1_LIMITH 

Last result is equal or above CH[1].LIMIT.HIGH.

NRF_SAADC_EVENT_CH1_LIMITL 

Last result is equal or below CH[1].LIMIT.LOW.

NRF_SAADC_EVENT_CH2_LIMITH 

Last result is equal or above CH[2].LIMIT.HIGH.

NRF_SAADC_EVENT_CH2_LIMITL 

Last result is equal or below CH[2].LIMIT.LOW.

NRF_SAADC_EVENT_CH3_LIMITH 

Last result is equal or above CH[3].LIMIT.HIGH.

NRF_SAADC_EVENT_CH3_LIMITL 

Last result is equal or below CH[3].LIMIT.LOW.

NRF_SAADC_EVENT_CH4_LIMITH 

Last result is equal or above CH[4].LIMIT.HIGH.

NRF_SAADC_EVENT_CH4_LIMITL 

Last result is equal or below CH[4].LIMIT.LOW.

NRF_SAADC_EVENT_CH5_LIMITH 

Last result is equal or above CH[5].LIMIT.HIGH.

NRF_SAADC_EVENT_CH5_LIMITL 

Last result is equal or below CH[5].LIMIT.LOW.

NRF_SAADC_EVENT_CH6_LIMITH 

Last result is equal or above CH[6].LIMIT.HIGH.

NRF_SAADC_EVENT_CH6_LIMITL 

Last result is equal or below CH[6].LIMIT.LOW.

NRF_SAADC_EVENT_CH7_LIMITH 

Last result is equal or above CH[7].LIMIT.HIGH.

NRF_SAADC_EVENT_CH7_LIMITL 

Last result is equal or below CH[7].LIMIT.LOW.

◆ nrf_saadc_gain_t

Gain factor of the analog-to-digital converter input.

Enumerator
NRF_SAADC_GAIN1_6 

Gain factor 1/6.

NRF_SAADC_GAIN1_5 

Gain factor 1/5.

NRF_SAADC_GAIN1_4 

Gain factor 1/4.

NRF_SAADC_GAIN1_3 

Gain factor 1/3.

NRF_SAADC_GAIN1_2 

Gain factor 1/2.

NRF_SAADC_GAIN1 

Gain factor 1.

NRF_SAADC_GAIN2 

Gain factor 2.

NRF_SAADC_GAIN4 

Gain factor 4.

◆ nrf_saadc_input_t

Input selection for the analog-to-digital converter.

Enumerator
NRF_SAADC_INPUT_DISABLED 

Not connected.

NRF_SAADC_INPUT_AIN0 

Analog input 0 (AIN0).

NRF_SAADC_INPUT_AIN1 

Analog input 1 (AIN1).

NRF_SAADC_INPUT_AIN2 

Analog input 2 (AIN2).

NRF_SAADC_INPUT_AIN3 

Analog input 3 (AIN3).

NRF_SAADC_INPUT_AIN4 

Analog input 4 (AIN4).

NRF_SAADC_INPUT_AIN5 

Analog input 5 (AIN5).

NRF_SAADC_INPUT_AIN6 

Analog input 6 (AIN6).

NRF_SAADC_INPUT_AIN7 

Analog input 7 (AIN7).

NRF_SAADC_INPUT_VDD 

VDD as input.

NRF_SAADC_INPUT_VDDHDIV5 

VDDH/5 as input.

◆ nrf_saadc_int_mask_t

Analog-to-digital converter interrupt masks.

Enumerator
NRF_SAADC_INT_STARTED 

Interrupt on EVENTS_STARTED event.

NRF_SAADC_INT_END 

Interrupt on EVENTS_END event.

NRF_SAADC_INT_DONE 

Interrupt on EVENTS_DONE event.

NRF_SAADC_INT_RESULTDONE 

Interrupt on EVENTS_RESULTDONE event.

NRF_SAADC_INT_CALIBRATEDONE 

Interrupt on EVENTS_CALIBRATEDONE event.

NRF_SAADC_INT_STOPPED 

Interrupt on EVENTS_STOPPED event.

NRF_SAADC_INT_CH0LIMITH 

Interrupt on EVENTS_CH[0].LIMITH event.

NRF_SAADC_INT_CH0LIMITL 

Interrupt on EVENTS_CH[0].LIMITL event.

NRF_SAADC_INT_CH1LIMITH 

Interrupt on EVENTS_CH[1].LIMITH event.

NRF_SAADC_INT_CH1LIMITL 

Interrupt on EVENTS_CH[1].LIMITL event.

NRF_SAADC_INT_CH2LIMITH 

Interrupt on EVENTS_CH[2].LIMITH event.

NRF_SAADC_INT_CH2LIMITL 

Interrupt on EVENTS_CH[2].LIMITL event.

NRF_SAADC_INT_CH3LIMITH 

Interrupt on EVENTS_CH[3].LIMITH event.

NRF_SAADC_INT_CH3LIMITL 

Interrupt on EVENTS_CH[3].LIMITL event.

NRF_SAADC_INT_CH4LIMITH 

Interrupt on EVENTS_CH[4].LIMITH event.

NRF_SAADC_INT_CH4LIMITL 

Interrupt on EVENTS_CH[4].LIMITL event.

NRF_SAADC_INT_CH5LIMITH 

Interrupt on EVENTS_CH[5].LIMITH event.

NRF_SAADC_INT_CH5LIMITL 

Interrupt on EVENTS_CH[5].LIMITL event.

NRF_SAADC_INT_CH6LIMITH 

Interrupt on EVENTS_CH[6].LIMITH event.

NRF_SAADC_INT_CH6LIMITL 

Interrupt on EVENTS_CH[6].LIMITL event.

NRF_SAADC_INT_CH7LIMITH 

Interrupt on EVENTS_CH[7].LIMITH event.

NRF_SAADC_INT_CH7LIMITL 

Interrupt on EVENTS_CH[7].LIMITL event.

NRF_SAADC_INT_ALL 

Mask of all interrupts.

◆ nrf_saadc_limit_t

Analog-to-digital converter value limit type.

Enumerator
NRF_SAADC_LIMIT_LOW 

Low limit type.

NRF_SAADC_LIMIT_HIGH 

High limit type.

◆ nrf_saadc_mode_t

Analog-to-digital converter channel mode.

Enumerator
NRF_SAADC_MODE_SINGLE_ENDED 

Single-ended mode. PSELN will be ignored, negative input to ADC shorted to GND.

NRF_SAADC_MODE_DIFFERENTIAL 

Differential mode.

◆ nrf_saadc_oversample_t

Analog-to-digital converter oversampling mode.

Enumerator
NRF_SAADC_OVERSAMPLE_DISABLED 

No oversampling.

NRF_SAADC_OVERSAMPLE_2X 

Oversample 2x.

NRF_SAADC_OVERSAMPLE_4X 

Oversample 4x.

NRF_SAADC_OVERSAMPLE_8X 

Oversample 8x.

NRF_SAADC_OVERSAMPLE_16X 

Oversample 16x.

NRF_SAADC_OVERSAMPLE_32X 

Oversample 32x.

NRF_SAADC_OVERSAMPLE_64X 

Oversample 64x.

NRF_SAADC_OVERSAMPLE_128X 

Oversample 128x.

NRF_SAADC_OVERSAMPLE_256X 

Oversample 256x.

◆ nrf_saadc_reference_t

Reference selection for the analog-to-digital converter.

Enumerator
NRF_SAADC_REFERENCE_INTERNAL 

Internal reference (0.6 V).

NRF_SAADC_REFERENCE_VDD4 

VDD/4 as reference.

◆ nrf_saadc_resistor_t

Analog-to-digital converter channel resistor control.

Enumerator
NRF_SAADC_RESISTOR_DISABLED 

Bypass resistor ladder.

NRF_SAADC_RESISTOR_PULLDOWN 

Pull-down to GND.

NRF_SAADC_RESISTOR_PULLUP 

Pull-up to VDD.

NRF_SAADC_RESISTOR_VDD1_2 

Set input at VDD/2.

◆ nrf_saadc_resolution_t

Resolution of the analog-to-digital converter.

Enumerator
NRF_SAADC_RESOLUTION_8BIT 

8 bit resolution.

NRF_SAADC_RESOLUTION_10BIT 

10 bit resolution.

NRF_SAADC_RESOLUTION_12BIT 

12 bit resolution.

NRF_SAADC_RESOLUTION_14BIT 

14 bit resolution.

◆ nrf_saadc_task_t

Analog-to-digital converter tasks.

Enumerator
NRF_SAADC_TASK_START 

Start the ADC and prepare the result buffer in RAM.

NRF_SAADC_TASK_SAMPLE 

Take one ADC sample. If scan is enabled, all channels are sampled.

NRF_SAADC_TASK_STOP 

Stop the ADC and terminate any ongoing conversion.

NRF_SAADC_TASK_CALIBRATEOFFSET 

Starts offset auto-calibration.

Function Documentation

◆ nrf_saadc_amount_get()

NRF_STATIC_INLINE uint16_t nrf_saadc_amount_get ( NRF_SAADC_Type const *  p_reg)

Function for getting the number of samples written to the result buffer since the previous START task.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
Returns
Number of 16-bit samples written to the buffer.

◆ nrf_saadc_buffer_init()

NRF_STATIC_INLINE void nrf_saadc_buffer_init ( NRF_SAADC_Type *  p_reg,
nrf_saadc_value_t p_buffer,
uint32_t  size 
)

Function for initializing the SAADC result buffer.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
[in]p_bufferPointer to the result buffer.
[in]sizeSize of the buffer (in 16-bit samples).

◆ nrf_saadc_buffer_pointer_get()

NRF_STATIC_INLINE nrf_saadc_value_t * nrf_saadc_buffer_pointer_get ( NRF_SAADC_Type const *  p_reg)

Function for getting the SAADC result buffer pointer.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
Returns
Pointer to the result buffer.

◆ nrf_saadc_buffer_pointer_set()

NRF_STATIC_INLINE void nrf_saadc_buffer_pointer_set ( NRF_SAADC_Type *  p_reg,
nrf_saadc_value_t p_buffer 
)

Function for setting the SAADC result buffer pointer.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
[in]p_bufferPointer to the result buffer.

◆ nrf_saadc_burst_set()

NRF_STATIC_INLINE void nrf_saadc_burst_set ( NRF_SAADC_Type *  p_reg,
uint8_t  channel,
nrf_saadc_burst_t  burst 
)

Function for configuring the burst mode for the specified channel.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
[in]channelChannel number.
[in]burstBurst mode setting.

◆ nrf_saadc_busy_check()

NRF_STATIC_INLINE bool nrf_saadc_busy_check ( NRF_SAADC_Type const *  p_reg)

Function for checking whether the SAADC is busy.

This function checks whether the analog-to-digital converter is busy with a conversion.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
Return values
trueThe SAADC is busy.
falseThe SAADC is not busy.

◆ nrf_saadc_channel_init()

NRF_STATIC_INLINE void nrf_saadc_channel_init ( NRF_SAADC_Type *  p_reg,
uint8_t  channel,
nrf_saadc_channel_config_t const *  config 
)

Function for initializing the SAADC channel.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
[in]channelChannel number.
[in]configPointer to the channel configuration structure.

◆ nrf_saadc_channel_input_set()

NRF_STATIC_INLINE void nrf_saadc_channel_input_set ( NRF_SAADC_Type *  p_reg,
uint8_t  channel,
nrf_saadc_input_t  pselp,
nrf_saadc_input_t  pseln 
)

Function for configuring the input pins for the specified SAADC channel.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
[in]channelChannel number.
[in]pselpPositive input.
[in]pselnNegative input. Set to NRF_SAADC_INPUT_DISABLED in single ended mode.

◆ nrf_saadc_channel_limits_set()

NRF_STATIC_INLINE void nrf_saadc_channel_limits_set ( NRF_SAADC_Type *  p_reg,
uint8_t  channel,
int16_t  low,
int16_t  high 
)

Function for setting the SAADC channel monitoring limits.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
[in]channelChannel number.
[in]lowLow limit.
[in]highHigh limit.

◆ nrf_saadc_channel_pos_input_set()

NRF_STATIC_INLINE void nrf_saadc_channel_pos_input_set ( NRF_SAADC_Type *  p_reg,
uint8_t  channel,
nrf_saadc_input_t  pselp 
)

Function for configuring the positive input pin for the specified SAADC channel.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
[in]channelChannel number.
[in]pselpPositive input.

◆ nrf_saadc_continuous_mode_disable()

NRF_STATIC_INLINE void nrf_saadc_continuous_mode_disable ( NRF_SAADC_Type *  p_reg)

Function for disabling the continuous sampling.

New samples can still be acquired by manually triggering the SAMPLE task or by PPI.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.

◆ nrf_saadc_continuous_mode_enable()

NRF_STATIC_INLINE void nrf_saadc_continuous_mode_enable ( NRF_SAADC_Type *  p_reg,
uint16_t  cc 
)

Function for enabling the continuous sampling.

This function configures the SAADC internal timer to automatically take new samples at a fixed sample rate. Trigger the START task to begin continuous sampling. To stop the sampling, trigger the STOP task.

Note
The internal timer can only be used when a single input channel is enabled.
Parameters
[in]p_regPointer to the structure of registers of the peripheral.
[in]ccCapture and compare value. Sample rate is 16 MHz/cc. Valid CC range is from 80 to 2047.

◆ nrf_saadc_continuous_mode_enable_check()

NRF_STATIC_INLINE bool nrf_saadc_continuous_mode_enable_check ( NRF_SAADC_Type const *  p_reg)

Function for checking if the continuous sampling is enabled.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
Return values
trueThe continuous sampling is enabled.
falseThe continuous sampling is disabled.

◆ nrf_saadc_disable()

NRF_STATIC_INLINE void nrf_saadc_disable ( NRF_SAADC_Type *  p_reg)

Function for disabling the SAADC.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.

◆ nrf_saadc_enable()

NRF_STATIC_INLINE void nrf_saadc_enable ( NRF_SAADC_Type *  p_reg)

Function for enabling the SAADC.

The analog-to-digital converter must be enabled before use.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.

◆ nrf_saadc_enable_check()

NRF_STATIC_INLINE bool nrf_saadc_enable_check ( NRF_SAADC_Type const *  p_reg)

Function for checking if the SAADC is enabled.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
Return values
trueThe SAADC is enabled.
falseThe SAADC is not enabled.

◆ nrf_saadc_event_address_get()

NRF_STATIC_INLINE uint32_t nrf_saadc_event_address_get ( NRF_SAADC_Type const *  p_reg,
nrf_saadc_event_t  event 
)

Function for getting the address of the specified SAADC event register.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
[in]eventSAADC event.
Returns
Address of the specified SAADC event.

◆ nrf_saadc_event_check()

NRF_STATIC_INLINE bool nrf_saadc_event_check ( NRF_SAADC_Type const *  p_reg,
nrf_saadc_event_t  event 
)

Function for retrieving the state of the SAADC event.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
[in]eventEvent to be checked.
Return values
trueThe event has been generated.
falseThe event has not been generated.

◆ nrf_saadc_event_clear()

NRF_STATIC_INLINE void nrf_saadc_event_clear ( NRF_SAADC_Type *  p_reg,
nrf_saadc_event_t  event 
)

Function for clearing the specific SAADC event.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
[in]eventSAADC event.

◆ nrf_saadc_int_disable()

NRF_STATIC_INLINE void nrf_saadc_int_disable ( NRF_SAADC_Type *  p_reg,
uint32_t  mask 
)

Function for disabling specified interrupts.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
[in]maskMask of interrupts to be disabled.

◆ nrf_saadc_int_enable()

NRF_STATIC_INLINE void nrf_saadc_int_enable ( NRF_SAADC_Type *  p_reg,
uint32_t  mask 
)

Function for enabling specified SAADC interrupts.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
[in]maskMask of interrupts to be enabled.

◆ nrf_saadc_int_enable_check()

NRF_STATIC_INLINE uint32_t nrf_saadc_int_enable_check ( NRF_SAADC_Type const *  p_reg,
uint32_t  mask 
)

Function for checking if the specified interrupts are enabled.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
[in]maskMask of interrupts to be checked.
Returns
Mask of enabled interrupts.

◆ nrf_saadc_int_set()

NRF_STATIC_INLINE void nrf_saadc_int_set ( NRF_SAADC_Type *  p_reg,
uint32_t  mask 
)

Function for setting the configuration of SAADC interrupts.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
[in]maskInterrupts configuration to be set.

◆ nrf_saadc_limit_event_get()

NRF_STATIC_INLINE nrf_saadc_event_t nrf_saadc_limit_event_get ( uint8_t  channel,
nrf_saadc_limit_t  limit_type 
)

Function for getting the SAADC channel monitoring limit events.

Parameters
[in]channelChannel number.
[in]limit_typeLow limit or high limit.
Returns
The SAADC channel monitoring limit event.

◆ nrf_saadc_limit_int_get()

NRF_STATIC_INLINE uint32_t nrf_saadc_limit_int_get ( uint8_t  channel,
nrf_saadc_limit_t  limit_type 
)

Function for generating masks for SAADC channel limit interrupts.

Parameters
[in]channelSAADC channel number.
[in]limit_typeLimit type.
Returns
Interrupt mask.

◆ nrf_saadc_oversample_get()

NRF_STATIC_INLINE nrf_saadc_oversample_t nrf_saadc_oversample_get ( NRF_SAADC_Type const *  p_reg)

Function for getting the oversampling feature configuration.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
Returns
Oversampling configuration.

◆ nrf_saadc_oversample_sample_count_get()

NRF_STATIC_INLINE uint32_t nrf_saadc_oversample_sample_count_get ( nrf_saadc_oversample_t  oversample)

Function for getting the sample count needed for one averaged result for a given oversampling configuration.

Parameters
[in]oversampleOversampling configuration.
Returns
Sample count.

◆ nrf_saadc_oversample_set()

NRF_STATIC_INLINE void nrf_saadc_oversample_set ( NRF_SAADC_Type *  p_reg,
nrf_saadc_oversample_t  oversample 
)

Function for configuring the oversampling feature.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
[in]oversampleOversampling mode.

◆ nrf_saadc_publish_clear()

NRF_STATIC_INLINE void nrf_saadc_publish_clear ( NRF_SAADC_Type *  p_reg,
nrf_saadc_event_t  event 
)

Function for clearing the publish configuration for a given SAADC event.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
[in]eventEvent for which to clear the configuration.

◆ nrf_saadc_publish_set()

NRF_STATIC_INLINE void nrf_saadc_publish_set ( NRF_SAADC_Type *  p_reg,
nrf_saadc_event_t  event,
uint8_t  channel 
)

Function for setting the publish configuration for a given SAADC event.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
[in]eventEvent for which to set the configuration.
[in]channelChannel through which to publish the event.

◆ nrf_saadc_resolution_get()

NRF_STATIC_INLINE nrf_saadc_resolution_t nrf_saadc_resolution_get ( NRF_SAADC_Type const *  p_reg)

Function for getting the SAADC sample resolution.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
Returns
Sample resolution.

◆ nrf_saadc_resolution_set()

NRF_STATIC_INLINE void nrf_saadc_resolution_set ( NRF_SAADC_Type *  p_reg,
nrf_saadc_resolution_t  resolution 
)

Function for setting the SAADC sample resolution.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
[in]resolutionBit resolution.

◆ nrf_saadc_subscribe_clear()

NRF_STATIC_INLINE void nrf_saadc_subscribe_clear ( NRF_SAADC_Type *  p_reg,
nrf_saadc_task_t  task 
)

Function for clearing the subscribe configuration for a given SAADC task.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
[in]taskTask for which to clear the configuration.

◆ nrf_saadc_subscribe_set()

NRF_STATIC_INLINE void nrf_saadc_subscribe_set ( NRF_SAADC_Type *  p_reg,
nrf_saadc_task_t  task,
uint8_t  channel 
)

Function for setting the subscribe configuration for a given SAADC task.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
[in]taskTask for which to set the configuration.
[in]channelChannel through which to subscribe events.

◆ nrf_saadc_task_address_get()

NRF_STATIC_INLINE uint32_t nrf_saadc_task_address_get ( NRF_SAADC_Type const *  p_reg,
nrf_saadc_task_t  task 
)

Function for getting the address of the specified SAADC task register.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
[in]taskSAADC task.
Returns
Address of the specified SAADC task.

◆ nrf_saadc_task_trigger()

NRF_STATIC_INLINE void nrf_saadc_task_trigger ( NRF_SAADC_Type *  p_reg,
nrf_saadc_task_t  task 
)

Function for triggering the specified SAADC task.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
[in]taskSAADC task.

◆ nrf_saadc_value_max_get()

NRF_STATIC_INLINE nrf_saadc_value_t nrf_saadc_value_max_get ( nrf_saadc_resolution_t  resolution)

Function for getting the maximum value of the conversion result.

The maximum value of the conversion result depends on the configured resolution.

Parameters
[in]resolutionBit resolution.
Returns
Maximum value of the conversion result.

◆ nrf_saadc_value_min_get()

NRF_STATIC_INLINE nrf_saadc_value_t nrf_saadc_value_min_get ( nrf_saadc_resolution_t  resolution)

Function for getting the minimum value of the conversion result.

The minimum value of the conversion result depends on the configured resolution.

Parameters
[in]resolutionBit resolution.
Returns
Minimum value of the conversion result.

Documentation feedback | Developer Zone | Subscribe | Updated