Home
last modified time | relevance | path

Searched refs:USART_GetIntStatus (Results 1 – 23 of 23) sorted by relevance

/bsp/n32g452xx/Libraries/rt_drivers/
A Ddrv_usart.c249 if (USART_GetIntStatus(uart->uart_device, USART_INT_RXDNE) != RESET) in uart_isr()
258 if (USART_GetIntStatus(uart->uart_device, USART_INT_IDLEF) != RESET) in uart_isr()
262 if (USART_GetIntStatus(uart->uart_device, USART_INT_TXC) != RESET) in uart_isr()
/bsp/n32/libraries/n32_drivers/
A Ddrv_usart_v2.c1004 …if (USART_GetIntStatus(uart->handle.Instance, USART_INT_RXDNE) != RESET && USART_GetFlagStatus(uar… in uart_isr()
1011 …else if (USART_GetIntStatus(uart->handle.Instance, USART_INT_TXDE) != RESET && USART_GetFlagStatus… in uart_isr()
1019 …else if (USART_GetIntStatus(uart->handle.Instance, USART_INT_TXC) != RESET && USART_GetFlagStatus(… in uart_isr()
1028 && (USART_GetIntStatus(uart->handle.Instance, USART_INT_IDLEF) != RESET)) in uart_isr()
1040 if (USART_GetIntStatus(uart->handle.Instance, USART_INT_OREF) != RESET) in uart_isr()
1043 if (USART_GetIntStatus(uart->handle.Instance, USART_INT_NEF) != RESET) in uart_isr()
1046 if (USART_GetIntStatus(uart->handle.Instance, USART_INT_FEF) != RESET) in uart_isr()
1049 if (USART_GetIntStatus(uart->handle.Instance, USART_INT_PEF) != RESET) in uart_isr()
A Ddrv_usart.c578 if (USART_GetIntStatus(uart->uart_periph, USART_INT_RXDNE) != RESET && in uart_isr()
584 if (USART_GetIntStatus(uart->uart_periph, USART_INT_TXDE) != RESET && in uart_isr()
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/
A Dn32l43x_usart.h379 INTStatus USART_GetIntStatus(USART_Module* USARTx, uint16_t USART_INT);
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/
A Dn32wb452_usart.h380 INTStatus USART_GetIntStatus(USART_Module* USARTx, uint16_t USART_INT);
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/
A Dn32l40x_usart.h379 INTStatus USART_GetIntStatus(USART_Module* USARTx, uint16_t USART_INT);
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/
A Dn32g4fr_usart.h380 INTStatus USART_GetIntStatus(USART_Module* USARTx, uint16_t USART_INT);
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/
A Dn32g43x_usart.h379 INTStatus USART_GetIntStatus(USART_Module* USARTx, uint16_t USART_INT);
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/
A Dn32g45x_usart.h380 INTStatus USART_GetIntStatus(USART_Module* USARTx, uint16_t USART_INT);
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/
A Dn32g45x_usart.h380 INTStatus USART_GetIntStatus(USART_Module* USARTx, uint16_t USART_INT);
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_usart.h446 FlagStatus USART_GetIntStatus(HT_USART_TypeDef* USARTx, u32 USART_FLAG_x);
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/
A Dn32l43x_usart.c857 INTStatus USART_GetIntStatus(USART_Module* USARTx, uint16_t USART_INT) in USART_GetIntStatus() function
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/
A Dn32l40x_usart.c857 INTStatus USART_GetIntStatus(USART_Module* USARTx, uint16_t USART_INT) in USART_GetIntStatus() function
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/
A Dn32g43x_usart.c857 INTStatus USART_GetIntStatus(USART_Module* USARTx, uint16_t USART_INT) in USART_GetIntStatus() function
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_usart.c314 FlagStatus USART_GetIntStatus(HT_USART_TypeDef* USARTx, u32 USART_INT_x) in USART_GetIntStatus() function
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/src/
A Dn32g4fr_usart.c875 INTStatus USART_GetIntStatus(USART_Module* USARTx, uint16_t USART_INT) in USART_GetIntStatus() function
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/
A Dn32g45x_usart.c875 INTStatus USART_GetIntStatus(USART_Module* USARTx, uint16_t USART_INT) in USART_GetIntStatus() function
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/src/
A Dn32wb452_usart.c875 INTStatus USART_GetIntStatus(USART_Module* USARTx, uint16_t USART_INT) in USART_GetIntStatus() function
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_usart.h525 FlagStatus USART_GetIntStatus(HT_USART_TypeDef* USARTx, u32 USART_FLAG_x);
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/
A Dn32g45x_usart.c870 INTStatus USART_GetIntStatus(USART_Module* USARTx, uint16_t USART_INT) in USART_GetIntStatus() function
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_usart.c335 FlagStatus USART_GetIntStatus(HT_USART_TypeDef* USARTx, u32 USART_INT_x) in USART_GetIntStatus() function
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/
A DRelease_Notes.txt571 + Add "USART_GetIntStatus()" function to get the enabled interrupt source.
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/
A DRelease_Notes.txt1305 + Add "USART_GetIntStatus()" function to get the both enabled and occurred interrupt source.

Completed in 63 milliseconds