Searched defs:ecu_func (Results 1 – 1 of 1) sorted by relevance
149 struct ecu_func { struct151 int ecuf_funcno;152 uint32_t ecuf_id;153 uint16_t ecuf_slot_info;154 uint16_t ecuf_cfg_ext;155 uint8_t ecuf_selections[ECUF_SELECTIONS_SIZE];156 uint8_t ecuf_func_info;157 uint8_t ecuf_type_string[ECUF_TYPE_STRING_SIZE];181 SIMPLEQ_HEAD(, ecu_func) ecud_funcs; argument