Searched refs:LPUART_InitStruct (Results 1 – 2 of 2) sorted by relevance
168 ErrorStatus LL_LPUART_Init(USART_TypeDef *LPUARTx, LL_LPUART_InitTypeDef *LPUART_InitStruct) in LL_LPUART_Init() argument176 assert_param(IS_LL_LPUART_PRESCALER(LPUART_InitStruct->PrescalerValue)); in LL_LPUART_Init()178 assert_param(IS_LL_LPUART_BAUDRATE(LPUART_InitStruct->BaudRate)); in LL_LPUART_Init()179 assert_param(IS_LL_LPUART_DATAWIDTH(LPUART_InitStruct->DataWidth)); in LL_LPUART_Init()180 assert_param(IS_LL_LPUART_STOPBITS(LPUART_InitStruct->StopBits)); in LL_LPUART_Init()181 assert_param(IS_LL_LPUART_PARITY(LPUART_InitStruct->Parity)); in LL_LPUART_Init()182 assert_param(IS_LL_LPUART_DIRECTION(LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init()183 assert_param(IS_LL_LPUART_HWCONTROL(LPUART_InitStruct->HardwareFlowControl)); in LL_LPUART_Init()197 …(LPUART_InitStruct->DataWidth | LPUART_InitStruct->Parity | LPUART_InitStruct->TransferDirection)); in LL_LPUART_Init()203 LL_LPUART_SetStopBitsLength(LPUARTx, LPUART_InitStruct->StopBits); in LL_LPUART_Init()[all …]
2839 ErrorStatus LL_LPUART_Init(USART_TypeDef *LPUARTx, LL_LPUART_InitTypeDef *LPUART_InitStruct);2840 void LL_LPUART_StructInit(LL_LPUART_InitTypeDef *LPUART_InitStruct);