Searched refs:AVRMcus (Results 1 – 1 of 1) sorted by relevance
32 static MCUInfo AVRMcus[] = { variable406 AVRMcus, [&](const MCUInfo &Info) { return Info.Name == Name; }); in isValidCPUName()410 for (const MCUInfo &Info : AVRMcus) in fillValidCPUList()417 AVRMcus, [&](const MCUInfo &Info) { return Info.Name == Name; }); in setCPU()418 if (It != std::end(AVRMcus)) { in setCPU()