Home
last modified time | relevance | path

Searched refs:HilInitGetEdtCommenFunc (Results 1 – 3 of 3) sorted by relevance

/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/Bios/src/fw/fet/
H A DhalMain.c171 HilInitGetEdtCommenFunc hilEdtCom = NULL; in REQUIRED()
173 hilEdtCom = (HilInitGetEdtCommenFunc)0x18A0; in REQUIRED()
H A Dv3_0p.c67 typedef void (*HilInitGetEdtCommenFunc)(edt_common_methods_t* edt_commen); // * hal_size, void * st… typedef
68 HilInitGetEdtCommenFunc hilEdtCom = NULL;
837 hilEdtCom = (HilInitGetEdtCommenFunc)0x18A0; in V3OP_HalInterfaceInit()
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/Bios/src/hil/
H A Dedt.h49 typedef void (*HilInitGetEdtCommenFunc)(edt_common_methods_t* edt_commen); typedef