Searched refs:UINT8_C (Results 1 – 2 of 2) sorted by relevance
139 1. 缺少INT8_C和UINT8_C宏定义,手动在pins_arduino.h或其他Arduino头文件中添加 145 #ifndef UINT8_C146 #define UINT8_C(x) ((uint8_t)x)
491 #define UINT8_C(value) ((uint_least8_t)(value)) macro
Completed in 10 milliseconds