|
RT-USB-THP
0
USB出力温湿気圧センサモジュールのサンプルプログラムに関する説明
|
#include "type.h"#include "usb.h"#include "usbcfg.h"#include "usbhw.h"#include "usbcore.h"#include "usbdesc.h"#include "usbuser.h"
関数 | |
| void | USB_ResetCore (void) |
| void | USB_SetupStage (void) |
| void | USB_DataInStage (void) |
| void | USB_DataOutStage (void) |
| void | USB_StatusInStage (void) |
| void | USB_StatusOutStage (void) |
| __inline uint32_t | USB_ReqGetStatus (void) |
| __inline uint32_t | USB_ReqSetClrFeature (uint32_t sc) |
| __inline uint32_t | USB_ReqSetAddress (void) |
| __inline uint32_t | USB_ReqGetDescriptor (void) |
| __inline uint32_t | USB_ReqGetConfiguration (void) |
| __inline void | UsbAddPtr (void **vpptr, uint32_t n) |
| __inline uint32_t | USB_ReqSetConfiguration (void) |
| __inline uint32_t | USB_ReqGetInterface (void) |
| __inline uint32_t | USB_ReqSetInterface (void) |
| void | USB_EndPoint0 (uint32_t event) |
| void USB_DataInStage | ( | void | ) |


| void USB_DataOutStage | ( | void | ) |


| void USB_EndPoint0 | ( | uint32_t | event | ) |

| __inline uint32_t USB_ReqGetConfiguration | ( | void | ) |

| __inline uint32_t USB_ReqGetDescriptor | ( | void | ) |

| __inline uint32_t USB_ReqGetInterface | ( | void | ) |

| __inline uint32_t USB_ReqGetStatus | ( | void | ) |

| __inline uint32_t USB_ReqSetAddress | ( | void | ) |

| __inline uint32_t USB_ReqSetConfiguration | ( | void | ) |


| __inline uint32_t USB_ReqSetInterface | ( | void | ) |


| void USB_ResetCore | ( | void | ) |
| void USB_SetupStage | ( | void | ) |


| void USB_StatusInStage | ( | void | ) |


| void USB_StatusOutStage | ( | void | ) |


| __inline void UsbAddPtr | ( | void ** | vpptr, |
| uint32_t | n | ||
| ) |

| uint8_t EP0Buf[USB_MAX_PACKET0] |
| USB_EP_DATA EP0Data |
| USB_SETUP_PACKET SetupPacket |
| uint8_t USB_AltSetting[USB_IF_NUM] |
| uint8_t USB_Configuration |
| uint8_t USB_DeviceAddress |
| uint16_t USB_DeviceStatus |
| uint32_t USB_EndPointHalt |
| uint32_t USB_EndPointMask |
| uint32_t USB_EndPointStall |
| uint8_t USB_NumInterfaces |