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
43
struct
mac_uart_init_param
{
45
const
char
*
device_id
;
46
};
47
51
extern
const
struct
no_os_uart_platform_ops
mac_uart_ops
;
52
53
#endif
// MAC_UART_H_
mac_uart_ops
const struct no_os_uart_platform_ops mac_uart_ops
mac platform specific UART platform ops structure
Definition
mac_uart.c:299
no_os_uart.h
Header file of UART interface.
mac_uart_init_param
Structure holding the initialization parameters for Mac platform specific UART parameters.
Definition
mac_uart.h:43
mac_uart_init_param::device_id
const char * device_id
Definition
mac_uart.h:45
no_os_uart_platform_ops
Structure holding UART function pointers that point to the platform specific function.
Definition
no_os_uart.h:143
drivers
platform
mac
mac_uart.h
Copyright © 2024
Analog Devices Inc.
. All Rights Reserved.