Home
last modified time | relevance | path

Searched refs:USART_ClrFlag (Results 1 – 16 of 16) sorted by relevance

/bsp/n32/libraries/n32_drivers/
A Ddrv_usart_v2.c833 USART_ClrFlag(uart->handle.Instance, USART_FLAG_RXDNE); in n32_control()
839 USART_ClrFlag(uart->handle.Instance, USART_FLAG_TXDE); in n32_control()
846 USART_ClrFlag(uart->handle.Instance, USART_FLAG_RXDNE); in n32_control()
852 USART_ClrFlag(uart->handle.Instance, USART_FLAG_TXC); in n32_control()
869 USART_ClrFlag(uart->handle.Instance, USART_INT_RXDNE); in n32_control()
874 USART_ClrFlag(uart->handle.Instance, USART_INT_TXC); in n32_control()
1022 USART_ClrFlag(uart->handle.Instance, USART_INT_TXC); in uart_isr()
1054 USART_ClrFlag(uart->handle.Instance, USART_FLAG_TXC); in uart_isr()
1058 USART_ClrFlag(uart->handle.Instance, USART_FLAG_RXDNE); in uart_isr()
1595 USART_ClrFlag(uart->handle.Instance, USART_INT_IDLEF); in n32_uart_dma_config()
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/
A Dn32l43x_usart.h378 void USART_ClrFlag(USART_Module* USARTx, uint16_t USART_FLAG);
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/
A Dn32wb452_usart.h379 void USART_ClrFlag(USART_Module* USARTx, uint16_t USART_FLAG);
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/
A Dn32l40x_usart.h378 void USART_ClrFlag(USART_Module* USARTx, uint16_t USART_FLAG);
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/
A Dn32g4fr_usart.h379 void USART_ClrFlag(USART_Module* USARTx, uint16_t USART_FLAG);
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/
A Dn32g43x_usart.h378 void USART_ClrFlag(USART_Module* USARTx, uint16_t USART_FLAG);
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/
A Dn32g45x_usart.h379 void USART_ClrFlag(USART_Module* USARTx, uint16_t USART_FLAG);
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/
A Dn32g45x_usart.h379 void USART_ClrFlag(USART_Module* USARTx, uint16_t USART_FLAG);
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/
A Dn32l43x_usart.c824 void USART_ClrFlag(USART_Module* USARTx, uint16_t USART_FLAG) in USART_ClrFlag() function
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/
A Dn32l40x_usart.c824 void USART_ClrFlag(USART_Module* USARTx, uint16_t USART_FLAG) in USART_ClrFlag() function
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/
A Dn32g43x_usart.c824 void USART_ClrFlag(USART_Module* USARTx, uint16_t USART_FLAG) in USART_ClrFlag() function
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/src/
A Dn32g4fr_usart.c842 void USART_ClrFlag(USART_Module* USARTx, uint16_t USART_FLAG) in USART_ClrFlag() function
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/
A Dn32g45x_usart.c842 void USART_ClrFlag(USART_Module* USARTx, uint16_t USART_FLAG) in USART_ClrFlag() function
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/src/
A Dn32wb452_usart.c842 void USART_ClrFlag(USART_Module* USARTx, uint16_t USART_FLAG) in USART_ClrFlag() function
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/
A Dn32g45x_usart.c837 void USART_ClrFlag(USART_Module* USARTx, uint16_t USART_FLAG) in USART_ClrFlag() function
/bsp/n32g452xx/Libraries/rt_drivers/
A Ddrv_usart.c101 USART_ClrFlag(uart->uart_device, USART_FLAG_TXDE | USART_FLAG_TXC); in n32_uart_configure()

Completed in 41 milliseconds