Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dusart.h65 void usartClose(const struct usart* __restrict usart);
/device/google/contexthub/firmware/os/platform/stm32/
Dusart.c132 void usartClose(const struct usart* __restrict usart) in usartClose() function
Dplatform.c123 usartClose(&mDbgUart); in platUninitialize()