no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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
50struct max_usb_uart_desc {
52 struct no_os_irq_ctrl_desc *nvic;
53};
54
59
60#endif
const struct no_os_uart_platform_ops max_usb_uart_ops
Maxim platform specific UART platform ops structure.
Definition maxim_usb_uart.c:324
Header file of IRQ interface.
Header file of UART interface.
Platform specific UART state.
Definition maxim_usb_uart.h:50
struct no_os_irq_ctrl_desc * nvic
Definition maxim_usb_uart.h:52
Aditional UART config parameters.
Definition maxim_usb_uart.h:42
uint16_t pid
Definition maxim_usb_uart.h:44
uint16_t vid
Definition maxim_usb_uart.h:43
Structure holding UART function pointers that point to the platform specific function.
Definition no_os_uart.h:143