|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
#include "std.h"
Include dependency graph for temp_tcouple_adc.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | TCOUPLE_NB 4 |
Functions | |
| void | temp_tcouple_adc_init (void) |
| void | temp_tcouple_adc_periodic (void) |
Variables | |
| int32_t | tcouple_cnt |
| #define TCOUPLE_NB 4 |
Definition at line 6 of file temp_tcouple_adc.h.
Referenced by temp_tcouple_adc_periodic().
| void temp_tcouple_adc_init | ( | void | ) |
Definition at line 56 of file temp_tcouple_adc.c.
References adc_buf_channel(), ADC_CHANNEL_TEMP_REF, ADC_CHANNEL_TEMP_TCOUPLE_NB_SAMPLES, ADC_CHANNEL_TEMP_VAL, buf_temp_tcouple_ref, buf_temp_tcouple_val, and temp_cnt.
Here is the call graph for this function:| void temp_tcouple_adc_periodic | ( | void | ) |
Definition at line 67 of file temp_tcouple_adc.c.
References adc_buf::av_nb_sample, buf_temp_tcouple_ref, buf_temp_tcouple_val, DefaultChannel, DefaultDevice, fref, fval, ref, adc_buf::sum, TCOUPLE_NB, temp_cnt, and val.
| int32_t tcouple_cnt |