#include <stdint.h>
Go to the source code of this file.
◆ LED_START_BLINK
| #define LED_START_BLINK 0x02 |
◆ LED_STOP_BLINK
| #define LED_STOP_BLINK 0x03 |
◆ LED_TURN_OFF
| #define LED_TURN_OFF 0x00 |
◆ LED_TURN_ON
◆ LED_IDX_E
| Enumerator |
|---|
| LED_IDX_E_POWER | |
| LED_IDX_E_FAULT | |
| LED_IDX_E_LEAK | |
| LED_IDX_E_COOLANT | |
| LED_IDX_E_MAX | |
◆ fault_led_control()
| bool fault_led_control |
( |
void |
| ) |
|
◆ get_led_pin()
| uint8_t get_led_pin |
( |
uint8_t |
idx | ) |
|
◆ get_led_status()
| uint8_t get_led_status |
( |
uint8_t |
idx | ) |
|
◆ led_ctrl()
| void led_ctrl |
( |
uint8_t |
idx, |
|
|
uint8_t |
ctrl |
|
) |
| |
◆ led_set()
| void led_set |
( |
uint8_t |
idx, |
|
|
uint8_t |
behaviour |
|
) |
| |