Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
cs_AdcBuffer.h File Reference
#include <cfg/cs_Config.h>
#include <logging/cs_Logger.h>
#include <structs/cs_PacketsInternal.h>
#include <util/cs_Error.h>
#include <cstdint>
#include <cstdlib>
Include dependency graph for cs_AdcBuffer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AdcBuffer
 Class that keeps up the buffers used for ADC. More...
 

Variables

static const adc_channel_id_t ADC_CHANNEL_COUNT = CS_ADC_NUM_CHANNELS
 
static const adc_sample_value_id_t ADC_CHANNEL_SAMPLE_COUNT = CS_ADC_NUM_SAMPLES_PER_CHANNEL
 
static const uint32_t ADC_BUFFER_SAMPLE_COUNT = ADC_CHANNEL_COUNT * ADC_CHANNEL_SAMPLE_COUNT
 
static const adc_buffer_id_t ADC_BUFFER_COUNT = CS_ADC_NUM_BUFFERS
 

Variable Documentation

◆ ADC_BUFFER_COUNT

const adc_buffer_id_t ADC_BUFFER_COUNT = CS_ADC_NUM_BUFFERS
static

◆ ADC_BUFFER_SAMPLE_COUNT

const uint32_t ADC_BUFFER_SAMPLE_COUNT = ADC_CHANNEL_COUNT * ADC_CHANNEL_SAMPLE_COUNT
static

◆ ADC_CHANNEL_COUNT

const adc_channel_id_t ADC_CHANNEL_COUNT = CS_ADC_NUM_CHANNELS
static

◆ ADC_CHANNEL_SAMPLE_COUNT

const adc_sample_value_id_t ADC_CHANNEL_SAMPLE_COUNT = CS_ADC_NUM_SAMPLES_PER_CHANNEL
static