Home
last modified time | relevance | path

Searched refs:DEV_STM8L15x46 (Results 1 – 4 of 4) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/
H A Dglobals.cc532 {"L15x46" , CPU_STM8L, DEV_STM8L15x46 , "L" , "151x[46], 152x[46]"},
533 {"L151G4" , CPU_STM8L, DEV_STM8L15x46 , "L" , "151x[46], 152x[46]"},
534 {"L151G6" , CPU_STM8L, DEV_STM8L15x46 , "L" , "151x[46], 152x[46]"},
535 {"L1514" , CPU_STM8L, DEV_STM8L15x46 , "L" , "151x[46], 152x[46]"},
536 {"L1524" , CPU_STM8L, DEV_STM8L15x46 , "L" , "151x[46], 152x[46]"},
537 {"L1516" , CPU_STM8L, DEV_STM8L15x46 , "L" , "151x[46], 152x[46]"},
538 {"L1526" , CPU_STM8L, DEV_STM8L15x46 , "L" , "151x[46], 152x[46]"},
539 {"STM8L15x46" , CPU_STM8L, DEV_STM8L15x46 , "L" , "151x[46], 152x[46]"},
540 {"LDISC" , CPU_STM8L, DEV_STM8L15x46 , "L" , "151x[46], 152x[46]"},
H A Dstypes.h196 DEV_STM8L15x46 = 0x10000000, enumerator
203 DEV_STM8L15x46|
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/stm8.src/test/
H A Dstm8.h46 #define DEV_STM8L15x46 0x10000000 macro
54 DEV_STM8L15x46|\
62 #define DEV_STM8LDISC DEV_STM8L15x46
63 #define DEV_LDISC DEV_STM8L15x46
111 (DEVICE & DEV_STM8L15x46) || \
247 (DEVICE & DEV_STM8L15x46) || \
673 (DEVICE & DEV_STM8L15x46) ||\
755 (DEVICE & DEV_STM8L15x46) || \
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/stm8.src/
H A Dstm8.cc448 DEV_STM8L15x46 | in mk_hw_elements()
487 DEV_STM8L15x46 | in mk_hw_elements()
550 else if (type->subtype & DEV_STM8L15x46) in make_memories()