HomeSort by relevance Sort by last modified time
    Searched full:default_mcu (Results 1 - 1 of 1) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-avr.c 338 static struct mcu_type_s default_mcu = {"avr2", AVR_ISA_AVR2, bfd_mach_avr2}; variable in typeref:struct:mcu_type_s
340 static struct mcu_type_s * avr_mcu = & default_mcu;
578 if (avr_mcu == &default_mcu || avr_mcu->mach == mcu_types[i].mach)
    [all...]

Completed in 92 milliseconds