Commit 9eb14a6f authored by Federico Vaga's avatar Federico Vaga

wrtd:doc: fix WRTD_ENABLED meaning

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent b520e2f4
......@@ -108,7 +108,7 @@ enum wrtd_trigger_mode {
* structures to pass state information
*/
enum wrtd_io_flags {
WRTD_ENABLED = (1 << 0), /*!< I/O is physically enabled */
WRTD_ENABLED = (1 << 0), /*!< I/O is enabled */
WRTD_TRIGGER_ASSIGNED = (1 << 1), /*!< I/O is has a trigger assigned */
WRTD_LAST_VALID = (1 << 2), /*!< I/O processed at least one pulse.
It's timestamp/ID is in the "last"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment