]> granicus.if.org Git - esp-idf/commit
esp32: Add IO_MUX_GPIOxx register names to match iomux names used in TRM
authorAngus Gratton <angus@espressif.com>
Tue, 30 Jan 2018 09:05:09 +0000 (17:05 +0800)
committerAngus Gratton <gus@projectgus.com>
Tue, 30 Jan 2018 09:09:37 +0000 (17:09 +0800)
commit4297c337f9031dbf658cd604fab8d5fc689e3a5e
tree6213b8361af8db6fe7b1a602ebc3d6736c765cef
parente676676541ff31b72818246d267b0ccc529cb0d7
esp32: Add IO_MUX_GPIOxx register names to match iomux names used in TRM

The TRM describes IOMUX registers are IO_MUX_x_REG for x in GPIO0-39.

Until now ESP-IDF describes them as PERIPHS_IO_MUX_(pinname)_U

This commit adds additional IOMUX register names which match the ones used in the TRM.
components/driver/gpio.c
components/driver/include/driver/gpio.h
components/soc/esp32/include/soc/io_mux_reg.h