Home
last modified time | relevance | path

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

/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/
H A Dglobals.cc454 {"S" , CPU_STM8S, DEV_STM8S208 , "S" , "208"},
458 {"S903" , CPU_STM8S, DEV_STM8S903 , "S" , "903"},
460 {"S003" , CPU_STM8S, DEV_STM8S003 , "S" , "003"},
462 {"S005" , CPU_STM8S, DEV_STM8S005 , "S" , "005"},
464 {"S007" , CPU_STM8S, DEV_STM8S007 , "S" , "007"},
466 {"S103" , CPU_STM8S, DEV_STM8S103 , "S" , "103"},
468 {"S105" , CPU_STM8S, DEV_STM8S105 , "S" , "105"},
470 {"SDISC" , CPU_STM8S, DEV_STM8S105 , "S" , "105"},
471 {"S207" , CPU_STM8S, DEV_STM8S207 , "S" , "207"},
473 {"S208" , CPU_STM8S, DEV_STM8S208 , "S" , "208"},
[all …]
H A Dstypes.h153 CPU_STM8S = 0x0001, // S and AF family enumerator
215 CPU_ALL_STM8 = (CPU_STM8S|CPU_STM8L|CPU_STM8101),
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/stm8.src/
H A Dsimstm8.cc63 case CPU_STM8S: in mk_controller()
H A Dstm8.cc123 case CPU_STM8S: in id_string()
274 if (type->type == CPU_STM8S) in mk_hw_elements()
353 if (type->type == CPU_STM8S) in mk_hw_elements()