#include <window_lib.h>
Data Fields | |
| U16 | position |
| U8 | last_direction |
| Last known position. | |
| U8 | pinch_threshold |
| Last operating direction. | |
| U8 | gain |
| In Newton. | |
| U16 | window_height_mm |
| motor & acquistion gain (See explication in window_lib.h) | |
| U8 | h_max_mm |
| Total window height. | |
| U16 | h_detect_min_mm |
| Rubber joints + 4mm (from FMVSS 118 standard). | |
| U16 | down |
| Distance from top to activate Anti Pinch (FMVSS 118 standard). | |
| U16 | backlash |
| Hall edges number for a complete operating cycle. | |
Definition at line 192 of file window_lib.h.
Definition at line 194 of file window_lib.h.
Referenced by Read_Eep_WindowParameters(), and save_window_parameters().
Last known position.
Definition at line 195 of file window_lib.h.
Referenced by Read_Eep_WindowParameters(), and save_window_parameters().
Last operating direction.
Definition at line 196 of file window_lib.h.
Referenced by Read_Eep_WindowParameters(), and save_window_parameters().
In Newton.
Definition at line 197 of file window_lib.h.
Referenced by Read_Eep_WindowParameters(), and save_window_parameters().
motor & acquistion gain (See explication in window_lib.h)
Definition at line 198 of file window_lib.h.
Referenced by Read_Eep_WindowParameters(), and save_window_parameters().
Total window height.
Definition at line 199 of file window_lib.h.
Referenced by Read_Eep_WindowParameters(), and save_window_parameters().
Rubber joints + 4mm (from FMVSS 118 standard).
Definition at line 200 of file window_lib.h.
Referenced by Read_Eep_WindowParameters(), and save_window_parameters().
Distance from top to activate Anti Pinch (FMVSS 118 standard).
Definition at line 201 of file window_lib.h.
Referenced by Read_Eep_WindowParameters(), and save_window_parameters().
Hall edges number for a complete operating cycle.
Definition at line 202 of file window_lib.h.
Referenced by Read_Eep_WindowParameters(), and save_window_parameters().
1.4.7