MeterLogger
|
Go to the source code of this file.
Functions | |
ICACHE_FLASH_ATTR void | led_init (void) |
ICACHE_FLASH_ATTR void | led_on (void) |
ICACHE_FLASH_ATTR void | led_off (void) |
ICACHE_FLASH_ATTR void | led_blink (void) |
ICACHE_FLASH_ATTR void | led_pattern_a (void) |
ICACHE_FLASH_ATTR void | led_pattern_b (void) |
ICACHE_FLASH_ATTR void | led_pattern_c (void) |
ICACHE_FLASH_ATTR void | led_stop_pattern (void) |
ICACHE_FLASH_ATTR void led_blink | ( | void | ) |
Definition at line 99 of file led.c.
References led_on(), led_single_blink_off_timer, led_single_blink_off_timer_func(), NULL, os_timer_arm, os_timer_disarm, os_timer_func_t, and os_timer_setfn.
Referenced by en61107_receive_timeout_timer_func().
ICACHE_FLASH_ATTR void led_init | ( | void | ) |
Definition at line 80 of file led.c.
References BIT2, FUNC_GPIO2, gpio_output_set(), PERIPHS_IO_MUX_GPIO2_U, and PIN_FUNC_SELECT.
ICACHE_FLASH_ATTR void led_off | ( | void | ) |
Definition at line 93 of file led.c.
References BIT2, and gpio_output_set().
Referenced by ac_out_off_timer_func(), ac_pwm_timer_func(), led_blinker_timer_func(), led_double_blink_timer_func(), led_single_blink_off_timer_func(), and led_stop_pattern().
ICACHE_FLASH_ATTR void led_on | ( | void | ) |
Definition at line 88 of file led.c.
References BIT2, and gpio_output_set().
Referenced by ac_pwm_timer_func(), led_blink(), led_blinker_timer_func(), and led_double_blink_timer_func().
ICACHE_FLASH_ATTR void led_pattern_a | ( | void | ) |
Definition at line 106 of file led.c.
References led_blinker_timer, led_blinker_timer_func(), led_blinker_timer_running, NULL, os_timer_arm, os_timer_disarm, os_timer_func_t, and os_timer_setfn.
Referenced by ac_motor_valve_open(), ac_test(), ac_test_timer_func(), ac_thermo_close(), and wifi_scan_done_cb().
ICACHE_FLASH_ATTR void led_pattern_b | ( | void | ) |
Definition at line 113 of file led.c.
References led_blinker_timer, led_blinker_timer_func(), led_blinker_timer_running, NULL, os_timer_arm, os_timer_disarm, os_timer_func_t, and os_timer_setfn.
Referenced by ac_motor_valve_close(), ac_test_timer_func(), ac_thermo_open(), and watchdog_timer_func().
ICACHE_FLASH_ATTR void led_pattern_c | ( | void | ) |
Definition at line 120 of file led.c.
References led_double_blink_timer, led_double_blink_timer_func(), led_double_blinker_timer_running, NULL, os_timer_arm, os_timer_disarm, os_timer_func_t, and os_timer_setfn.
ICACHE_FLASH_ATTR void led_stop_pattern | ( | void | ) |
Definition at line 128 of file led.c.
References led_blinker_timer_running, led_double_blinker_timer_running, and led_off().
Referenced by ac_out_off_timer_func(), ac_thermo_pwm(), wifi_reconnect_timer_func(), and wifi_scan_done_cb().