]> granicus.if.org Git - esp-idf/commit
feat(global): add macros for GPIO->channel lookup
authormichael <xiaoxufeng@espressif.com>
Tue, 29 Aug 2017 07:52:04 +0000 (15:52 +0800)
committermichael <xiaoxufeng@espressif.com>
Thu, 7 Sep 2017 02:40:25 +0000 (10:40 +0800)
commit08b9fbc242fc82336d1f3872816d29db61b29ec1
tree47395e6f92ce272ad4e242bf03cb98008a5d1cd3
parent4809c70899c3bd6f2fadf1bedc60b15ed1f7d278
feat(global): add macros for GPIO->channel lookup

including: macros for dac, adc, touch, rtc_gpio, uart and clk_out.

TW#13970
17 files changed:
components/driver/include/driver/adc.h
components/driver/include/driver/dac.h
components/driver/include/driver/rtc_io.h
components/driver/include/driver/touch_pad.h
components/driver/include/driver/uart.h
components/driver/rtc_module.c
components/soc/esp32/include/soc/adc_channel.h [new file with mode: 0644]
components/soc/esp32/include/soc/clkout_channel.h [new file with mode: 0644]
components/soc/esp32/include/soc/dac_channel.h [new file with mode: 0644]
components/soc/esp32/include/soc/rtc_gpio_channel.h [new file with mode: 0644]
components/soc/esp32/include/soc/touch_channel.h [new file with mode: 0644]
components/soc/esp32/include/soc/uart_channel.h [new file with mode: 0644]
docs/Doxyfile
docs/api-reference/peripherals/adc.rst
docs/api-reference/peripherals/dac.rst
docs/api-reference/peripherals/touch_pad.rst
docs/api-reference/peripherals/uart.rst