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

ADAPTER_GPIO_NOT_SET macro

Syntax

#define ADAPTER_GPIO_NOT_SET UINT_MAX

References

LocationText
adapter.h:125
#define ADAPTER_GPIO_NOT_SET UINT_MAX
adapter.c:98
adapter_config.gpios[i].gpio_num = ADAPTER_GPIO_NOT_SET;
adapter.c:99
adapter_config.gpios[i].chip_num = ADAPTER_GPIO_NOT_SET;
adapter.c:852
if (gpio_config->gpio_num == ADAPTER_GPIO_NOT_SET) {