Home
last modified time | relevance | path

Searched refs:halStartUpCode (Results 1 – 2 of 2) sorted by relevance

/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/Bios/src/fw/uifv1/
H A Dbios.c580 HalMainFunc halStartUpCode = NULL; in biosHalInterfaceInit() local
598halStartUpCode = (HalMainFunc)hal_intvec_[15]; // calls the (modified) startup code of HAL in biosHalInterfaceInit()
599 …hal_infos_ = halStartUpCode((struct stream_funcs*)&_stream_Funcs, bios_device_flags_); // return H… in biosHalInterfaceInit()
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/Bios/src/fw/fet/
H A Dv3_0p.c811 HalMainFunc halStartUpCode = NULL; in V3OP_HalInterfaceInit() local
848 halStartUpCode = (HalMainFunc)Bios_getHal_intvec(); // calls the (modified) startup code of HAL in V3OP_HalInterfaceInit()
849 …hal_infos_ = halStartUpCode((struct stream_funcs*)&_stream_Funcs, 0, V3OP_HilCrcOk(), V3OP_DcdcCrc… in V3OP_HalInterfaceInit()