Home
last modified time | relevance | path

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

/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/Bios/src/hil/fet_generic/
H A Dhil_generic.c223 unsigned short currentDeviceState = 0; in _hil_generic_XBits8_64() local
233 if(currentDeviceState & JSTATE_BP_HIT) in _hil_generic_XBits8_64()
242 else if(currentDeviceState == JSTATE_SYNC_ONGOING) in _hil_generic_XBits8_64()
256 else if(currentDeviceState == JSTATE_INVALID_STATE) in _hil_generic_XBits8_64()
293 else if(currentDeviceState != JSTATE_VALID_CAPTURE in _hil_generic_XBits8_64()
294 && currentDeviceState != JSTATE_LPM_ONE_TWO in _hil_generic_XBits8_64()
295 && currentDeviceState != JSTATE_LPM_THREE_FOUR in _hil_generic_XBits8_64()
313 if( currentDeviceState == JSTATE_LPM_ONE_TWO in _hil_generic_XBits8_64()
314 || currentDeviceState == JSTATE_LPM_THREE_FOUR in _hil_generic_XBits8_64()
315 || currentDeviceState == 0x00 in _hil_generic_XBits8_64()
[all …]
H A Dhil_2wDma.c403 unsigned char currentDeviceState = 0; in hil_2w_SetReg_XBits8_64_Run_Dma() local
445 currentDeviceState = TDOvalue & JSTATE_FLOW_CONTROL_BITS; in hil_2w_SetReg_XBits8_64_Run_Dma()
448 if(currentDeviceState & JSTATE_BP_HIT) in hil_2w_SetReg_XBits8_64_Run_Dma()
461 else if(currentDeviceState == JSTATE_SYNC_ONGOING) in hil_2w_SetReg_XBits8_64_Run_Dma()
480 else if(currentDeviceState == JSTATE_INVALID_STATE) in hil_2w_SetReg_XBits8_64_Run_Dma()
509 else if(currentDeviceState != JSTATE_VALID_CAPTURE in hil_2w_SetReg_XBits8_64_Run_Dma()
510 && (currentDeviceState != JSTATE_LPM_ONE_TWO) in hil_2w_SetReg_XBits8_64_Run_Dma()
531 if( currentDeviceState == JSTATE_LPM_ONE_TWO in hil_2w_SetReg_XBits8_64_Run_Dma()
532 || currentDeviceState == JSTATE_LPM_THREE_FOUR in hil_2w_SetReg_XBits8_64_Run_Dma()
533 || currentDeviceState == 0x00 in hil_2w_SetReg_XBits8_64_Run_Dma()
[all …]
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/Bios/src/hil/uifv1/
H A Dhil_2w.c493 unsigned short currentDeviceState = 0; in _hil_2w_SetReg_XBits8_64() local
503 if(currentDeviceState & JSTATE_BP_HIT) in _hil_2w_SetReg_XBits8_64()
512 else if(currentDeviceState == JSTATE_SYNC_ONGOING) in _hil_2w_SetReg_XBits8_64()
526 else if(currentDeviceState == JSTATE_INVALID_STATE) in _hil_2w_SetReg_XBits8_64()
562 else if(currentDeviceState != JSTATE_VALID_CAPTURE in _hil_2w_SetReg_XBits8_64()
566 && currentDeviceState != 0x00 in _hil_2w_SetReg_XBits8_64()
567 && currentDeviceState != 0x02) in _hil_2w_SetReg_XBits8_64()
584 if( currentDeviceState == JSTATE_LPM_ONE_TWO in _hil_2w_SetReg_XBits8_64()
585 || currentDeviceState == JSTATE_LPM_THREE_FOUR in _hil_2w_SetReg_XBits8_64()
586 || currentDeviceState == 0x00 in _hil_2w_SetReg_XBits8_64()
[all …]
H A Dhil_4w.c615 unsigned short currentDeviceState = 0; in _hil_4w_SetReg_XBits8_64() local
625 if(currentDeviceState & JSTATE_BP_HIT) in _hil_4w_SetReg_XBits8_64()
634 else if(currentDeviceState == JSTATE_SYNC_ONGOING) in _hil_4w_SetReg_XBits8_64()
648 else if(currentDeviceState == JSTATE_INVALID_STATE) in _hil_4w_SetReg_XBits8_64()
684 else if(currentDeviceState != JSTATE_VALID_CAPTURE in _hil_4w_SetReg_XBits8_64()
688 && currentDeviceState != 0x00 in _hil_4w_SetReg_XBits8_64()
689 && currentDeviceState != 0x02) in _hil_4w_SetReg_XBits8_64()
706 if( currentDeviceState == JSTATE_LPM_ONE_TWO in _hil_4w_SetReg_XBits8_64()
707 || currentDeviceState == JSTATE_LPM_THREE_FOUR in _hil_4w_SetReg_XBits8_64()
708 || currentDeviceState == 0x00 in _hil_4w_SetReg_XBits8_64()
[all …]