Home
last modified time | relevance | path

Searched refs:StopBits (Results 1 – 15 of 15) sorted by relevance

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_ll_usart.c272 assert_param(IS_LL_USART_STOPBITS(USART_InitStruct->StopBits)); in LL_USART_Init()
300 LL_USART_SetStopBitsLength(USARTx, USART_InitStruct->StopBits); in LL_USART_Init()
421 USART_InitStruct->StopBits = LL_USART_STOPBITS_1; in LL_USART_StructInit()
A Dstm32f0xx_hal_smartcard.c1679 assert_param(IS_SMARTCARD_STOPBITS(hsmartcard->Init.StopBits)); in SMARTCARD_SetConfig()
1701 tmpreg = hsmartcard->Init.StopBits; in SMARTCARD_SetConfig()
A Dstm32f0xx_hal_usart.c2183 assert_param(IS_USART_STOPBITS(husart->Init.StopBits)); in USART_SetConfig()
2206 tmpreg |= ((uint32_t)husart->Init.CLKLastBit | (uint32_t)husart->Init.StopBits); in USART_SetConfig()
A Dstm32f0xx_hal_uart.c2120 assert_param(IS_UART_STOPBITS(huart->Init.StopBits)); in UART_SetConfig()
2141 MODIFY_REG(huart->Instance->CR2, USART_CR2_STOP, huart->Init.StopBits); in UART_SetConfig()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_ll_usart.h98 uint32_t StopBits; /*!< Specifies the number of stop bits transmitted. member
1055 __STATIC_INLINE void LL_USART_SetStopBitsLength(USART_TypeDef *USARTx, uint32_t StopBits) in LL_USART_SetStopBitsLength() argument
1057 MODIFY_REG(USARTx->CR2, USART_CR2_STOP, StopBits); in LL_USART_SetStopBitsLength()
1107 uint32_t StopBits) in LL_USART_ConfigCharacter() argument
1110 MODIFY_REG(USARTx->CR2, USART_CR2_STOP, StopBits); in LL_USART_ConfigCharacter()
A Dstm32f0xx_hal_usart.h72 uint32_t StopBits; /*!< Specifies the number of stop bits transmitted. member
A Dstm32f0xx_hal_smartcard.h74 uint32_t StopBits; /*!< Specifies the number of stop bits. member
A Dstm32f0xx_hal_uart.h77 uint32_t StopBits; /*!< Specifies the number of stop bits transmitted. member
/lk-master/platform/stm32f7xx/
A Duart.c103 u->handle.Init.StopBits = UART_STOPBITS_1; in usart_init_early()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_usart.h73 uint32_t StopBits; /*!< Specifies the number of stop bits transmitted. member
A Dstm32f7xx_hal_smartcard.h73 …uint32_t StopBits; /*!< Specifies the number of stop bits @ref SMARTCARD_Stop_Bit… member
A Dstm32f7xx_hal_uart.h78 uint32_t StopBits; /*!< Specifies the number of stop bits transmitted. member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_smartcard.c897 assert_param(IS_SMARTCARD_STOPBITS(hsc->Init.StopBits)); in SMARTCARD_SetConfig()
926 tmpreg = hsc->Init.StopBits; in SMARTCARD_SetConfig()
A Dstm32f7xx_hal_usart.c1540 assert_param(IS_USART_STOPBITS(husart->Init.StopBits)); in USART_SetConfig()
1564 tmpreg |= ((uint32_t)husart->Init.CLKLastBit | (uint32_t)husart->Init.StopBits); in USART_SetConfig()
A Dstm32f7xx_hal_uart.c1552 assert_param(IS_UART_STOPBITS(huart->Init.StopBits)); in UART_SetConfig()
1572 MODIFY_REG(huart->Instance->CR2, USART_CR2_STOP, huart->Init.StopBits); in UART_SetConfig()

Completed in 42 milliseconds