Searched refs:UartUserCfg (Results 1 – 1 of 1) sorted by relevance
545 const Linflexd_Uart_Ip_UserConfigType *UartUserCfg; in Linflexd_Uart_Ip_PutData() local548 UartUserCfg = Linflexd_Uart_Ip_apUserConfig[Instance]; in Linflexd_Uart_Ip_PutData()551 …if ((LINFLEXD_UART_IP_7_BITS == UartUserCfg->WordLength) || (LINFLEXD_UART_IP_8_BITS == UartUserCf… in Linflexd_Uart_Ip_PutData()784 const Linflexd_Uart_Ip_UserConfigType * UartUserCfg; in Linflexd_Uart_Ip_GetData() local788 UartUserCfg = Linflexd_Uart_Ip_apUserConfig[Instance]; in Linflexd_Uart_Ip_GetData()793 …if ((LINFLEXD_UART_IP_7_BITS == UartUserCfg->WordLength) || (LINFLEXD_UART_IP_8_BITS == UartUserCf… in Linflexd_Uart_Ip_GetData()898 const Linflexd_Uart_Ip_UserConfigType * UartUserCfg; in Linflexd_Uart_Ip_AbortReceivingData() local900 UartUserCfg = Linflexd_Uart_Ip_apUserConfig[Instance]; in Linflexd_Uart_Ip_AbortReceivingData()905 LINFLEXD_UART_IP_DEV_ASSERT(UartUserCfg != NULL_PTR); in Linflexd_Uart_Ip_AbortReceivingData()918 if (LINFLEXD_UART_IP_USING_INTERRUPTS == UartUserCfg->TransferType) in Linflexd_Uart_Ip_AbortReceivingData()[all …]