]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/sysclk-lwla/lwla.h
sysclk-lwla: Various cosmetic improvements
[libsigrok.git] / src / hardware / sysclk-lwla / lwla.h
index 35e3b0ea59044ffbf10e6005f32bc98765f7db5e..7d95f9c1f447e33f932a18fa3dda36a95c9d8357 100644 (file)
@@ -83,7 +83,7 @@ enum command_id {
 /** LWLA capture state flags.
  * The bit positions are the same as in the LWLA1016 control register.
  */
-enum {
+enum status_flag {
        STATUS_CAPTURING = 1 << 2,
        STATUS_TRIGGERED = 1 << 5,
        STATUS_MEM_AVAIL = 1 << 6,