Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
adc_config_t Struct Reference

Struct to configure the ADC. More...

#include <cs_PacketsInternal.h>

Collaboration diagram for adc_config_t:

Public Attributes

adc_channel_id_t channelCount
 
adc_channel_config_t channels [CS_ADC_NUM_CHANNELS]
 
uint32_t samplingIntervalUs
 

Detailed Description

Struct to configure the ADC.

channelCount: The amount of channels to sample. channels: The channel configs. samplingIntervalUs: The sampling interval in μs (each interval, all channels are sampled once).

Member Data Documentation

◆ channelCount

adc_channel_id_t adc_config_t::channelCount

◆ channels

adc_channel_config_t adc_config_t::channels[CS_ADC_NUM_CHANNELS]

◆ samplingIntervalUs

uint32_t adc_config_t::samplingIntervalUs

The documentation for this struct was generated from the following file: