Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Uart/src/
DLinflexd_Uart_Ip.c433 Linflexd_Uart_Ip_StatusType RetVal; in Linflexd_Uart_Ip_Deinit() local
451 RetVal = LINFLEXD_UART_IP_STATUS_ERROR; in Linflexd_Uart_Ip_Deinit()
476 RetVal = LINFLEXD_UART_IP_STATUS_SUCCESS; in Linflexd_Uart_Ip_Deinit()
478 return RetVal; in Linflexd_Uart_Ip_Deinit()
1176 Linflexd_Uart_Ip_StatusType RetVal = LINFLEXD_UART_IP_STATUS_ERROR; in Linflexd_Uart_Ip_AsyncReceive() local
1198 RetVal = Linflexd_Uart_Ip_StartReceiveUsingInterrupts(Instance, RxBuff, RxSize); in Linflexd_Uart_Ip_AsyncReceive()
1204 RetVal = Linflexd_Uart_Ip_StartReceiveUsingDma(Instance, RxBuff, RxSize); in Linflexd_Uart_Ip_AsyncReceive()
1207 return RetVal; in Linflexd_Uart_Ip_AsyncReceive()
1278 Linflexd_Uart_Ip_StatusType RetVal = LINFLEXD_UART_IP_STATUS_ERROR; in Linflexd_Uart_Ip_AsyncSend() local
1291 RetVal = Linflexd_Uart_Ip_StartSendUsingInterrupts(Instance, TxBuff, TxSize); in Linflexd_Uart_Ip_AsyncSend()
[all …]
/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c1752 Canexcel_Ip_StatusType RetVal = CANEXCEL_STATUS_ERROR; in Canexcel_Ip_SetFDBaudRate() local
1766 RetVal = CANEXCEL_STATUS_SUCCESS; in Canexcel_Ip_SetFDBaudRate()
1770 return RetVal; in Canexcel_Ip_SetFDBaudRate()
1782 Canexcel_Ip_StatusType RetVal = CANEXCEL_STATUS_ERROR; in Canexcel_Ip_SetXLBaudRate() local
1795 RetVal = CANEXCEL_STATUS_SUCCESS; in Canexcel_Ip_SetXLBaudRate()
1799 return RetVal; in Canexcel_Ip_SetXLBaudRate()
1811 Canexcel_Ip_StatusType RetVal = CANEXCEL_STATUS_ERROR; in Canexcel_Ip_SetBaudRate() local
1820 RetVal = CANEXCEL_STATUS_SUCCESS; in Canexcel_Ip_SetBaudRate()
1822 return RetVal; in Canexcel_Ip_SetBaudRate()
1884 Canexcel_Ip_StatusType RetVal = CANEXCEL_STATUS_ERROR; in Canexcel_Ip_SetListenOnlyMode() local
[all …]
/hal_nxp-latest/s32/drivers/s32k3/Eth_GMAC/src/
DGmac_Ip_Hw_Access.c316 boolean RetVal = FALSE; in GMAC_TimeoutExpired() local
321 RetVal = TRUE; in GMAC_TimeoutExpired()
324 return RetVal; in GMAC_TimeoutExpired()
/hal_nxp-latest/s32/drivers/s32ze/Adc/src/
DAdc_Sar_Ip.c1829 uint32 RetVal; in Adc_Sar_TempsenseConvFp2Int() local
1832RetVal = ((FloatingPoint & ADC_SAR_IP_TEMPSENSE_INTEGER_MASK) >> ADC_SAR_IP_TEMPSENSE_INTEGER_SHI… in Adc_Sar_TempsenseConvFp2Int()
1833RetVal += ((FloatingPoint & ADC_SAR_IP_TEMPSENSE_DECIMAL_MASK) * ADC_SAR_IP_TEMPSENSE_MULTIPLIER) … in Adc_Sar_TempsenseConvFp2Int()
1835 return RetVal; in Adc_Sar_TempsenseConvFp2Int()
1847 uint16 RetVal; in Adc_Sar_TempsenseConvInt2Fp() local
1852 RetVal = ADC_SAR_IP_TEMPSENSE_SIGN_MASK; in Adc_Sar_TempsenseConvInt2Fp()
1857 RetVal = 0U; in Adc_Sar_TempsenseConvInt2Fp()
1862RetVal |= (uint16)(((Temp / ADC_SAR_IP_TEMPSENSE_MULTIPLIER) << ADC_SAR_IP_TEMPSENSE_INTEGER_SHIFT… in Adc_Sar_TempsenseConvInt2Fp()
1864RetVal |= (uint16)(((Temp % ADC_SAR_IP_TEMPSENSE_MULTIPLIER) * (ADC_SAR_IP_TEMPSENSE_DECIMAL_MASK … in Adc_Sar_TempsenseConvInt2Fp()
1866 return RetVal; in Adc_Sar_TempsenseConvInt2Fp()
/hal_nxp-latest/s32/drivers/s32k3/Adc/src/
DAdc_Sar_Ip.c1717 uint32 RetVal; in Adc_Sar_TempsenseConvFp2Int() local
1720RetVal = ((FloatingPoint & ADC_SAR_IP_TEMPSENSE_INTEGER_MASK) >> ADC_SAR_IP_TEMPSENSE_INTEGER_SHI… in Adc_Sar_TempsenseConvFp2Int()
1721RetVal += ((FloatingPoint & ADC_SAR_IP_TEMPSENSE_DECIMAL_MASK) * ADC_SAR_IP_TEMPSENSE_MULTIPLIER) … in Adc_Sar_TempsenseConvFp2Int()
1723 return RetVal; in Adc_Sar_TempsenseConvFp2Int()
1735 uint16 RetVal; in Adc_Sar_TempsenseConvInt2Fp() local
1740 RetVal = ADC_SAR_IP_TEMPSENSE_SIGN_MASK; in Adc_Sar_TempsenseConvInt2Fp()
1745 RetVal = 0U; in Adc_Sar_TempsenseConvInt2Fp()
1750RetVal |= (uint16)(((Temp / ADC_SAR_IP_TEMPSENSE_MULTIPLIER) << ADC_SAR_IP_TEMPSENSE_INTEGER_SHIFT… in Adc_Sar_TempsenseConvInt2Fp()
1752RetVal |= (uint16)(((Temp % ADC_SAR_IP_TEMPSENSE_MULTIPLIER) * (ADC_SAR_IP_TEMPSENSE_DECIMAL_MASK … in Adc_Sar_TempsenseConvInt2Fp()
1754 return RetVal; in Adc_Sar_TempsenseConvInt2Fp()
/hal_nxp-latest/s32/drivers/s32k3/Mcu/src/
DClock_Ip.c1264 boolean RetVal = FALSE; in Clock_Ip_TimeoutExpired() local
1269 RetVal = TRUE; in Clock_Ip_TimeoutExpired()
1271 return RetVal; in Clock_Ip_TimeoutExpired()
/hal_nxp-latest/s32/drivers/s32ze/Mcu/src/
DClock_Ip.c1188 boolean RetVal = FALSE; in Clock_Ip_TimeoutExpired() local
1193 RetVal = TRUE; in Clock_Ip_TimeoutExpired()
1195 return RetVal; in Clock_Ip_TimeoutExpired()
/hal_nxp-latest/s32/drivers/s32k1/Mcu/src/
DClock_Ip.c1188 boolean RetVal = FALSE; in Clock_Ip_TimeoutExpired() local
1193 RetVal = TRUE; in Clock_Ip_TimeoutExpired()
1195 return RetVal; in Clock_Ip_TimeoutExpired()