A CAN frame receiver.
More...
|
|
struct rbnode | node |
| | The node of this receiver in the tree of receivers.
|
| |
|
struct dlnode | list |
| | The list of CAN frame receivers with the same key.
|
| |
|
can_net_t * | net |
| | A pointer to the network interface with which this receiver is registered.
|
| |
| uint_least64_t | key |
| | The key used in node.
|
| |
|
can_recv_func_t * | func |
| | A pointer to the callback function invoked by can_net_recv().
|
| |
|
void * | data |
| | A pointer to the user-specified data for func.
|
| |
A CAN frame receiver.
Definition at line 86 of file net.c.
◆ key
| uint_least64_t __can_recv::key |
The key used in node.
This is a combination of the CAN identifier and the flag.s
Definition at line 100 of file net.c.
The documentation for this struct was generated from the following file: