Home
last modified time | relevance | path

Searched refs:STATUS_TRIGGERED (Results 1 – 2 of 2) sorted by relevance

/dports/devel/libsigrok/libsigrok-0.5.2/src/hardware/sysclk-lwla/
H A Dlwla.h87 STATUS_TRIGGERED = 1 << 5, enumerator
H A Dprotocol.c141 if ((~old_status & acq->status & STATUS_TRIGGERED) != 0) in handle_status_response()
147 } else if ((acq->status & STATUS_TRIGGERED) == 0) { in handle_status_response()