plldis is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

plldis variable

Syntax

static int plldis;

References

LocationReferrerText
tms470.c:351
static int plldis;
tms470.c:358tms470_handle_plldis_command()
sscanf(CMD_ARGV[0], "%d", &plldis);
tms470.c:359tms470_handle_plldis_command()
plldis = plldis ? 1 : 0;
tms470.c:362tms470_handle_plldis_command()
command_print(CMD, "plldis=%d", plldis);
tms470.c:562tms470_flash_initialize_internal_state_machine()
sysclk = (plldis ? 1 : (glbctrl & 0x08) ? 4 : 8) * osc_mhz / (1 + (glbctrl & 7));

Data Use

Functions writing plldis
Functions reading plldis
all items filtered out
plldis