![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
#include "main.h"Go to the source code of this file.
Data Structures | |
| struct | t_VUparams |
Macros | |
| #define | NUM_CHANNELS 2 |
| #define | MAX_VALUE 0x7FFF |
| #define | SEGMENTS 25 |
| #define | X_START 10 |
| #define | Y_START 13 |
| #define | X_WIDTH 30 |
| #define | Y_WIDTH 20 |
| #define | XY_GAP 1 |
| #define | PEAKHOLD 2000 |
| #define | LEVELMOVE 100 |
Functions | |
| void | VUMETER_Analyse (void) |
| Analyse the peak meter value. More... | |
| void | VUMETER_Input (int channel) |
| Analyze the peak meter for the audio input. More... | |
| void | VUMETER_Display (int channel) |
| Display the peak meter. More... | |
| void VUMETER_Analyse | ( | void | ) |
| void VUMETER_Display | ( | int | channel | ) |
1.8.11