Home
last modified time | relevance | path

Searched refs:USART_LastBit (Results 1 – 6 of 6) sorted by relevance

/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_usart.c374 assert_param(IS_USART_LASTBIT(USART_ClockInitStruct->USART_LastBit)); in USART_ClockInit()
386 USART_ClockInitStruct->USART_CPHA | USART_ClockInitStruct->USART_LastBit; in USART_ClockInit()
403 USART_ClockInitStruct->USART_LastBit = USART_LastBit_Disable; in USART_ClockStructInit()
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_usart.c307 assert_param(IS_USART_LASTBIT(USART_ClockInitStruct->USART_LastBit)); in USART_ClockInit()
319 USART_ClockInitStruct->USART_CPHA | USART_ClockInitStruct->USART_LastBit; in USART_ClockInit()
336 USART_ClockInitStruct->USART_LastBit = USART_LastBit_Disable; in USART_ClockStructInit()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_usart.c387 assert_param(IS_USART_LASTBIT(USART_ClockInitStruct->USART_LastBit)); in USART_ClockInit()
399 USART_ClockInitStruct->USART_CPHA | USART_ClockInitStruct->USART_LastBit; in USART_ClockInit()
416 USART_ClockInitStruct->USART_LastBit = USART_LastBit_Disable; in USART_ClockStructInit()
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_usart.h93 …uint16_t USART_LastBit; /*!< Specifies whether the clock pulse corresponding to the last transmitt… member
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_usart.h99 …uint16_t USART_LastBit; /*!< Specifies whether the clock pulse corresponding to the last transmitt… member
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_usart.h99 …uint16_t USART_LastBit; /*!< Specifies whether the clock pulse corresponding to the last transmitt… member

Completed in 20 milliseconds