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
28
extern
"C"
{
29
#endif
30
31
#include <stdint.h>
32
39
void
MX_USB_DEVICE_Init
(
void
);
40
49
uint8_t
CDC_Transmit_FS
(uint8_t* buf, uint16_t len);
50
51
#ifdef __cplusplus
52
}
53
#endif
54
55
#endif
/* BSP_USB_H */
MX_USB_DEVICE_Init
void MX_USB_DEVICE_Init(void)
Initialize USB Device.
CDC_Transmit_FS
uint8_t CDC_Transmit_FS(uint8_t *buf, uint16_t len)
Transmit data over USB CDC.
Core
Inc
bsp
usb.h
Generated on Fri Apr 17 2026 13:48:31 for ICARUS OS (Intelligent Cooperative Architecture for Real-time Unified Systems) by
1.9.8