**
* @brief Clears the USARTx抯 interrupt pending bits.
* @param USARTx: Select the USART peripheral.
* This parameter can be one of the following values:
* USART1, USART2 or USART3.
* @param USART_IT: specifies the interrupt pending bit to clear.
* This parameter can be one of the following values:
* @arg USART_IT_CTS: CTS change interrupt
* @arg USART_IT_LBD: LIN Break detection interrupt
* @arg USART_IT_TC: Transmission complete interrupt.
* @arg USART_IT_RXNE: Receive Data register not empty interrupt.
*
* @note
* - PE (Parity error), FE (Framing error), NE (Noise error), ORE (OverRun
* error) and IDLE (Idle line detected) pending bits are cleared by
* software sequence: a read operation to USART_SR register
* (USART_GetITStatus()) followed by a read operation to USART_DR register
* (USART_ReceiveData()).
* - RXNE pending bit can be also cleared by a read to the USART_DR register
* (USART_ReceiveData()).
RE:【原创教程】《零死角玩转STM32》初级/中级/高级/系统篇-480页PDF教程
回复:【原创教程】《零死角玩转STM32》初级/中级/高级/系统篇-480页PDF教程
《零死角玩转STM32》-系统篇教程
好东西,学习学习
回复:【原创教程】《零死角玩转STM32》初级/中级/高级/系统篇-480页PDF教程
回复:【原创教程】《零死角玩转STM32》初级/中级/高级/系统篇-480页PDF教程
RE:【原创教程】《零死角玩转STM32》初级/中级/高级/系统篇-480页PDF教程
RE:【原创教程】《零死角玩转STM32》初级/中级/高级/系统篇-480页PDF教程
RE:【原创教程】《零死角玩转STM32》初级/中级/高级/系统篇-480页PDF教程
RE:【原创教程】《零死角玩转STM32》初级/中级/高级/系统篇-480页PDF教程
回复:【原创教程】《零死角玩转STM32》初级/中级/高级/系统篇-480页PDF教程
RE:【原创教程】《零死角玩转STM32》初级/中级/高级/系统篇-480页PDF教程
沙发
沙发
RE:【原创教程】《零死角玩转STM32》初级/中级/高级/系统篇-480页PDF教程
RE:【原创教程】《零死角玩转STM32》初级/中级/高级/系统篇-480页PDF教程
* @brief Clears the USARTx抯 interrupt pending bits.
* @param USARTx: Select the USART peripheral.
* This parameter can be one of the following values:
* USART1, USART2 or USART3.
* @param USART_IT: specifies the interrupt pending bit to clear.
* This parameter can be one of the following values:
* @arg USART_IT_CTS: CTS change interrupt
* @arg USART_IT_LBD: LIN Break detection interrupt
* @arg USART_IT_TC: Transmission complete interrupt.
* @arg USART_IT_RXNE: Receive Data register not empty interrupt.
*
* @note
* - PE (Parity error), FE (Framing error), NE (Noise error), ORE (OverRun
* error) and IDLE (Idle line detected) pending bits are cleared by
* software sequence: a read operation to USART_SR register
* (USART_GetITStatus()) followed by a read operation to USART_DR register
* (USART_ReceiveData()).
* - RXNE pending bit can be also cleared by a read to the USART_DR register
* (USART_ReceiveData()).
RE:【原创教程】《零死角玩转STM32》初级/中级/高级/系统篇-480页PDF教程
RE:【原创教程】《零死角玩转STM32》初级/中级/高级/系统篇-480页PDF教程
回复:【原创教程】《零死角玩转STM32》初级/中级/高级/系统篇-480页PDF教程