Skip to content

Commit e676676

Browse files
committed
Merge branch 'bugfix/ulp_docs_typo' into 'master'
Fix typo in ulp_instruction_set.rst. Merges #1540 See merge request idf/esp-idf!1874
2 parents 0f22a53 + 75011a8 commit e676676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guides/ulp_instruction_set.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ Convenience macros for peripheral registers access
857857
ULP source files are passed through C preprocessor before the assembler. This allows certain macros to be used to facilitate access to peripheral registers.
858858

859859
Some existing macros are defined in ``soc/soc_ulp.h`` header file. These macros allow access to the fields of peripheral registers by their names.
860-
Peripheral registers names which can be used with these macros are the ones defined in ``soc/rtc_cntl_reg.h``, ``soc/rtc_io_reg.h``, ``soc/sens_reg.h``, and ``soc_rtc_i2c_reg.h``.
860+
Peripheral registers names which can be used with these macros are the ones defined in ``soc/rtc_cntl_reg.h``, ``soc/rtc_io_reg.h``, ``soc/sens_reg.h``, and ``soc/rtc_i2c_reg.h``.
861861

862862
READ_RTC_REG(rtc_reg, low_bit, bit_width)
863863
Read up to 16 bits from rtc_reg[low_bit + bit_width - 1 : low_bit] into R0. For example::

0 commit comments

Comments
 (0)