docs: Updated ULP documentation

This commit updates documentation for ULP.
This commit is contained in:
Sudeep Mohanty
2022-02-21 16:13:02 +05:30
parent 5b1e9fc710
commit 4067bc40fc
30 changed files with 1441 additions and 2363 deletions

View File

@@ -266,10 +266,6 @@ union ulp_insn {
};
typedef union ulp_insn ulp_insn_t;
_Static_assert(sizeof(ulp_insn_t) == 4, "ULP coprocessor instruction size should be 4 bytes");
/**
* Delay (nop) for a given number of cycles
*/