libxr
1.0
Want to be the best embedded framework
Loading...
Searching...
No Matches
ch32_usb.hpp
1
#pragma once
2
3
#include "libxr_def.hpp"
4
#include DEF2STR(LIBXR_CH32_CONFIG_FILE)
5
6
namespace
LibXR
7
{
8
12
typedef
enum : uint8_t
13
{
14
#if defined(USBFSD)
15
CH32_USB_OTG_FS,
16
#endif
17
#if defined(USBHSD)
18
CH32_USB_OTG_HS,
19
#endif
20
CH32_USB_DEV_ID_NUM
21
}
ch32_usb_dev_id_t
;
22
23
}
// namespace LibXR
LibXR
LibXR 命名空间
Definition
ch32_can.hpp:14
LibXR::ch32_usb_dev_id_t
ch32_usb_dev_id_t
CH32 USB 控制器编号 / CH32 USB controller identifiers.
Definition
ch32_usb.hpp:13
driver
ch
ch32_usb.hpp
Generated by
1.12.0