Searched refs:USART_InitStruct (Results 1 – 4 of 4) sorted by relevance
212 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, LL_USART_InitTypeDef *USART_InitStruct) in LL_USART_Init() argument220 assert_param(IS_LL_USART_PRESCALER(USART_InitStruct->PrescalerValue)); in LL_USART_Init()222 assert_param(IS_LL_USART_BAUDRATE(USART_InitStruct->BaudRate)); in LL_USART_Init()223 assert_param(IS_LL_USART_DATAWIDTH(USART_InitStruct->DataWidth)); in LL_USART_Init()224 assert_param(IS_LL_USART_STOPBITS(USART_InitStruct->StopBits)); in LL_USART_Init()225 assert_param(IS_LL_USART_PARITY(USART_InitStruct->Parity)); in LL_USART_Init()226 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init()227 assert_param(IS_LL_USART_HWCONTROL(USART_InitStruct->HardwareFlowControl)); in LL_USART_Init()228 assert_param(IS_LL_USART_OVERSAMPLING(USART_InitStruct->OverSampling)); in LL_USART_Init()244 (USART_InitStruct->DataWidth | USART_InitStruct->Parity | in LL_USART_Init()[all …]
252 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, LL_USART_InitTypeDef *USART_InitStruct) in LL_USART_Init() argument260 assert_param(IS_LL_USART_BAUDRATE(USART_InitStruct->BaudRate)); in LL_USART_Init()261 assert_param(IS_LL_USART_DATAWIDTH(USART_InitStruct->DataWidth)); in LL_USART_Init()262 assert_param(IS_LL_USART_STOPBITS(USART_InitStruct->StopBits)); in LL_USART_Init()263 assert_param(IS_LL_USART_PARITY(USART_InitStruct->Parity)); in LL_USART_Init()264 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init()265 assert_param(IS_LL_USART_HWCONTROL(USART_InitStruct->HardwareFlowControl)); in LL_USART_Init()266 assert_param(IS_LL_USART_OVERSAMPLING(USART_InitStruct->OverSampling)); in LL_USART_Init()282 (USART_InitStruct->DataWidth | USART_InitStruct->Parity | in LL_USART_Init()283 USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling)); in LL_USART_Init()[all …]
2492 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, LL_USART_InitTypeDef *USART_InitStruct);2493 void LL_USART_StructInit(LL_USART_InitTypeDef *USART_InitStruct);
4649 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, LL_USART_InitTypeDef *USART_InitStruct);4650 void LL_USART_StructInit(LL_USART_InitTypeDef *USART_InitStruct);