EFM32 Jade Gecko 12 Software Documentation
efm32jg12-doc-5.1.2
|
#include <em_csen.h>
Data Fields | |
bool | cpAccuracyHi |
CSEN_InputSel_TypeDef | input0To7 |
CSEN_InputSel_TypeDef | input16To23 |
CSEN_InputSel_TypeDef | input24To31 |
CSEN_InputSel_TypeDef | input32To39 |
CSEN_InputSel_TypeDef | input40To47 |
CSEN_InputSel_TypeDef | input48To55 |
CSEN_InputSel_TypeDef | input56To63 |
CSEN_InputSel_TypeDef | input8To15 |
bool | keepWarm |
bool | localSense |
CSEN_PCPrescale_TypeDef | pcPrescale |
uint8_t | pcReload |
CSEN_PRSSel_TypeDef | prsSel |
uint8_t | warmUpCount |
bool CSEN_Init_TypeDef::cpAccuracyHi |
Requests system charge pump high accuracy mode.
Definition at line 366 of file em_csen.h.
Referenced by CSEN_Init().
CSEN_InputSel_TypeDef CSEN_Init_TypeDef::input0To7 |
CSEN input to APORT channel mapping.
Definition at line 387 of file em_csen.h.
Referenced by CSEN_Init().
bool CSEN_Init_TypeDef::keepWarm |
Keeps the converter warm allowing continuous conversions.
Definition at line 372 of file em_csen.h.
Referenced by CSEN_Init().
bool CSEN_Init_TypeDef::localSense |
Disables external kelvin connection and senses capacitor locally.
Definition at line 369 of file em_csen.h.
Referenced by CSEN_Init().
CSEN_PCPrescale_TypeDef CSEN_Init_TypeDef::pcPrescale |
uint8_t CSEN_Init_TypeDef::pcReload |
CSEN_PRSSel_TypeDef CSEN_Init_TypeDef::prsSel |
Peripheral reflex system trigger selection.
Definition at line 384 of file em_csen.h.
Referenced by CSEN_Init().
uint8_t CSEN_Init_TypeDef::warmUpCount |
Converter warmup time is warmUpCount + 3 converter clock cycles.
Definition at line 375 of file em_csen.h.
Referenced by CSEN_Init().