We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c12122 commit 67148ceCopy full SHA for 67148ce
include/hw/opentitan/ot_common.h
@@ -71,6 +71,12 @@
71
#define OT_MULTIBITBOOL_LC4_TRUE 0xau
72
#define OT_MULTIBITBOOL_LC4_FALSE 0x5u
73
74
+typedef uint8_t ot_mb4_t;
75
+typedef uint8_t ot_mb8_t;
76
+typedef uint16_t ot_mb12_t;
77
+typedef uint16_t ot_mb16_t;
78
+typedef uint8_t ot_mb_lc4_t;
79
+
80
/*
81
* Performs a logical OR operation between two multibit values.
82
* This treats "act" as logical 1, and all other values are treated as 0.
0 commit comments