]> granicus.if.org Git - esp-idf/commit
1. add a macro 'GPIO_IS_VALID_OUTPUT_GPIO' and 'GPIO_IS_VALID_OUTPUT_GPIO' in gpio.h
authorWangjialin <wangjialin@espressif.com>
Fri, 23 Sep 2016 06:52:26 +0000 (14:52 +0800)
committerWangjialin <wangjialin@espressif.com>
Fri, 23 Sep 2016 06:52:26 +0000 (14:52 +0800)
commit3f1c5c4d5b9713287423433ba07f647bb8053af0
tree1eed60bf991d3c29028d56998e1d883bbb18f21a
parent85cd269ef804d1565eb3591ca92ecc26d789fd42
1. add a macro 'GPIO_IS_VALID_OUTPUT_GPIO' and 'GPIO_IS_VALID_OUTPUT_GPIO' in gpio.h
2. add PIN_FUNC_GPIO in io_mux_reg.h, put the io_mux_regs in order
3. use braces around single line if statements in ledc.c and gpio.c
components/driver/gpio.c
components/driver/include/driver/gpio.h
components/driver/include/driver/ledc.h
components/driver/ledc.c
components/esp32/include/soc/io_mux_reg.h