Searched refs:StopBits (Results 1 – 15 of 15) sorted by relevance
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/ |
A D | stm32f0xx_ll_usart.c | 272 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 D | stm32f0xx_hal_smartcard.c | 1679 assert_param(IS_SMARTCARD_STOPBITS(hsmartcard->Init.StopBits)); in SMARTCARD_SetConfig() 1701 tmpreg = hsmartcard->Init.StopBits; in SMARTCARD_SetConfig()
|
A D | stm32f0xx_hal_usart.c | 2183 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 D | stm32f0xx_hal_uart.c | 2120 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 D | stm32f0xx_ll_usart.h | 98 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 D | stm32f0xx_hal_usart.h | 72 uint32_t StopBits; /*!< Specifies the number of stop bits transmitted. member
|
A D | stm32f0xx_hal_smartcard.h | 74 uint32_t StopBits; /*!< Specifies the number of stop bits. member
|
A D | stm32f0xx_hal_uart.h | 77 uint32_t StopBits; /*!< Specifies the number of stop bits transmitted. member
|
/lk-master/platform/stm32f7xx/ |
A D | uart.c | 103 u->handle.Init.StopBits = UART_STOPBITS_1; in usart_init_early()
|
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/ |
A D | stm32f7xx_hal_usart.h | 73 uint32_t StopBits; /*!< Specifies the number of stop bits transmitted. member
|
A D | stm32f7xx_hal_smartcard.h | 73 …uint32_t StopBits; /*!< Specifies the number of stop bits @ref SMARTCARD_Stop_Bit… member
|
A D | stm32f7xx_hal_uart.h | 78 uint32_t StopBits; /*!< Specifies the number of stop bits transmitted. member
|
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/ |
A D | stm32f7xx_hal_smartcard.c | 897 assert_param(IS_SMARTCARD_STOPBITS(hsc->Init.StopBits)); in SMARTCARD_SetConfig() 926 tmpreg = hsc->Init.StopBits; in SMARTCARD_SetConfig()
|
A D | stm32f7xx_hal_usart.c | 1540 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 D | stm32f7xx_hal_uart.c | 1552 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