Home
last modified time | relevance | path

Searched refs:USART_InitStruct (Results 1 – 4 of 4) sorted by relevance

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_usart.c212 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, LL_USART_InitTypeDef *USART_InitStruct) in LL_USART_Init() argument
220 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 …]
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_usart.c252 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, LL_USART_InitTypeDef *USART_InitStruct) in LL_USART_Init() argument
260 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 …]
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_usart.h2492 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, LL_USART_InitTypeDef *USART_InitStruct);
2493 void LL_USART_StructInit(LL_USART_InitTypeDef *USART_InitStruct);
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_usart.h4649 ErrorStatus LL_USART_Init(USART_TypeDef *USARTx, LL_USART_InitTypeDef *USART_InitStruct);
4650 void LL_USART_StructInit(LL_USART_InitTypeDef *USART_InitStruct);