isotp-c
Platform-independent ISO 15765-2 transport for embedded C
Loading...
Searching...
No Matches
isotp_user.h File Reference

Application-provided platform hooks. More...

#include <stdint.h>
Include dependency graph for isotp_user.h:

Go to the source code of this file.

Functions

void isotp_user_debug (const char *message,...)
 Receive a diagnostic message from the library.
int isotp_user_send_can (const uint32_t arbitration_id, const uint8_t *data, const uint8_t size, const uint8_t flags, void *arg)
 Submit one CAN or CAN FD frame to the application's driver.
uint32_t isotp_user_get_us (void)
 Return the current 32-bit monotonic time in microseconds.

Detailed Description

Application-provided platform hooks.

Definition in file isotp_user.h.