kopia lustrzana https://github.com/espressif/esp-idf
Merge branch 'bugfix/ulp_doc_typo' into 'master'
ulp: typo fix (Github PR) Closes IDFGH-1899 See merge request espressif/esp-idf!10382pull/5919/head
commit
0efad5951b
|
@ -232,7 +232,7 @@ union ulp_insn {
|
||||||
uint32_t unused : 8; /*!< Unused */
|
uint32_t unused : 8; /*!< Unused */
|
||||||
uint32_t low : 5; /*!< Low bit */
|
uint32_t low : 5; /*!< Low bit */
|
||||||
uint32_t high : 5; /*!< High bit */
|
uint32_t high : 5; /*!< High bit */
|
||||||
uint32_t opcode : 4; /*!< Opcode (OPCODE_WR_REG) */
|
uint32_t opcode : 4; /*!< Opcode (OPCODE_RD_REG) */
|
||||||
} rd_reg; /*!< Format of RD_REG instruction */
|
} rd_reg; /*!< Format of RD_REG instruction */
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
|
|
|
@ -201,7 +201,7 @@ union ulp_insn {
|
||||||
uint32_t unused : 8; /*!< Unused */
|
uint32_t unused : 8; /*!< Unused */
|
||||||
uint32_t low : 5; /*!< Low bit */
|
uint32_t low : 5; /*!< Low bit */
|
||||||
uint32_t high : 5; /*!< High bit */
|
uint32_t high : 5; /*!< High bit */
|
||||||
uint32_t opcode : 4; /*!< Opcode (OPCODE_WR_REG) */
|
uint32_t opcode : 4; /*!< Opcode (OPCODE_RD_REG) */
|
||||||
} rd_reg; /*!< Format of RD_REG instruction */
|
} rd_reg; /*!< Format of RD_REG instruction */
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
|
|
Ładowanie…
Reference in New Issue