libyggdrasil
v1.0.0
|
CAN implementation for Asgard. More...
#include <can.hpp>
Static Public Member Functions | |
static bool | init () |
Init function. More... | |
static bool | deinit () |
Deinit function. More... | |
static bool | enable () |
Can enable. More... | |
static bool | disable () |
Can disable. More... | |
static void | read (u32 &id, u32 &extendedId, u32 ×tamp, std::array< u8, 8 > &data) |
CAN receive. More... | |
template<typename T > | |
static u32 | write (bsp::drv::CANPacket< T > packet) |
CAN write. More... | |
CAN implementation for Asgard.
Context | CAN context |
|
inlinestatic |
Deinit function.
|
inlinestatic |
Can disable.
|
inlinestatic |
Can enable.
|
inlinestatic |
Init function.
|
inlinestatic |
|
inlinestatic |