|
@@ -293,6 +293,8 @@ typedef union {
|
|
|
uint32_t opcode: 4; /*!< Opcode (OPCODE_MACRO) */
|
|
uint32_t opcode: 4; /*!< Opcode (OPCODE_MACRO) */
|
|
|
} macro; /*!< Format of tokens used by MACROs */
|
|
} macro; /*!< Format of tokens used by MACROs */
|
|
|
|
|
|
|
|
|
|
+ uint32_t instruction; /*!< Encoded instruction for ULP coprocessor */
|
|
|
|
|
+
|
|
|
} ulp_insn_t;
|
|
} ulp_insn_t;
|
|
|
|
|
|
|
|
_Static_assert(sizeof(ulp_insn_t) == 4, "ULP coprocessor instruction size should be 4 bytes");
|
|
_Static_assert(sizeof(ulp_insn_t) == 4, "ULP coprocessor instruction size should be 4 bytes");
|