/hal_stm32-3.6.0/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_usart.c | 172 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, const LL_USART_InitTypeDef *USART_InitStruct) in LL_USART_Init() argument 179 assert_param(IS_LL_USART_PRESCALER(USART_InitStruct->PrescalerValue)); in LL_USART_Init() 180 assert_param(IS_LL_USART_BAUDRATE(USART_InitStruct->BaudRate)); in LL_USART_Init() 181 assert_param(IS_LL_USART_DATAWIDTH(USART_InitStruct->DataWidth)); in LL_USART_Init() 182 assert_param(IS_LL_USART_STOPBITS(USART_InitStruct->StopBits)); in LL_USART_Init() 183 assert_param(IS_LL_USART_PARITY(USART_InitStruct->Parity)); in LL_USART_Init() 184 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init() 185 assert_param(IS_LL_USART_HWCONTROL(USART_InitStruct->HardwareFlowControl)); in LL_USART_Init() 186 assert_param(IS_LL_USART_OVERSAMPLING(USART_InitStruct->OverSampling)); in LL_USART_Init() 202 (USART_InitStruct->DataWidth | USART_InitStruct->Parity | in LL_USART_Init() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_usart.c | 176 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, const LL_USART_InitTypeDef *USART_InitStruct) in LL_USART_Init() argument 183 assert_param(IS_LL_USART_PRESCALER(USART_InitStruct->PrescalerValue)); in LL_USART_Init() 184 assert_param(IS_LL_USART_BAUDRATE(USART_InitStruct->BaudRate)); in LL_USART_Init() 185 assert_param(IS_LL_USART_DATAWIDTH(USART_InitStruct->DataWidth)); in LL_USART_Init() 186 assert_param(IS_LL_USART_STOPBITS(USART_InitStruct->StopBits)); in LL_USART_Init() 187 assert_param(IS_LL_USART_PARITY(USART_InitStruct->Parity)); in LL_USART_Init() 188 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init() 189 assert_param(IS_LL_USART_HWCONTROL(USART_InitStruct->HardwareFlowControl)); in LL_USART_Init() 190 assert_param(IS_LL_USART_OVERSAMPLING(USART_InitStruct->OverSampling)); in LL_USART_Init() 206 (USART_InitStruct->DataWidth | USART_InitStruct->Parity | in LL_USART_Init() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_usart.c | 184 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, const LL_USART_InitTypeDef *USART_InitStruct) in LL_USART_Init() argument 192 assert_param(IS_LL_USART_PRESCALER(USART_InitStruct->PrescalerValue)); in LL_USART_Init() 193 assert_param(IS_LL_USART_BAUDRATE(USART_InitStruct->BaudRate)); in LL_USART_Init() 194 assert_param(IS_LL_USART_DATAWIDTH(USART_InitStruct->DataWidth)); in LL_USART_Init() 195 assert_param(IS_LL_USART_STOPBITS(USART_InitStruct->StopBits)); in LL_USART_Init() 196 assert_param(IS_LL_USART_PARITY(USART_InitStruct->Parity)); in LL_USART_Init() 197 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init() 198 assert_param(IS_LL_USART_HWCONTROL(USART_InitStruct->HardwareFlowControl)); in LL_USART_Init() 199 assert_param(IS_LL_USART_OVERSAMPLING(USART_InitStruct->OverSampling)); in LL_USART_Init() 215 (USART_InitStruct->DataWidth | USART_InitStruct->Parity | in LL_USART_Init() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_ll_usart.c | 186 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, const LL_USART_InitTypeDef *USART_InitStruct) in LL_USART_Init() argument 193 assert_param(IS_LL_USART_PRESCALER(USART_InitStruct->PrescalerValue)); in LL_USART_Init() 194 assert_param(IS_LL_USART_BAUDRATE(USART_InitStruct->BaudRate)); in LL_USART_Init() 195 assert_param(IS_LL_USART_DATAWIDTH(USART_InitStruct->DataWidth)); in LL_USART_Init() 196 assert_param(IS_LL_USART_STOPBITS(USART_InitStruct->StopBits)); in LL_USART_Init() 197 assert_param(IS_LL_USART_PARITY(USART_InitStruct->Parity)); in LL_USART_Init() 198 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init() 199 assert_param(IS_LL_USART_HWCONTROL(USART_InitStruct->HardwareFlowControl)); in LL_USART_Init() 200 assert_param(IS_LL_USART_OVERSAMPLING(USART_InitStruct->OverSampling)); in LL_USART_Init() 216 (USART_InitStruct->DataWidth | USART_InitStruct->Parity | in LL_USART_Init() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_usart.c | 198 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, const LL_USART_InitTypeDef *USART_InitStruct) in LL_USART_Init() argument 206 assert_param(IS_LL_USART_BAUDRATE(USART_InitStruct->BaudRate)); in LL_USART_Init() 207 assert_param(IS_LL_USART_DATAWIDTH(USART_InitStruct->DataWidth)); in LL_USART_Init() 208 assert_param(IS_LL_USART_STOPBITS(USART_InitStruct->StopBits)); in LL_USART_Init() 209 assert_param(IS_LL_USART_PARITY(USART_InitStruct->Parity)); in LL_USART_Init() 210 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init() 211 assert_param(IS_LL_USART_HWCONTROL(USART_InitStruct->HardwareFlowControl)); in LL_USART_Init() 213 assert_param(IS_LL_USART_OVERSAMPLING(USART_InitStruct->OverSampling)); in LL_USART_Init() 231 (USART_InitStruct->DataWidth | USART_InitStruct->Parity | in LL_USART_Init() 232 USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling)); in LL_USART_Init() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_usart.c | 220 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, const LL_USART_InitTypeDef *USART_InitStruct) in LL_USART_Init() argument 227 assert_param(IS_LL_USART_PRESCALER(USART_InitStruct->PrescalerValue)); in LL_USART_Init() 228 assert_param(IS_LL_USART_BAUDRATE(USART_InitStruct->BaudRate)); in LL_USART_Init() 229 assert_param(IS_LL_USART_DATAWIDTH(USART_InitStruct->DataWidth)); in LL_USART_Init() 230 assert_param(IS_LL_USART_STOPBITS(USART_InitStruct->StopBits)); in LL_USART_Init() 231 assert_param(IS_LL_USART_PARITY(USART_InitStruct->Parity)); in LL_USART_Init() 232 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init() 233 assert_param(IS_LL_USART_HWCONTROL(USART_InitStruct->HardwareFlowControl)); in LL_USART_Init() 234 assert_param(IS_LL_USART_OVERSAMPLING(USART_InitStruct->OverSampling)); in LL_USART_Init() 250 (USART_InitStruct->DataWidth | USART_InitStruct->Parity | in LL_USART_Init() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_usart.c | 208 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, const LL_USART_InitTypeDef *USART_InitStruct) in LL_USART_Init() argument 215 assert_param(IS_LL_USART_PRESCALER(USART_InitStruct->PrescalerValue)); in LL_USART_Init() 216 assert_param(IS_LL_USART_BAUDRATE(USART_InitStruct->BaudRate)); in LL_USART_Init() 217 assert_param(IS_LL_USART_DATAWIDTH(USART_InitStruct->DataWidth)); in LL_USART_Init() 218 assert_param(IS_LL_USART_STOPBITS(USART_InitStruct->StopBits)); in LL_USART_Init() 219 assert_param(IS_LL_USART_PARITY(USART_InitStruct->Parity)); in LL_USART_Init() 220 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init() 221 assert_param(IS_LL_USART_HWCONTROL(USART_InitStruct->HardwareFlowControl)); in LL_USART_Init() 222 assert_param(IS_LL_USART_OVERSAMPLING(USART_InitStruct->OverSampling)); in LL_USART_Init() 238 (USART_InitStruct->DataWidth | USART_InitStruct->Parity | in LL_USART_Init() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_usart.c | 201 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, LL_USART_InitTypeDef *USART_InitStruct) in LL_USART_Init() argument 208 assert_param(IS_LL_USART_PRESCALER(USART_InitStruct->PrescalerValue)); in LL_USART_Init() 209 assert_param(IS_LL_USART_BAUDRATE(USART_InitStruct->BaudRate)); in LL_USART_Init() 210 assert_param(IS_LL_USART_DATAWIDTH(USART_InitStruct->DataWidth)); in LL_USART_Init() 211 assert_param(IS_LL_USART_STOPBITS(USART_InitStruct->StopBits)); in LL_USART_Init() 212 assert_param(IS_LL_USART_PARITY(USART_InitStruct->Parity)); in LL_USART_Init() 213 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init() 214 assert_param(IS_LL_USART_HWCONTROL(USART_InitStruct->HardwareFlowControl)); in LL_USART_Init() 215 assert_param(IS_LL_USART_OVERSAMPLING(USART_InitStruct->OverSampling)); in LL_USART_Init() 231 (USART_InitStruct->DataWidth | USART_InitStruct->Parity | in LL_USART_Init() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_usart.c | 221 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, LL_USART_InitTypeDef *USART_InitStruct) in LL_USART_Init() argument 228 assert_param(IS_LL_USART_PRESCALER(USART_InitStruct->PrescalerValue)); in LL_USART_Init() 229 assert_param(IS_LL_USART_BAUDRATE(USART_InitStruct->BaudRate)); in LL_USART_Init() 230 assert_param(IS_LL_USART_DATAWIDTH(USART_InitStruct->DataWidth)); in LL_USART_Init() 231 assert_param(IS_LL_USART_STOPBITS(USART_InitStruct->StopBits)); in LL_USART_Init() 232 assert_param(IS_LL_USART_PARITY(USART_InitStruct->Parity)); in LL_USART_Init() 233 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init() 234 assert_param(IS_LL_USART_HWCONTROL(USART_InitStruct->HardwareFlowControl)); in LL_USART_Init() 235 assert_param(IS_LL_USART_OVERSAMPLING(USART_InitStruct->OverSampling)); in LL_USART_Init() 251 (USART_InitStruct->DataWidth | USART_InitStruct->Parity | in LL_USART_Init() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_usart.c | 220 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, const LL_USART_InitTypeDef *USART_InitStruct) in LL_USART_Init() argument 228 assert_param(IS_LL_USART_PRESCALER(USART_InitStruct->PrescalerValue)); in LL_USART_Init() 230 assert_param(IS_LL_USART_BAUDRATE(USART_InitStruct->BaudRate)); in LL_USART_Init() 231 assert_param(IS_LL_USART_DATAWIDTH(USART_InitStruct->DataWidth)); in LL_USART_Init() 232 assert_param(IS_LL_USART_STOPBITS(USART_InitStruct->StopBits)); in LL_USART_Init() 233 assert_param(IS_LL_USART_PARITY(USART_InitStruct->Parity)); in LL_USART_Init() 234 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init() 235 assert_param(IS_LL_USART_HWCONTROL(USART_InitStruct->HardwareFlowControl)); in LL_USART_Init() 236 assert_param(IS_LL_USART_OVERSAMPLING(USART_InitStruct->OverSampling)); in LL_USART_Init() 252 (USART_InitStruct->DataWidth | USART_InitStruct->Parity | in LL_USART_Init() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_usart.c | 213 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, const LL_USART_InitTypeDef *USART_InitStruct) in LL_USART_Init() argument 223 assert_param(IS_LL_USART_PRESCALER(USART_InitStruct->PrescalerValue)); in LL_USART_Init() 224 assert_param(IS_LL_USART_BAUDRATE(USART_InitStruct->BaudRate)); in LL_USART_Init() 225 assert_param(IS_LL_USART_DATAWIDTH(USART_InitStruct->DataWidth)); in LL_USART_Init() 226 assert_param(IS_LL_USART_STOPBITS(USART_InitStruct->StopBits)); in LL_USART_Init() 227 assert_param(IS_LL_USART_PARITY(USART_InitStruct->Parity)); in LL_USART_Init() 228 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init() 229 assert_param(IS_LL_USART_HWCONTROL(USART_InitStruct->HardwareFlowControl)); in LL_USART_Init() 230 assert_param(IS_LL_USART_OVERSAMPLING(USART_InitStruct->OverSampling)); in LL_USART_Init() 246 (USART_InitStruct->DataWidth | USART_InitStruct->Parity | in LL_USART_Init() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_usart.c | 253 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, const LL_USART_InitTypeDef *USART_InitStruct) in LL_USART_Init() argument 260 assert_param(IS_LL_USART_PRESCALER(USART_InitStruct->PrescalerValue)); in LL_USART_Init() 261 assert_param(IS_LL_USART_BAUDRATE(USART_InitStruct->BaudRate)); in LL_USART_Init() 262 assert_param(IS_LL_USART_DATAWIDTH(USART_InitStruct->DataWidth)); in LL_USART_Init() 263 assert_param(IS_LL_USART_STOPBITS(USART_InitStruct->StopBits)); in LL_USART_Init() 264 assert_param(IS_LL_USART_PARITY(USART_InitStruct->Parity)); in LL_USART_Init() 265 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init() 266 assert_param(IS_LL_USART_HWCONTROL(USART_InitStruct->HardwareFlowControl)); in LL_USART_Init() 267 assert_param(IS_LL_USART_OVERSAMPLING(USART_InitStruct->OverSampling)); in LL_USART_Init() 283 (USART_InitStruct->DataWidth | USART_InitStruct->Parity | in LL_USART_Init() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_usart.c | 283 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, const LL_USART_InitTypeDef *USART_InitStruct) in LL_USART_Init() argument 290 assert_param(IS_LL_USART_PRESCALER(USART_InitStruct->PrescalerValue)); in LL_USART_Init() 291 assert_param(IS_LL_USART_BAUDRATE(USART_InitStruct->BaudRate)); in LL_USART_Init() 292 assert_param(IS_LL_USART_DATAWIDTH(USART_InitStruct->DataWidth)); in LL_USART_Init() 293 assert_param(IS_LL_USART_STOPBITS(USART_InitStruct->StopBits)); in LL_USART_Init() 294 assert_param(IS_LL_USART_PARITY(USART_InitStruct->Parity)); in LL_USART_Init() 295 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init() 296 assert_param(IS_LL_USART_HWCONTROL(USART_InitStruct->HardwareFlowControl)); in LL_USART_Init() 297 assert_param(IS_LL_USART_OVERSAMPLING(USART_InitStruct->OverSampling)); in LL_USART_Init() 313 (USART_InitStruct->DataWidth | USART_InitStruct->Parity | in LL_USART_Init() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_usart.c | 204 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, const LL_USART_InitTypeDef *USART_InitStruct) in LL_USART_Init() argument 214 assert_param(IS_LL_USART_BAUDRATE(USART_InitStruct->BaudRate)); in LL_USART_Init() 215 assert_param(IS_LL_USART_DATAWIDTH(USART_InitStruct->DataWidth)); in LL_USART_Init() 216 assert_param(IS_LL_USART_STOPBITS(USART_InitStruct->StopBits)); in LL_USART_Init() 217 assert_param(IS_LL_USART_PARITY(USART_InitStruct->Parity)); in LL_USART_Init() 218 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init() 219 assert_param(IS_LL_USART_HWCONTROL(USART_InitStruct->HardwareFlowControl)); in LL_USART_Init() 220 assert_param(IS_LL_USART_OVERSAMPLING(USART_InitStruct->OverSampling)); in LL_USART_Init() 236 (USART_InitStruct->DataWidth | USART_InitStruct->Parity | in LL_USART_Init() 237 USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling)); in LL_USART_Init() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_usart.c | 200 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, const LL_USART_InitTypeDef *USART_InitStruct) in LL_USART_Init() argument 208 assert_param(IS_LL_USART_BAUDRATE(USART_InitStruct->BaudRate)); in LL_USART_Init() 209 assert_param(IS_LL_USART_DATAWIDTH(USART_InitStruct->DataWidth)); in LL_USART_Init() 210 assert_param(IS_LL_USART_STOPBITS(USART_InitStruct->StopBits)); in LL_USART_Init() 211 assert_param(IS_LL_USART_PARITY(USART_InitStruct->Parity)); in LL_USART_Init() 212 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init() 213 assert_param(IS_LL_USART_HWCONTROL(USART_InitStruct->HardwareFlowControl)); in LL_USART_Init() 214 assert_param(IS_LL_USART_OVERSAMPLING(USART_InitStruct->OverSampling)); in LL_USART_Init() 230 (USART_InitStruct->DataWidth | USART_InitStruct->Parity | in LL_USART_Init() 231 USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling)); in LL_USART_Init() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_usart.c | 196 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, const LL_USART_InitTypeDef *USART_InitStruct) in LL_USART_Init() argument 204 assert_param(IS_LL_USART_BAUDRATE(USART_InitStruct->BaudRate)); in LL_USART_Init() 205 assert_param(IS_LL_USART_DATAWIDTH(USART_InitStruct->DataWidth)); in LL_USART_Init() 206 assert_param(IS_LL_USART_STOPBITS(USART_InitStruct->StopBits)); in LL_USART_Init() 207 assert_param(IS_LL_USART_PARITY(USART_InitStruct->Parity)); in LL_USART_Init() 208 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init() 209 assert_param(IS_LL_USART_HWCONTROL(USART_InitStruct->HardwareFlowControl)); in LL_USART_Init() 210 assert_param(IS_LL_USART_OVERSAMPLING(USART_InitStruct->OverSampling)); in LL_USART_Init() 226 (USART_InitStruct->DataWidth | USART_InitStruct->Parity | in LL_USART_Init() 227 USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling)); in LL_USART_Init() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_usart.c | 197 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, const LL_USART_InitTypeDef *USART_InitStruct) in LL_USART_Init() argument 207 assert_param(IS_LL_USART_BAUDRATE(USART_InitStruct->BaudRate)); in LL_USART_Init() 208 assert_param(IS_LL_USART_DATAWIDTH(USART_InitStruct->DataWidth)); in LL_USART_Init() 209 assert_param(IS_LL_USART_STOPBITS(USART_InitStruct->StopBits)); in LL_USART_Init() 210 assert_param(IS_LL_USART_PARITY(USART_InitStruct->Parity)); in LL_USART_Init() 211 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init() 212 assert_param(IS_LL_USART_HWCONTROL(USART_InitStruct->HardwareFlowControl)); in LL_USART_Init() 213 assert_param(IS_LL_USART_OVERSAMPLING(USART_InitStruct->OverSampling)); in LL_USART_Init() 229 (USART_InitStruct->DataWidth | USART_InitStruct->Parity | in LL_USART_Init() 230 USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling)); in LL_USART_Init() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_usart.c | 208 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, const LL_USART_InitTypeDef *USART_InitStruct) in LL_USART_Init() argument 215 assert_param(IS_LL_USART_BAUDRATE(USART_InitStruct->BaudRate)); in LL_USART_Init() 216 assert_param(IS_LL_USART_DATAWIDTH(USART_InitStruct->DataWidth)); in LL_USART_Init() 217 assert_param(IS_LL_USART_STOPBITS(USART_InitStruct->StopBits)); in LL_USART_Init() 218 assert_param(IS_LL_USART_PARITY(USART_InitStruct->Parity)); in LL_USART_Init() 219 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init() 220 assert_param(IS_LL_USART_HWCONTROL(USART_InitStruct->HardwareFlowControl)); in LL_USART_Init() 221 assert_param(IS_LL_USART_OVERSAMPLING(USART_InitStruct->OverSampling)); in LL_USART_Init() 237 (USART_InitStruct->DataWidth | USART_InitStruct->Parity | in LL_USART_Init() 238 USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling)); in LL_USART_Init() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_usart.c | 248 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, LL_USART_InitTypeDef *USART_InitStruct) in LL_USART_Init() argument 256 assert_param(IS_LL_USART_BAUDRATE(USART_InitStruct->BaudRate)); in LL_USART_Init() 257 assert_param(IS_LL_USART_DATAWIDTH(USART_InitStruct->DataWidth)); in LL_USART_Init() 258 assert_param(IS_LL_USART_STOPBITS(USART_InitStruct->StopBits)); in LL_USART_Init() 259 assert_param(IS_LL_USART_PARITY(USART_InitStruct->Parity)); in LL_USART_Init() 260 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init() 261 assert_param(IS_LL_USART_HWCONTROL(USART_InitStruct->HardwareFlowControl)); in LL_USART_Init() 262 assert_param(IS_LL_USART_OVERSAMPLING(USART_InitStruct->OverSampling)); in LL_USART_Init() 278 (USART_InitStruct->DataWidth | USART_InitStruct->Parity | in LL_USART_Init() 279 USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling)); in LL_USART_Init() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_usart.c | 244 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, const LL_USART_InitTypeDef *USART_InitStruct) in LL_USART_Init() argument 254 assert_param(IS_LL_USART_BAUDRATE(USART_InitStruct->BaudRate)); in LL_USART_Init() 255 assert_param(IS_LL_USART_DATAWIDTH(USART_InitStruct->DataWidth)); in LL_USART_Init() 256 assert_param(IS_LL_USART_STOPBITS(USART_InitStruct->StopBits)); in LL_USART_Init() 257 assert_param(IS_LL_USART_PARITY(USART_InitStruct->Parity)); in LL_USART_Init() 258 assert_param(IS_LL_USART_DIRECTION(USART_InitStruct->TransferDirection)); in LL_USART_Init() 259 assert_param(IS_LL_USART_HWCONTROL(USART_InitStruct->HardwareFlowControl)); in LL_USART_Init() 260 assert_param(IS_LL_USART_OVERSAMPLING(USART_InitStruct->OverSampling)); in LL_USART_Init() 276 (USART_InitStruct->DataWidth | USART_InitStruct->Parity | in LL_USART_Init() 277 USART_InitStruct->TransferDirection | USART_InitStruct->OverSampling)); in LL_USART_Init() [all …]
|
/hal_stm32-3.6.0/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_usart.h | 2493 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, const LL_USART_InitTypeDef *USART_InitStruct); 2494 void LL_USART_StructInit(LL_USART_InitTypeDef *USART_InitStruct);
|
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_usart.h | 2493 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, LL_USART_InitTypeDef *USART_InitStruct); 2494 void LL_USART_StructInit(LL_USART_InitTypeDef *USART_InitStruct);
|
/hal_stm32-3.6.0/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_usart.h | 2541 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, const LL_USART_InitTypeDef *USART_InitStruct); 2542 void LL_USART_StructInit(LL_USART_InitTypeDef *USART_InitStruct);
|
/hal_stm32-3.6.0/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_usart.h | 2493 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, const LL_USART_InitTypeDef *USART_InitStruct); 2494 void LL_USART_StructInit(LL_USART_InitTypeDef *USART_InitStruct);
|
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_usart.h | 3769 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, const LL_USART_InitTypeDef *USART_InitStruct); 3770 void LL_USART_StructInit(LL_USART_InitTypeDef *USART_InitStruct);
|