rusEFI
The most advanced open source ECU
|
CAN transmission handling. This file handles the dispatch of various outgoing regularly scheduled CAN message types.
Definition in file can_tx.cpp.
Functions | |
static CI | roundTxPeriodToCycle (uint16_t period) |
PUBLIC_API_WEAK bool | boardEnableSendWidebandInfo () |
void | resetCanWriteCycle () |
Variables | |
CanListener * | canListeners_head |
static uint16_t | m_cycleCount = 0 |
PUBLIC_API_WEAK bool boardEnableSendWidebandInfo | ( | ) |
Definition at line 41 of file can_tx.cpp.
void resetCanWriteCycle | ( | ) |
Definition at line 45 of file can_tx.cpp.
|
static |
Definition at line 29 of file can_tx.cpp.
Referenced by CanWrite::PeriodicTask().
|
extern |
Definition at line 69 of file can_rx.cpp.
Referenced by CanWrite::PeriodicTask(), registerCanListener(), and serviceCanSubscribers().
|
static |
Definition at line 43 of file can_tx.cpp.
Referenced by CanWrite::PeriodicTask(), and resetCanWriteCycle().