OpenOCD
|
Data Fields | |
int(* | callback )(void *priv) |
struct target_timer_callback * | next |
void * | priv |
bool | removed |
unsigned int | time_ms |
enum target_timer_type | type |
int64_t | when |
int(* target_timer_callback::callback) (void *priv) |
Definition at line 332 of file target.h.
Referenced by target_call_timer_callback(), target_call_timer_callbacks_check_time(), and target_register_timer_callback().
struct target_timer_callback* target_timer_callback::next |
Definition at line 338 of file target.h.
Referenced by target_quit(), and target_unregister_timer_callback().
void* target_timer_callback::priv |
Definition at line 337 of file target.h.
Referenced by target_call_timer_callback().
unsigned int target_timer_callback::time_ms |
Definition at line 333 of file target.h.
Referenced by target_register_timer_callback(), and target_timer_callback_periodic_restart().
enum target_timer_type target_timer_callback::type |
Definition at line 333 of file target.h.
Referenced by target_call_timer_callback().
int64_t target_timer_callback::when |
Definition at line 336 of file target.h.
Referenced by target_timer_callback_periodic_restart().