MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / UART_ClearInt

Function UART_ClearInt

bsp/CME_M7/StdPeriph_Driver/src/cmem7_uart.c:134–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void UART_ClearInt(UART0_Type* UARTx, uint32_t Int) {
135 assert_param(IS_UART_ALL_PERIPH(UARTx));
136 assert_param(IS_UART_INT(Int));
137
138 UARTx->INT_SEEN = Int;
139}
140
141uint8_t UART_Write(UART0_Type* UARTx, uint8_t Size, uint8_t* Data) {
142 uint8_t count;

Callers 2

CME_M7_controlFunction · 0.85
CME_UART_IRQHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected