no-OS
maxim_usb_uart.h
Go to the documentation of this file.
1 /***************************************************************************/
34 #ifndef MAXIM_USB_UART_H_
35 #define MAXIM_USB_UART_H_
36 
37 #include "no_os_irq.h"
38 #include "no_os_uart.h"
39 
44  uint16_t vid;
45  uint16_t pid;
46 };
47 
51 struct max_usb_uart_desc {
53  struct no_os_irq_ctrl_desc *nvic;
54 };
55 
59 extern const struct no_os_uart_platform_ops max_usb_uart_ops;
60 
61 #endif
no_os_uart_platform_ops
Structure holding UART function pointers that point to the platform specific function.
Definition: no_os_uart.h:155
no_os_irq.h
Header file of IRQ interface.
max_usb_uart_desc::nvic
struct no_os_irq_ctrl_desc * nvic
Definition: maxim_usb_uart.h:52
max_usb_uart_ops
const struct no_os_uart_platform_ops max_usb_uart_ops
Maxim specific UART platform ops structure.
Definition: maxim_usb_uart.c:324
max_usb_uart_desc
Platform specific UART state.
Definition: maxim_usb_uart.h:50
max_usb_uart_init_param
Aditional UART config parameters.
Definition: maxim_usb_uart.h:42
max_usb_uart_init_param::vid
uint16_t vid
Definition: maxim_usb_uart.h:43
no_os_uart.h
Header file of UART interface.
max_usb_uart_init_param::pid
uint16_t pid
Definition: maxim_usb_uart.h:44
no_os_irq_ctrl_desc
Definition: no_os_irq.h:123