PSoC 型対応表

Last-modified: 2013-09-18 (水) 14:37:33
 
 

整数型

ビット数符号volatilePSoC 1PSoC 3
基本型推奨表記基本型
8なしなしunsigned charBYTEuint8
8ありなしcharCHARint8
8なしありvolatile unsigned charreg8
16なしなしunsigned shortWORDuint16
unsigned int
16ありなしshortINTint16
int
16ありありvolatile unsigned intreg16
32なしなしunsigned longDWORDuint32
32ありなしlongLONGint32

真理値型

種類型名
PSoC 1BOOLTRUEFALSE
PSoC 3bit10

浮動小数点型