|
rusEFI
The most advanced open source ECU
|
Functions | |
| static | MAILBOX_DECL (sent_mb, sent_mb_buffer, SENT_MB_SIZE) |
| static | THD_WORKING_AREA (waSentDecoderThread, 256) |
| void | SENT_ISR_Handler (uint8_t channel, uint16_t clocks, uint8_t flags) |
| static void | SentDecoderThread (void *) |
| static void | printSentInfo () |
| float | getSentValue (SentInput input) |
| int | getSentValues (SentInput input, uint16_t *sig0, uint16_t *sig1) |
| void | initSent (void) |
Variables | |
| static sent_channel | channels [SENT_CHANNELS_NUM] |
| static msg_t | sent_mb_buffer [SENT_MB_SIZE] |
Definition at line 135 of file sent.cpp.
Referenced by configureRusefiLuaHooks(), and sentTpsDecode().

| int getSentValues | ( | SentInput | input, |
| uint16_t * | sig0, | ||
| uint16_t * | sig1 | ||
| ) |
Definition at line 153 of file sent.cpp.
Referenced by configureRusefiLuaHooks(), and sentPressureDecode().

| void initSent | ( | void | ) |
Definition at line 167 of file sent.cpp.
Referenced by initHardware().


|
static |
|
static |
Definition at line 122 of file sent.cpp.
Referenced by initSent().


| void SENT_ISR_Handler | ( | uint8_t | channel, |
| uint16_t | clocks, | ||
| uint8_t | flags | ||
| ) |
Definition at line 73 of file sent.cpp.
Referenced by icuperiodcb().

|
static |
Definition at line 83 of file sent.cpp.
Referenced by initSent().


|
static |
|
static |
Definition at line 25 of file sent.cpp.
Referenced by getSentValue(), getSentValues(), printSentInfo(), and SentDecoderThread().
|
static |
Definition at line 68 of file sent.cpp.
Referenced by initSent().