#include <canard.h>

Go to the source code of this file.
Functions | |
| int | canardAVRClose (void) |
| Deinitialize CAN interface on AVR microcontroller. More... | |
| int | canardAVRConfigureAcceptanceFilters (uint8_t node_id) |
| Set hardware acceptance filters for specific node ID. More... | |
| int | canardAVRInit (uint32_t bitrate) |
| Initialize CAN interface on AVR microcontroller. More... | |
| int | canardAVRReceive (CanardCANFrame *out_frame) |
| Receives a CanardCANFrame from the CAN device. More... | |
| int | canardAVRTransmit (const CanardCANFrame *frame) |
| Transmits a CanardCANFrame to the CAN device. More... | |