Home
last modified time | relevance | path

Searched refs:MSP_FET_WITH_DCDC_V2x (Results 1 – 7 of 7) sorted by relevance

/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/DLL430_v3/src/TI/DLL430/
H A DUpdateManagerFet.cpp112 …tToolId() == MSP_FET_WITH_DCDC || fetHandle->getControl()->getFetToolId() == MSP_FET_WITH_DCDC_V2x) in updateCore()
304 …tToolId() == MSP_FET_WITH_DCDC || fetHandle->getControl()->getFetToolId() == MSP_FET_WITH_DCDC_V2x) in checkHilVersion()
339 …tToolId() == MSP_FET_WITH_DCDC || fetHandle->getControl()->getFetToolId() == MSP_FET_WITH_DCDC_V2x) in checkUartVersion()
366 …tToolId() == MSP_FET_WITH_DCDC || fetHandle->getControl()->getFetToolId() == MSP_FET_WITH_DCDC_V2x) in checkFpgaVersion()
399 …tToolId() == MSP_FET_WITH_DCDC || fetHandle->getControl()->getFetToolId() == MSP_FET_WITH_DCDC_V2x) in checkDcdcLayerVersion()
442 else if (fetHandle->getControl()->getFetToolId() == MSP_FET_WITH_DCDC_V2x) in checkDcdcSubMcuVersion()
470 …tToolId() == MSP_FET_WITH_DCDC || fetHandle->getControl()->getFetToolId() == MSP_FET_WITH_DCDC_V2x) in checkHalVersion()
509 …tToolId() == MSP_FET_WITH_DCDC || fetHandle->getControl()->getFetToolId() == MSP_FET_WITH_DCDC_V2x) in checkCoreVersion()
809 … (control->getFetToolId() == MSP_FET_WITH_DCDC || control->getFetToolId() == MSP_FET_WITH_DCDC_V2x) in firmWareUpdate()
1036 else if ( fetHandle->getControl()->getFetToolId() == MSP_FET_WITH_DCDC_V2x) in programmSubMcu()
[all …]
H A DIUpdateManager.h54 static const uint16_t MSP_FET_WITH_DCDC_V2x = 0xBBBC; variable
H A DConfigManager.cpp79 …|| control->getFetToolId() == MSP_FET_WITH_DCDC_V2x || control->getFetToolId() == eZ_FET_WITH_DCDC… in ConfigManager()
114 …ET_WITH_DCDC || toolId == eZ_FET_WITH_DCDC_NO_FLOWCT || toolId == MSP_FET_WITH_DCDC_V2x || toolId … in isEnergyTraceSupported()
886 … (control->getFetToolId() == MSP_FET_WITH_DCDC || control->getFetToolId() == MSP_FET_WITH_DCDC_V2x) in setDeviceVcc()
H A DHidUpdateManager.cpp166 if (toolIdBSL == MSP_FET_WITH_DCDC || toolIdBSL == MSP_FET_WITH_DCDC_V2x) in hid_firmWareUpdate()
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/DLL430_v3/src/TI/DLL430/EnergyTrace_TSPA/
H A DEnergyTraceManager.cpp96 …FetToolId() == MSP_FET_WITH_DCDC || parent->getControl()->getFetToolId() == MSP_FET_WITH_DCDC_V2x) in EnergyTraceManager()
246 …FetToolId() == MSP_FET_WITH_DCDC || mParent->getControl()->getFetToolId() == MSP_FET_WITH_DCDC_V2x) in doCalibration()
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/Bios/src/dcdc/
H A DFetDcdc.c142 else if(fetType_ == MSP_FET_WITH_DCDC || fetType_ == MSP_FET_WITH_DCDC_V2x) in dcdc_Restart()
241 || _fetType == MSP_FET_WITH_DCDC_V2x || _fetType == eZ_FET_WITH_DCDC_V2x) in dcdc_RunCalibrate()
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/Bios/include/
H A Dhw_compiler_specific.h46 #define MSP_FET_WITH_DCDC_V2x 0xBBBC macro