Searched refs:UartUserCfg (Results 1 – 1 of 1) sorted by relevance
557 const Linflexd_Uart_Ip_UserConfigType *UartUserCfg; in Linflexd_Uart_Ip_PutData() local560 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() local822 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() local940 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 …]