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

jaylink_speed struct

Target interface speed information.

Syntax

struct jaylink_speed {     uint32_t freq;     uint16_t div; };

Fields

freq

Base frequency in Hz. Read more...

div

Minimum frequency divider. Read more...

References

LocationReferrerScopeText
libjaylink.h:296
struct jaylink_speed {
libjaylink.h:650jaylink_get_speeds()::speedjaylink_get_speeds()
struct jaylink_speed *speed);
target.c:129jaylink_get_speeds()
struct jaylink_speed *speed)

Type Use

Variables of jaylink_speed type
jaylink_get_speeds()::speed
all items filtered out
jaylink_speed