Searched defs:MCUInfo (Results 1 – 1 of 1) sorted by relevance
24 struct LLVM_LIBRARY_VISIBILITY MCUInfo { struct25 const char *Name;26 const char *DefineName;27 StringRef Arch; // The __AVR_ARCH__ value.28 const int NumFlashBanks; // Set to 0 for the devices do not support LPM/ELPM.