clang 19.0.0git
Public Attributes | List of all members
clang::targets::MCUInfo Struct Reference

Information about a specific microcontroller. More...

Public Attributes

const char * Name
 
const char * DefineName
 
StringRef Arch
 
const int NumFlashBanks
 

Detailed Description

Information about a specific microcontroller.

Definition at line 24 of file AVR.cpp.

Member Data Documentation

◆ Arch

StringRef clang::targets::MCUInfo::Arch

Definition at line 27 of file AVR.cpp.

◆ DefineName

const char* clang::targets::MCUInfo::DefineName

Definition at line 26 of file AVR.cpp.

◆ Name

const char* clang::targets::MCUInfo::Name

◆ NumFlashBanks

const int clang::targets::MCUInfo::NumFlashBanks

Definition at line 28 of file AVR.cpp.


The documentation for this struct was generated from the following file: