AGHAF
4.5.5
Annecy electronique Generic Hardware Access Framework
|
Go to the source code of this file.
Macros | |
AGHAF_KLine_MSG_FLAGS | |
#define | AGHAF_KLine_MSG_EVENT_DATA (1 << 0) |
by this flag More... | |
#define | AGHAF_KLine_MSG_INIT_SEQ (1 << 1) |
#define AGHAF_KLine_MSG_EVENT_DATA (1 << 0) |
#define AGHAF_KLine_MSG_INIT_SEQ (1 << 1) |
Send the initialization sequence. Fast initialization: The sequence is followed by the provided message
Type of 5Baud initialization.
enum AGHAF_KLine_Error |
List of possible errors in KLine.
enum AGHAF_KLine_Mode |
enum AGHAF_KLine_Param |
List of parameters used to configure a KLine bus.
Enumerator | |
---|---|
AGHAF_KLine_PARAM_BAUDRATE | Baudrate in bps. |
AGHAF_KLine_PARAM_PARITY | Configure the parity. |
AGHAF_KLine_PARAM_MODE | Bus mode. |
AGHAF_KLine_PARAM_5BAUD_ADDR | Value of 5Baud Address. |
AGHAF_KLine_PARAM_INIT_SEQ | Set Initialization sequence method. |
AGHAF_KLine_PARAM_INIT_5BAUDMODE | Set 5 Baud initialization mode. |
AGHAF_KLine_PARAM_INIT_TIDLE | TIdle - Minimum bus idle time before tester starts the address byte sequence or the fast init sequence. |
AGHAF_KLine_PARAM_INIT_TINITL | TInil - Sets the duration for the low pulse in a fast initialization sequence. |
AGHAF_KLine_PARAM_INIT_TWUP | TWup - Sets total duration of the wakeup pulse (low and high pulse). |
AGHAF_KLine_PARAM_INIT_W1MAX | W1Max - Maximum time from the end of address byte to start of the synchronization pattern from the ECU. |
AGHAF_KLine_PARAM_INIT_W2MAX | W2Max - Maximum time from the end of the synchronization pattern to the start of key byte 1. |
AGHAF_KLine_PARAM_INIT_W3MAX | W3Max - Maximum time between key byte 1 and key byte 2. |
AGHAF_KLine_PARAM_INIT_W4MAX | W4Max - Maximum time between receiving key byte 2 from the ECU and the inversion being returned by the tester. |
AGHAF_KLine_PARAM_INIT_W4MIN | W4Min - Minimum time between receiving key byte 2 from the ECU and the inversion being returned by the tester. |
AGHAF_KLine_PARAM_TIMING_P1MAX | P1Max - Maximum inter-byte time for reception. |
AGHAF_KLine_PARAM_TIMING_P4MIN | P4Min - Minimum inter-byte time for transmission. |
enum AGHAF_KLine_Parity |