#include <can.hpp>
Public Member Functions | |
CanRxItem () | |
Public Attributes | |
uavcan::CanIOFlags | flags |
uavcan::CanFrame | frame |
uavcan::uint64_t | utc_usec |
RX queue item. The application shall not use this directly.
Definition at line 32 of file platform_specific_components/stm32/libuavcan/driver/include/uavcan_stm32/can.hpp.
|
inline |
Definition at line 37 of file platform_specific_components/stm32/libuavcan/driver/include/uavcan_stm32/can.hpp.
uavcan::CanIOFlags uavcan_stm32::CanRxItem::flags |
Definition at line 36 of file platform_specific_components/stm32/libuavcan/driver/include/uavcan_stm32/can.hpp.
uavcan::CanFrame uavcan_stm32::CanRxItem::frame |
Definition at line 35 of file platform_specific_components/stm32/libuavcan/driver/include/uavcan_stm32/can.hpp.
uavcan::uint64_t uavcan_stm32::CanRxItem::utc_usec |
Definition at line 34 of file platform_specific_components/stm32/libuavcan/driver/include/uavcan_stm32/can.hpp.