target_got_message() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

target_got_message() function

Read and clear the flag as to whether we got a message. This is used to implement the back-off algorithm on sleeping in idle mode.

Syntax

bool target_got_message(void);
Implemented in target_request.c:28

References

LocationReferrerText
target_request.c:28
bool target_got_message(void)
target_request.h:42
bool target_got_message(void);
server.c:535server_loop()
poll_ok = poll_ok || target_got_message();

Call Tree

Functions calling target_got_message()
all items filtered out
target_got_message()
Data read by target_got_message()
Data written by target_got_message()
target_got_message()::t
all items filtered out
target_got_message()
all items filtered out