USBDM
V4.12
|
BDM interface options. More...
#include <USBDM_API.h>
Data Fields | |
int | targetVdd |
Target Vdd (off, 3.3V or 5V) More... | |
int | cycleVddOnReset |
Cycle target Power when resetting. More... | |
int | cycleVddOnConnect |
Cycle target Power if connection problems) More... | |
int | leaveTargetPowered |
Leave target power on exit. More... | |
int | autoReconnect |
Automatically re-connect to target (for speed change) More... | |
int | guessSpeed |
Guess speed for target w/o ACKN. More... | |
int | useAltBDMClock |
Use alternative BDM clock source in target. More... | |
int | useResetSignal |
Whether to use RESET signal on BDM interface. More... | |
int | maskInterrupts |
Whether to mask interrupts when stepping. More... | |
int | reserved1 [2] |
Reserved. More... | |
int | manuallyCycleVdd |
Prompt user to manually cycle Vdd on connection problems. More... | |
int | derivative_type |
RS08 Derivative. More... | |
int | interfaceSpeed |
CFVx/JTAG etc - Interface speed (kHz). . More... | |
int | miscOptions |
Various misc options. More... | |
int | usePSTSignals |
CFVx, PST Signal monitors. More... | |
int | reserved2 [2] |
Reserved. More... | |
int BDM_Options_t::autoReconnect |
Automatically re-connect to target (for speed change)
Definition at line 819 of file USBDM_API.h.
int BDM_Options_t::cycleVddOnConnect |
Cycle target Power if connection problems)
Definition at line 817 of file USBDM_API.h.
int BDM_Options_t::cycleVddOnReset |
Cycle target Power when resetting.
Definition at line 816 of file USBDM_API.h.
int BDM_Options_t::derivative_type |
RS08 Derivative.
Definition at line 828 of file USBDM_API.h.
int BDM_Options_t::guessSpeed |
Guess speed for target w/o ACKN.
Definition at line 820 of file USBDM_API.h.
int BDM_Options_t::interfaceSpeed |
CFVx/JTAG etc - Interface speed (kHz).
.
Definition at line 829 of file USBDM_API.h.
int BDM_Options_t::leaveTargetPowered |
Leave target power on exit.
Definition at line 818 of file USBDM_API.h.
int BDM_Options_t::manuallyCycleVdd |
Prompt user to manually cycle Vdd on connection problems.
Definition at line 827 of file USBDM_API.h.
int BDM_Options_t::maskInterrupts |
Whether to mask interrupts when stepping.
Definition at line 823 of file USBDM_API.h.
int BDM_Options_t::miscOptions |
Various misc options.
Definition at line 830 of file USBDM_API.h.
int BDM_Options_t::reserved1[2] |
Reserved.
Definition at line 824 of file USBDM_API.h.
int BDM_Options_t::reserved2[2] |
Reserved.
Definition at line 832 of file USBDM_API.h.
int BDM_Options_t::targetVdd |
Target Vdd (off, 3.3V or 5V)
Definition at line 815 of file USBDM_API.h.
int BDM_Options_t::useAltBDMClock |
Use alternative BDM clock source in target.
Definition at line 821 of file USBDM_API.h.
int BDM_Options_t::usePSTSignals |
CFVx, PST Signal monitors.
Definition at line 831 of file USBDM_API.h.
int BDM_Options_t::useResetSignal |
Whether to use RESET signal on BDM interface.
Definition at line 822 of file USBDM_API.h.