Searched defs:uartInit (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/drivers/hdf_core/adapter/platform/uart/ |
H A D | uart_stm32f4xx.c | 709 LL_USART_InitTypeDef *uartInit = NULL; local 736 LL_USART_InitTypeDef *uartInit = NULL; local 754 static void TransDataWidth(LL_USART_InitTypeDef *uartInit, struct UartAttribute *attribute, UART_AT… 784 static void TransParity(LL_USART_InitTypeDef *uartInit, struct UartAttribute *attribute, UART_ATTR_… 826 static void TransStopbit(LL_USART_InitTypeDef *uartInit, struct UartAttribute *attribute, UART_ATTR… 868 static void TransFlowCtrl(LL_USART_InitTypeDef *uartInit, struct UartAttribute *attribute, UART_ATT… 913 static void TransDir(LL_USART_InitTypeDef *uartInit, struct UartAttribute *attribute, UART_ATTR_TRA… 961 LL_USART_InitTypeDef *uartInit = NULL; local 993 LL_USART_InitTypeDef *uartInit = NULL; local
|