Home
last modified time | relevance | path

Searched defs:usart (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Dusart.h27 struct usart struct
29 struct Gpio *tx;
30 struct Gpio *rx;
31 uint8_t unit;
/device/google/contexthub/firmware/os/platform/native/inc/plat/
Dusart.h26 struct usart struct
28 uint8_t unit;
/device/google/contexthub/firmware/os/platform/stm32/
Dusart.c85 void usartOpen(struct usart* __restrict usart, UsartPort port, in usartOpen()
132 void usartClose(const struct usart* __restrict usart) in usartClose()
147 void usartPutchar(const struct usart* __restrict usart, char c) in usartPutchar()