|
RT-USB-THP
0
USB出力温湿気圧センサモジュールのサンプルプログラムに関する説明
|
#include "LPC13xx.h"#include "usb.h"#include "usbcfg.h"#include "usbreg.h"#include "usbhw.h"#include "usbcore.h"#include "usbuser.h"
関数 | |
| void | USBIOClkConfig (void) |
| void | delay (uint32_t length) |
| uint32_t | EPAdr (uint32_t EPNum) |
| void | WrCmd (uint32_t cmd) |
| void | WrCmdDat (uint32_t cmd, uint32_t val) |
| void | WrCmdEP (uint32_t EPNum, uint32_t cmd) |
| uint32_t | RdCmdDat (uint32_t cmd) |
| void | USB_Init (void) |
| void | USB_Connect (uint32_t con) |
| void | USB_Reset (void) |
| void | USB_Suspend (void) |
| void | USB_Resume (void) |
| void | USB_WakeUp (void) |
| void | USB_WakeUpCfg (uint32_t cfg) |
| void | USB_SetAddress (uint32_t adr) |
| void | USB_Configure (uint32_t cfg) |
| void | USB_ConfigEP (USB_ENDPOINT_DESCRIPTOR *pEPD) |
| void | USB_DirCtrlEP (uint32_t dir) |
| void | USB_EnableEP (uint32_t EPNum) |
| void | USB_DisableEP (uint32_t EPNum) |
| void | USB_ResetEP (uint32_t EPNum) |
| void | USB_SetStallEP (uint32_t EPNum) |
| void | USB_ClrStallEP (uint32_t EPNum) |
| void | USB_ClearEPBuf (uint32_t EPNum) |
| uint32_t | USB_ReadEP (uint32_t EPNum, uint8_t *pData) |
| uint32_t | USB_WriteEP (uint32_t EPNum, uint8_t *pData, uint32_t cnt) |
| uint32_t | USB_GetFrame (void) |
| void | USB_IRQHandler (void) |
| void | USB_IRQ (void) |
| void delay | ( | uint32_t | length | ) |

| void USB_ClearEPBuf | ( | uint32_t | EPNum | ) |

| void USB_ClrStallEP | ( | uint32_t | EPNum | ) |


| void USB_ConfigEP | ( | USB_ENDPOINT_DESCRIPTOR * | pEPD | ) |

| void USB_Configure | ( | uint32_t | cfg | ) |


| void USB_Connect | ( | uint32_t | con | ) |


| void USB_DirCtrlEP | ( | uint32_t | dir | ) |

| void USB_DisableEP | ( | uint32_t | EPNum | ) |


| void USB_EnableEP | ( | uint32_t | EPNum | ) |


| uint32_t USB_GetFrame | ( | void | ) |

| void USB_Init | ( | void | ) |


| void USB_IRQ | ( | void | ) |

| void USB_IRQHandler | ( | void | ) |

| void USB_Reset | ( | void | ) |

| void USB_ResetEP | ( | uint32_t | EPNum | ) |


| void USB_Resume | ( | void | ) |

| void USB_SetAddress | ( | uint32_t | adr | ) |


| void USB_SetStallEP | ( | uint32_t | EPNum | ) |


| void USB_Suspend | ( | void | ) |

| void USB_WakeUp | ( | void | ) |

| void USB_WakeUpCfg | ( | uint32_t | cfg | ) |

| void USBIOClkConfig | ( | void | ) |

| void WrCmd | ( | uint32_t | cmd | ) |
