ICARUS OS (Intelligent Cooperative Architecture for Real-time Unified Systems) 0.1.0
Preemptive Real-Time Operating System for ARM Cortex-M7
Loading...
Searching...
No Matches
usb.h
Go to the documentation of this file.
1
24#ifndef BSP_USB_H
25#define BSP_USB_H
26
27#ifdef __cplusplus
28extern "C" {
29#endif
30
31#include <stdint.h>
32
40
49uint8_t CDC_Transmit_FS(uint8_t* buf, uint16_t len);
50
51#ifdef __cplusplus
52}
53#endif
54
55#endif /* BSP_USB_H */
void MX_USB_DEVICE_Init(void)
Initialize USB Device.
uint8_t CDC_Transmit_FS(uint8_t *buf, uint16_t len)
Transmit data over USB CDC.