MeterLogger
|
Go to the source code of this file.
Functions | |
void | gpio16_output_conf (void) |
void | gpio16_output_set (uint8 value) |
void | gpio16_input_conf (void) |
uint8 | gpio16_input_get (void) |
void gpio16_input_conf | ( | void | ) |
Definition at line 26 of file gpio16.c.
References ICACHE_FLASH_ATTR, PAD_XPD_DCDC_CONF, READ_PERI_REG, RTC_GPIO_CONF, RTC_GPIO_ENABLE, and WRITE_PERI_REG.
uint8 gpio16_input_get | ( | void | ) |
Definition at line 39 of file gpio16.c.
References READ_PERI_REG, and RTC_GPIO_IN_DATA.
Referenced by ext_watchdog_timer_func().
void gpio16_output_conf | ( | void | ) |
Definition at line 6 of file gpio16.c.
References ICACHE_FLASH_ATTR, PAD_XPD_DCDC_CONF, READ_PERI_REG, RTC_GPIO_CONF, RTC_GPIO_ENABLE, and WRITE_PERI_REG.
Referenced by start_watchdog().
void gpio16_output_set | ( | uint8 | value | ) |
Definition at line 19 of file gpio16.c.
References ICACHE_FLASH_ATTR, READ_PERI_REG, RTC_GPIO_OUT, and WRITE_PERI_REG.
Referenced by ext_watchdog_timer_func(), and start_watchdog().