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
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
51struct max_usb_uart_desc {
53 struct no_os_irq_ctrl_desc *nvic;
54};
55
60
61#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