no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
stm32_usb_uart.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef _STM32_USB_UART_H_
34#define _STM32_USB_UART_H_
35
36#include <stdint.h>
37#include <stdbool.h>
38#include "no_os_uart.h"
39#include "stm32_hal.h"
40#include "usbd_cdc.h"
41
48 USBD_HandleTypeDef *husbdevice;
49};
50
57 USBD_HandleTypeDef *husbdevice;
59 struct lf256fifo *fifo;
60};
61
66
67#endif
Header file of UART interface.
const struct no_os_uart_platform_ops stm32_usb_uart_ops
STM32 platform specific UART platform ops structure.
Definition stm32_usb_uart.c:277
Structure holding UART function pointers that point to the platform specific function.
Definition no_os_uart.h:143
stm32 platform specific UART over USB descriptor.
Definition stm32_usb_uart.h:55
USBD_HandleTypeDef * husbdevice
Definition stm32_usb_uart.h:57
struct lf256fifo * fifo
Definition stm32_usb_uart.h:59
Specific initialization parameters for stm32 UART over USB.
Definition stm32_usb_uart.h:46
USBD_HandleTypeDef * husbdevice
Definition stm32_usb_uart.h:48