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 330 of file target.h.

Field Documentation

◆ callback

int(* target_timer_callback::callback) (void *priv)

◆ next

struct target_timer_callback* target_timer_callback::next

Definition at line 337 of file target.h.

Referenced by target_quit(), and target_unregister_timer_callback().

◆ priv

void* target_timer_callback::priv

Definition at line 336 of file target.h.

Referenced by target_call_timer_callback().

◆ removed

bool target_timer_callback::removed

Definition at line 334 of file target.h.

◆ time_ms

unsigned int target_timer_callback::time_ms

◆ type

enum target_timer_type target_timer_callback::type

Definition at line 332 of file target.h.

Referenced by target_call_timer_callback().

◆ when

int64_t target_timer_callback::when

Definition at line 335 of file target.h.

Referenced by target_timer_callback_periodic_restart().


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