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

timeout_expired() function

Returns true if given `struct timeout` structure has expired

Syntax

static bool timeout_expired(struct timeout *to);

Arguments

to

pointer to `struct timeout` structure

Return value

true if timeout expired

References

LocationReferrerText
psoc6.c:121
static bool timeout_expired(struct timeout *to)
psoc6.c:232ipc_poll_lock_stat()
while (!timeout_expired(&to)) {
psoc6.c:277ipc_acquire()
while (!timeout_expired(&to)) {

Call Tree

Functions calling timeout_expired()
Functions called by timeout_expired()
all items filtered out
timeout_expired()
all items filtered out
Data read by timeout_expired()
timeout_expired()