no-OS
Loading...
Searching...
No Matches
mac_uart.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef MAC_UART_H_
34#define MAC_UART_H_
35
36#include "no_os_uart.h"
37
45 const char *device_id;
46};
47
51extern const struct no_os_uart_platform_ops mac_uart_ops;
52
53#endif // MAC_UART_H_
const struct no_os_uart_platform_ops mac_uart_ops
mac platform specific UART platform ops structure
Definition mac_uart.c:299
Header file of UART interface.
Structure holding the initialization parameters for Mac platform specific UART parameters.
Definition mac_uart.h:43
const char * device_id
Definition mac_uart.h:45
Structure holding UART function pointers that point to the platform specific function.
Definition no_os_uart.h:143