USBDM
V4.12
|
State of BDM Communication. More...
#include <USBDM_API.h>
Data Fields | |
TargetType_t | target_type |
Type of target (HCS12, HCS08 etc) More... | |
AcknMode_t | ackn_state |
Supports ACKN ? More... | |
SpeedMode_t | connection_state |
Connection status & speed determination method. More... | |
ResetState_t | reset_state |
Current target RST0 state. More... | |
ResetMode_t | reset_recent |
Target reset recently? More... | |
TargetRunState_t | halt_state |
CFVx halted (from ALLPST)? More... | |
TargetVddState_t | power_state |
Target has power? More... | |
TargetVppSelect_t | flash_state |
State of Target Vpp. More... | |
State of BDM Communication.
Definition at line 716 of file USBDM_API.h.
AcknMode_t USBDMStatus_t::ackn_state |
Supports ACKN ?
Definition at line 718 of file USBDM_API.h.
SpeedMode_t USBDMStatus_t::connection_state |
Connection status & speed determination method.
Definition at line 719 of file USBDM_API.h.
TargetVppSelect_t USBDMStatus_t::flash_state |
State of Target Vpp.
Definition at line 724 of file USBDM_API.h.
TargetRunState_t USBDMStatus_t::halt_state |
CFVx halted (from ALLPST)?
Definition at line 722 of file USBDM_API.h.
TargetVddState_t USBDMStatus_t::power_state |
Target has power?
Definition at line 723 of file USBDM_API.h.
ResetMode_t USBDMStatus_t::reset_recent |
Target reset recently?
Definition at line 721 of file USBDM_API.h.
ResetState_t USBDMStatus_t::reset_state |
Current target RST0 state.
Definition at line 720 of file USBDM_API.h.
TargetType_t USBDMStatus_t::target_type |