Definitions of generic CAN interface.  
More...
Definitions of generic CAN interface. 
- Author
 - Vincent Dupont vince.nosp@m.nt@o.nosp@m.takey.nosp@m.s.co.nosp@m.m 
 
Definition in file raw.h.
#include "can/can.h"
#include "can/raw.h"
#include "mbox.h"
 
Go to the source code of this file.
 | 
| int  | conn_can_raw_create (conn_can_raw_t *conn, struct can_filter *filter, size_t count, int ifnum, int flags) | 
|   | Create can connection socket.  More...
  | 
|   | 
| int  | conn_can_raw_close (conn_can_raw_t *conn) | 
|   | Close can connection socket.  More...
  | 
|   | 
| int  | conn_can_raw_recv (conn_can_raw_t *conn, can_frame_t *frame, uint32_t timeout) | 
|   | Generic can receive.  More...
  | 
|   | 
| int  | conn_can_raw_send (conn_can_raw_t *conn, const can_frame_t *frame, int flags) | 
|   | Generic can send.  More...
  | 
|   | 
| int  | conn_can_raw_set_filter (conn_can_raw_t *conn, struct can_filter *filter, size_t count) | 
|   | Set raw CAN filters.  More...
  | 
|   |