Zephyr API 3.6.99
|
CAN L2 network driver API. More...
#include <canbus.h>
Data Fields | |
struct net_if_api | iface_api |
The net_if_api must be placed in first position in this struct so that we are compatible with network interface API. | |
int(* | send )(const struct device *dev, struct net_pkt *pkt) |
Send a CAN packet by socket. | |
void(* | close )(const struct device *dev, int filter_id) |
Close the related CAN socket. | |
int(* | setsockopt )(const struct device *dev, void *obj, int level, int optname, const void *optval, socklen_t optlen) |
Set socket CAN option. | |
int(* | getsockopt )(const struct device *dev, void *obj, int level, int optname, const void *optval, socklen_t *optlen) |
Get socket CAN option. | |
CAN L2 network driver API.
void(* canbus_api::close) (const struct device *dev, int filter_id) |
Close the related CAN socket.
int(* canbus_api::getsockopt) (const struct device *dev, void *obj, int level, int optname, const void *optval, socklen_t *optlen) |
Get socket CAN option.
struct net_if_api canbus_api::iface_api |
The net_if_api must be placed in first position in this struct so that we are compatible with network interface API.
Send a CAN packet by socket.
int(* canbus_api::setsockopt) (const struct device *dev, void *obj, int level, int optname, const void *optval, socklen_t optlen) |
Set socket CAN option.