ZHCUBW5 April 2024
#if defined(__TMS320C28XX__) typedef unsigned char boolean; typedef unsigned int uint8; /*This is 16 bits in C28x*/ typedef unsigned int uint16; typedef unsigned long int uint32; typedef unsigned long long int uint64; #endif