X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fsysclk-lwla%2Flwla.h;h=7d95f9c1f447e33f932a18fa3dda36a95c9d8357;hb=407b6e2cff817c6b05f1f038e2fecd94ad11fa86;hp=35e3b0ea59044ffbf10e6005f32bc98765f7db5e;hpb=93ed0241aaf6e791e113b741435fa857891e86c2;p=libsigrok.git diff --git a/src/hardware/sysclk-lwla/lwla.h b/src/hardware/sysclk-lwla/lwla.h index 35e3b0ea..7d95f9c1 100644 --- a/src/hardware/sysclk-lwla/lwla.h +++ b/src/hardware/sysclk-lwla/lwla.h @@ -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,