MeterLogger
|
Go to the source code of this file.
Functions | |
ICACHE_FLASH_ATTR void | ac_out_init () |
ICACHE_FLASH_ATTR void | ac_test () |
ICACHE_FLASH_ATTR void | ac_motor_valve_open () |
ICACHE_FLASH_ATTR void | ac_motor_valve_close () |
ICACHE_FLASH_ATTR void | ac_thermo_open () |
ICACHE_FLASH_ATTR void | ac_thermo_close () |
ICACHE_FLASH_ATTR void | ac_thermo_pwm (unsigned int pwm) |
ICACHE_FLASH_ATTR void | ac_off () |
ICACHE_FLASH_ATTR void ac_motor_valve_close | ( | ) |
Definition at line 154 of file ac_out.c.
References ac_off(), ac_out_off_timer, ac_out_off_timer_func(), ICACHE_FLASH_ATTR, led_pattern_b(), NULL, os_printf, os_timer_arm, os_timer_disarm, os_timer_func_t, and os_timer_setfn.
ICACHE_FLASH_ATTR void ac_motor_valve_open | ( | ) |
Definition at line 135 of file ac_out.c.
References ac_off(), ac_out_off_timer, ac_out_off_timer_func(), BIT14, gpio_output_set(), ICACHE_FLASH_ATTR, led_pattern_a(), NULL, os_printf, os_timer_arm, os_timer_disarm, os_timer_func_t, and os_timer_setfn.
ICACHE_FLASH_ATTR void ac_off | ( | ) |
Definition at line 247 of file ac_out.c.
References ac_out_off_timer, ac_out_off_timer_func(), ac_test_timer, NULL, os_timer_arm, os_timer_disarm, os_timer_func_t, and os_timer_setfn.
Referenced by ac_motor_valve_close(), ac_motor_valve_open(), and minute_timer_func().
ICACHE_FLASH_ATTR void ac_out_init | ( | ) |
Definition at line 17 of file ac_out.c.
References FUNC_GPIO14, FUNC_GPIO15, ICACHE_FLASH_ATTR, PERIPHS_IO_MUX_MTDO_U, PERIPHS_IO_MUX_MTMS_U, and PIN_FUNC_SELECT.
ICACHE_FLASH_ATTR void ac_test | ( | ) |
Definition at line 115 of file ac_out.c.
References ac_test_timer, ac_test_timer_func(), BIT14, BIT15, gpio_output_set(), ICACHE_FLASH_ATTR, led_pattern_a(), NULL, os_printf, os_timer_arm, os_timer_disarm, os_timer_func_t, and os_timer_setfn.
Referenced by minute_timer_func().
ICACHE_FLASH_ATTR void ac_thermo_close | ( | ) |
Definition at line 203 of file ac_out.c.
References syscfg_t::ac_thermo_state, BIT14, BIT15, cfg_save_defered(), gpio_output_set(), ICACHE_FLASH_ATTR, led_pattern_a(), os_printf, and sys_cfg.
Referenced by minute_timer_func().
ICACHE_FLASH_ATTR void ac_thermo_open | ( | ) |
Definition at line 173 of file ac_out.c.
References syscfg_t::ac_thermo_state, BIT14, BIT15, cfg_save_defered(), gpio_output_set(), ICACHE_FLASH_ATTR, led_pattern_b(), os_printf, and sys_cfg.
Referenced by minute_timer_func().
ICACHE_FLASH_ATTR void ac_thermo_pwm | ( | unsigned int | pwm | ) |
Definition at line 233 of file ac_out.c.
References ac_pwm_duty_cycle, ac_pwm_timer, ac_pwm_timer_func(), ICACHE_FLASH_ATTR, led_stop_pattern(), NULL, os_printf, os_timer_arm, os_timer_disarm, os_timer_func_t, and os_timer_setfn.