Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32ze/Uart/src/
DLinflexd_Uart_Ip.c557 const Linflexd_Uart_Ip_UserConfigType *UartUserCfg; in Linflexd_Uart_Ip_PutData() local
560 UartUserCfg = Linflexd_Uart_Ip_apUserConfig[Instance]; in Linflexd_Uart_Ip_PutData()
563 …if ((LINFLEXD_UART_IP_7_BITS == UartUserCfg->WordLength) || (LINFLEXD_UART_IP_8_BITS == UartUserCf… in Linflexd_Uart_Ip_PutData()
818 const Linflexd_Uart_Ip_UserConfigType * UartUserCfg; in Linflexd_Uart_Ip_GetData() local
822 UartUserCfg = Linflexd_Uart_Ip_apUserConfig[Instance]; in Linflexd_Uart_Ip_GetData()
827 …if ((LINFLEXD_UART_IP_7_BITS == UartUserCfg->WordLength) || (LINFLEXD_UART_IP_8_BITS == UartUserCf… in Linflexd_Uart_Ip_GetData()
938 const Linflexd_Uart_Ip_UserConfigType * UartUserCfg; in Linflexd_Uart_Ip_AbortReceivingData() local
940 UartUserCfg = Linflexd_Uart_Ip_apUserConfig[Instance]; in Linflexd_Uart_Ip_AbortReceivingData()
945 LINFLEXD_UART_IP_DEV_ASSERT(UartUserCfg != NULL_PTR); in Linflexd_Uart_Ip_AbortReceivingData()
958 if (LINFLEXD_UART_IP_USING_INTERRUPTS == UartUserCfg->TransferType) in Linflexd_Uart_Ip_AbortReceivingData()
[all …]