Home
last modified time | relevance | path

Searched refs:usartFlush (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dusart.h66 void usartFlush(const struct usart* __restrict usart);
/device/google/contexthub/firmware/os/platform/stm32/
Dusart.c151 void usartFlush(const struct usart* __restrict usart) in usartFlush() function
Dplatform.c188 usartFlush(&mDbgUart); in platLogFlush()