|
RT-USB-THP
0
USB出力温湿気圧センサモジュールのサンプルプログラムに関する説明
|
データ構造 | |
| struct | _PWRD |
| struct | _ROM |
マクロ定義 | |
| #define | PWRROMD_PRESENT |
| #define | CPU_FREQ_EQU 0 |
| #define | CPU_FREQ_LTE 1 |
| #define | CPU_FREQ_GTE 2 |
| #define | CPU_FREQ_CLOSE 3 |
| #define | PLL_CMD_CUCCESS 0 |
| #define | PLL_INVALID_FREQ 1 |
| #define | PLL_INVALID_MODE 2 |
| #define | PLL_FREQ_NOT_FOUND 3 |
| #define | PLL_NOT_LOCKED 4 |
| #define | PARAM_DEFAULT 0 |
| #define | PARAM_CPU_PERFORMANCE 1 |
| #define | PARAM_EFFICIENCY 2 |
| #define | PARAM_LOW_CURRENT 3 |
| #define | PARAM_CMD_CUCCESS 0 |
| #define | PARAM_INVALID_FREQ 1 |
| #define | PARAM_INVALID_MODE 2 |
| #define | MAX_CLOCK_KHZ_PARAM 72000 |
型定義 | |
| typedef struct _PWRD | PWRD |
| typedef struct _ROM | ROM |
| #define CPU_FREQ_CLOSE 3 |
| #define CPU_FREQ_EQU 0 |
| #define CPU_FREQ_GTE 2 |
| #define CPU_FREQ_LTE 1 |
| #define MAX_CLOCK_KHZ_PARAM 72000 |
| #define PARAM_CMD_CUCCESS 0 |
| #define PARAM_CPU_PERFORMANCE 1 |
| #define PARAM_DEFAULT 0 |
| #define PARAM_EFFICIENCY 2 |
| #define PARAM_INVALID_FREQ 1 |
| #define PARAM_INVALID_MODE 2 |
| #define PARAM_LOW_CURRENT 3 |
| #define PLL_CMD_CUCCESS 0 |
| #define PLL_FREQ_NOT_FOUND 3 |
| #define PLL_INVALID_FREQ 1 |
| #define PLL_INVALID_MODE 2 |
| #define PLL_NOT_LOCKED 4 |
| #define PWRROMD_PRESENT |