forked from espressif/esp-idf
Merge branch 'docs/fix_Doxygen_syntax_in_adc_continuous' into 'master'
fix(adc_continuous.h): Fix Doxygen syntax error See merge request espressif/esp-idf!25077
This commit is contained in:
@@ -17,8 +17,8 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* @brief Driver Backgrounds
|
* Driver Backgrounds
|
||||||
*
|
*
|
||||||
* --------------------------------------------------------------------------------------------------------
|
* --------------------------------------------------------------------------------------------------------
|
||||||
* | Conversion Frame |
|
* | Conversion Frame |
|
||||||
@@ -34,8 +34,7 @@ extern "C" {
|
|||||||
* structure is `adc_digi_output_data_t`, including ADC Unit, ADC Channel and Raw Data.
|
* structure is `adc_digi_output_data_t`, including ADC Unit, ADC Channel and Raw Data.
|
||||||
*
|
*
|
||||||
* For example:
|
* For example:
|
||||||
* conv_frame_size = 100,
|
* conv_frame_size = 100 indicates one Conversion Frame contains (100 / `SOC_ADC_DIGI_RESULT_BYTES`) pieces of Conversion Results.
|
||||||
* then one Conversion Frame contains (100 / `SOC_ADC_DIGI_RESULT_BYTES`) pieces of Conversion Results
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user