|
RT-USB-THP
0
USB出力温湿気圧センサモジュールのサンプルプログラムに関する説明
|

マクロ定義 | |
| #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 |
| #define CDC_CEP_IN 0x81 |
| #define CDC_DEP_IN 0x83 |
| #define CDC_DEP_OUT 0x03 |
| void CDC_BulkIn | ( | void | ) |


| void CDC_BulkOut | ( | void | ) |


| uint32_t CDC_ClearCommFeature | ( | unsigned short | wFeatureSelector | ) |

| uint32_t CDC_GetCommFeature | ( | unsigned short | wFeatureSelector | ) |

| uint32_t CDC_GetEncapsulatedResponse | ( | void | ) |

| uint32_t CDC_GetLineCoding | ( | void | ) |

| unsigned short CDC_GetSerialState | ( | void | ) |


| void CDC_Init | ( | void | ) |
| void CDC_NotificationIn | ( | void | ) |


| int CDC_OutBufAvailChar | ( | int * | availChar | ) |
| int CDC_RdOutBuf | ( | char * | buffer, |
| const int * | length | ||
| ) |
| uint32_t CDC_SendBreak | ( | unsigned short | wDurationOfBreak | ) |

| uint32_t CDC_SendEncapsulatedCommand | ( | void | ) |

| uint32_t CDC_SetCommFeature | ( | unsigned short | wFeatureSelector | ) |

| uint32_t CDC_SetControlLineState | ( | unsigned short | wControlSignalBitmap | ) |

| uint32_t CDC_SetLineCoding | ( | void | ) |


| int CDC_WrOutBuf | ( | const char * | buffer, |
| int * | length | ||
| ) |

| unsigned short CDC_DepInEmpty |