Home
last modified time | relevance | path

Searched refs:FloatingPoint (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-3.6.0/s32/drivers/s32k3/Adc/src/
DAdc_Sar_Ip.c365 static inline uint32 Adc_Sar_TempsenseConvFp2Int(const uint32 FloatingPoint);
1715 static inline uint32 Adc_Sar_TempsenseConvFp2Int(const uint32 FloatingPoint) in Adc_Sar_TempsenseConvFp2Int() argument
1720 …RetVal = ((FloatingPoint & ADC_SAR_IP_TEMPSENSE_INTEGER_MASK) >> ADC_SAR_IP_TEMPSENSE_INTEGER_SHI… in Adc_Sar_TempsenseConvFp2Int()
1721 …RetVal += ((FloatingPoint & ADC_SAR_IP_TEMPSENSE_DECIMAL_MASK) * ADC_SAR_IP_TEMPSENSE_MULTIPLIER) … in Adc_Sar_TempsenseConvFp2Int()