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

ulink_delay_type enum

Syntax

enum ulink_delay_type {     DELAY_CLOCK_TCK,     DELAY_CLOCK_TMS,     DELAY_SCAN_IN,     DELAY_SCAN_OUT,     DELAY_SCAN_IO };

Values

DELAY_CLOCK_TCK

No summary provided. Read more...

DELAY_CLOCK_TMS

No summary provided. Read more...

DELAY_SCAN_IN

No summary provided. Read more...

DELAY_SCAN_OUT

No summary provided. Read more...

DELAY_SCAN_IO

No summary provided. Read more...

References

LocationReferrerScopeText
ulink.c:81
enum ulink_delay_type {
ulink.c:212ulink_calculate_delay()::typeulink_calculate_delay()
static int ulink_calculate_delay(enum ulink_delay_type type, long f, int *delay);
ulink.c:1282ulink_calculate_delay()
static int ulink_calculate_delay(enum ulink_delay_type type, long f, int *delay)
ulink.c:1342ulink_calculate_frequency()
static long ulink_calculate_frequency(enum ulink_delay_type type, int delay)

Type Use

Variables of ulink_delay_type type
ulink_delay_type
Allocators of ulink_delay_type
Deletors of ulink_delay_type
ulink_delay_type