OpenOCD
target_timer_callback Struct Reference
Collaboration diagram for target_timer_callback:

Data Fields

int(* callback )(void *priv)
 
struct target_timer_callbacknext
 
void * priv
 
bool removed
 
unsigned int time_ms
 
enum target_timer_type type
 
int64_t when
 

Detailed Description

Definition at line 336 of file target.h.

Field Documentation

◆ callback

◆ next

struct target_timer_callback* target_timer_callback::next

Definition at line 343 of file target.h.

Referenced by target_find_timer_callback(), and target_quit().

◆ priv

void* target_timer_callback::priv

Definition at line 342 of file target.h.

Referenced by target_call_timer_callback().

◆ removed

bool target_timer_callback::removed

Definition at line 340 of file target.h.

Referenced by target_unregister_timer_callback().

◆ time_ms

unsigned int target_timer_callback::time_ms

◆ type

enum target_timer_type target_timer_callback::type

Definition at line 338 of file target.h.

Referenced by target_call_timer_callback().

◆ when

int64_t target_timer_callback::when

The documentation for this struct was generated from the following file: