#include "board.h"
#include <string.h>
Go to the source code of this file.
Defines | |
#define | SAMPLES (100) |
#define | VOLT_REF (3300) |
#define | MAX_DIGITAL_12_BIT (4095UL) |
#define | AFEC_TEMPERATURE_SENSOR 11 |
#define | AFEC_ACR_PGA0_ON (0x1u << 2) |
#define | AFEC_ACR_PGA1_ON (0x1u << 3) |
Functions | |
COMPILER_ALIGNED (32) | |
xDMA interrupt handler. | |
int | main (void) |
afe_temp_sensor Application entry point. |
This file contains all the specific code for the AFE12 example.
Definition in file main.c.