Go to the source code of this file.
Data Structures | |
struct | SDL_VTM_Stat_val |
VTM temperature sensor Stat values. More... | |
Typedefs | |
typedef uint8_t | SDL_VTM_configVdCtrl |
This enumerator define for VTM VD configuration valid map. More... | |
typedef uint8_t | SDL_VTM_configTsCtrl |
This enumerator define for VTM TS configuration valid map. More... | |
typedef int16_t | SDL_VTM_adc_code |
This typedef for VTM temperature sensor ADC code This is the data_out value of the temperature sensor stat register. More... | |
Functions | |
SDL_VTM_adc_code | SDL_VTM_getAdcCode (SDL_VTM_InstTs instance) |
read Temperature sensor ADC code More... | |
int32_t | SDL_VTM_tsGetCtrl (SDL_VTM_InstTs instance, uint32_t *pTsCtrlCfg) |
Read VTM Temperature Sensor Control. More... | |
int32_t | SDL_VTM_tsConvADCToTemp (SDL_VTM_adc_code adcCode, int32_t *pMilliDegreeTempVal) |
VTM Temperature ADC code to Temperature conversion. More... | |
int32_t | SDL_VTM_tsConvTempToAdc (int32_t milliDegreeTempVal, SDL_VTM_adc_code *pAdcCode) |
VTM Temperature to ADC code conversion. More... | |