no-OS
maxim_usb_uart.h
Go to the documentation of this file.
1 /***************************************************************************/
33 #ifndef MAXIM_USB_UART_H_
34 #define MAXIM_USB_UART_H_
35 
36 #include "no_os_irq.h"
37 #include "no_os_uart.h"
38 
43  uint16_t vid;
44  uint16_t pid;
45 };
46 
50 struct max_usb_uart_desc {
52  struct no_os_irq_ctrl_desc *nvic;
53 };
54 
58 extern const struct no_os_uart_platform_ops max_usb_uart_ops;
59 
60 #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