Searched refs:USART_LastBit (Results 1 – 12 of 12) sorted by relevance
290 assert_param(IS_USART_LASTBIT(USART_ClockInitStruct->USART_LastBit)); in USART_ClockInit()302 USART_ClockInitStruct->USART_CPHA | USART_ClockInitStruct->USART_LastBit; in USART_ClockInit()319 USART_ClockInitStruct->USART_LastBit = USART_LastBit_Disable; in USART_ClockStructInit()
212 assert_param(IS_USART_LASTBIT(USART_ClockInitStruct->USART_LastBit)); in USART_ClockInit()223 USART_ClockInitStruct->USART_CPHA | USART_ClockInitStruct->USART_LastBit); in USART_ClockInit()240 USART_ClockInitStruct->USART_LastBit = USART_LastBit_Disable; in USART_ClockStructInit()
203 USART_ClockInitStruct->USART_CPHA | USART_ClockInitStruct->USART_LastBit; in USART_ClockInit()219 USART_ClockInitStruct->USART_LastBit = USART_LastBit_Disable; in USART_ClockStructInit()
202 USART_ClockInitStruct->USART_CPHA | USART_ClockInitStruct->USART_LastBit; in USART_ClockInit()218 USART_ClockInitStruct->USART_LastBit = USART_LastBit_Disable; in USART_ClockStructInit()
217 USART_ClockInitStruct->USART_CPHA | USART_ClockInitStruct->USART_LastBit; in USART_ClockInit()236 USART_ClockInitStruct->USART_LastBit = USART_LastBit_Disable; in USART_ClockStructInit()
61 …uint16_t USART_LastBit; /*!< Specifies whether the clock pulse corresponding to the last transmitt… member
61 uint16_t USART_LastBit; /* Specifies whether the clock pulse corresponding to the last transmitted member
61 … uint16_t USART_LastBit; /* Specifies whether the clock pulse corresponding to the last transmitted member
310 assert_param(IS_USART_LASTBIT(USART_ClockInitStruct->USART_LastBit)); in USART_ClockInit()321 USART_ClockInitStruct->USART_CPHA | USART_ClockInitStruct->USART_LastBit); in USART_ClockInit()338 USART_ClockInitStruct->USART_LastBit = USART_LastBit_Disable; in USART_ClockStructInit()
72 …uint16_t USART_LastBit; /*!< Specifies whether the clock pulse corresponding to the last transmitt… member
80 …uint32_t USART_LastBit; /*!< Specifies whether the clock pulse corresponding to the last… member
79 …uint32_t USART_LastBit; /*!< Specifies whether the clock pulse corresponding to the last… member
Completed in 50 milliseconds