|
RT-AICHIP-sample
|

マクロ定義 | |
| #define | CDC_DEP_IN 0x83 |
| #define | CDC_DEP_OUT 0x03 |
| #define | CDC_CEP_IN 0x81 |
関数 | |
| int | CDC_RdOutBuf (char *buffer, const int *length) |
| int | CDC_WrOutBuf (const char *buffer, int *length) |
| int | CDC_OutBufAvailChar (int *availChar) |
| uint32_t | CDC_SendEncapsulatedCommand (void) |
| uint32_t | CDC_GetEncapsulatedResponse (void) |
| uint32_t | CDC_SetCommFeature (unsigned short wFeatureSelector) |
| uint32_t | CDC_GetCommFeature (unsigned short wFeatureSelector) |
| uint32_t | CDC_ClearCommFeature (unsigned short wFeatureSelector) |
| uint32_t | CDC_GetLineCoding (void) |
| uint32_t | CDC_SetLineCoding (void) |
| uint32_t | CDC_SetControlLineState (unsigned short wControlSignalBitmap) |
| uint32_t | CDC_SendBreak (unsigned short wDurationOfBreak) |
| void | CDC_BulkIn (void) |
| void | CDC_BulkOut (void) |
| void | CDC_NotificationIn (void) |
| void | CDC_Init (void) |
| unsigned short | CDC_GetSerialState (void) |
変数 | |
| unsigned short | CDC_DepInEmpty |
| uint32_t CDC_ClearCommFeature | ( | unsigned short | wFeatureSelector | ) |
| uint32_t CDC_GetCommFeature | ( | unsigned short | wFeatureSelector | ) |
| uint32_t CDC_SetCommFeature | ( | unsigned short | wFeatureSelector | ) |
| uint32_t CDC_SetControlLineState | ( | unsigned short | wControlSignalBitmap | ) |