|
LAT Hologramm-Software 2.0
|

Go to the source code of this file.
Macros | |
| #define | COOLANT_NO_SYNC false |
| #define | COOLANT_FORCE_SYNC true |
| #define | COOLANT_STATE_DISABLE 0 |
| #define | COOLANT_STATE_FLOOD PL_COND_FLAG_COOLANT_FLOOD |
| #define | COOLANT_STATE_MIST PL_COND_FLAG_COOLANT_MIST |
Functions | |
| void | coolant_init () |
| uint8_t | coolant_get_state () |
| void | coolant_stop () |
| void | coolant_set_state (uint8_t mode) |
| void | coolant_sync (uint8_t mode) |
| #define COOLANT_FORCE_SYNC true |
Definition at line 25 of file coolant_control.h.
| #define COOLANT_NO_SYNC false |
Definition at line 24 of file coolant_control.h.
| #define COOLANT_STATE_DISABLE 0 |
Definition at line 27 of file coolant_control.h.
| #define COOLANT_STATE_FLOOD PL_COND_FLAG_COOLANT_FLOOD |
Definition at line 28 of file coolant_control.h.
| #define COOLANT_STATE_MIST PL_COND_FLAG_COOLANT_MIST |
Definition at line 29 of file coolant_control.h.
| uint8_t coolant_get_state | ( | ) |
Definition at line 35 of file coolant_control.c.
| void coolant_init | ( | ) |
Definition at line 24 of file coolant_control.c.
| void coolant_set_state | ( | uint8_t | mode | ) |
Definition at line 81 of file coolant_control.c.
| void coolant_stop | ( | ) |
Definition at line 60 of file coolant_control.c.
| void coolant_sync | ( | uint8_t | mode | ) |
Definition at line 121 of file coolant_control.c.