Contains CAN driver interface functions. More...

Go to the source code of this file.
Namespaces | |
| icl_hardware | |
| icl_hardware::can | |
Macros | |
| #define | IOCTL_CAN_IOCRESET 0x01 |
| #define | IOCTL_CAN_IOCSETRMASK 0x03 |
| #define | IOCTL_CAN_KNOCKNOCK 0x06 |
| #define | IOCTL_CAN_SETBAUDRATE 0x02 |
| #define | IOCTL_CAN_SETRECEIVEFIFOSIZE 0x05 |
| #define | IOCTL_CAN_SETSENDFIFOSIZE 0x04 |
Functions | |
| bool | icl_hardware::can::CanDescriptorValid (tCanDescriptor can_device) |
| const char * | icl_hardware::can::CanDriverName () |
| tCanDescriptor | icl_hardware::can::InvalidCanDescriptor () |
| #define IOCTL_CAN_IOCRESET 0x01 |
Definition at line 74 of file UseITECCan.h.
| #define IOCTL_CAN_IOCSETRMASK 0x03 |
Definition at line 76 of file UseITECCan.h.
| #define IOCTL_CAN_KNOCKNOCK 0x06 |
Definition at line 79 of file UseITECCan.h.
| #define IOCTL_CAN_SETBAUDRATE 0x02 |
Definition at line 75 of file UseITECCan.h.
| #define IOCTL_CAN_SETRECEIVEFIFOSIZE 0x05 |
Definition at line 78 of file UseITECCan.h.
| #define IOCTL_CAN_SETSENDFIFOSIZE 0x04 |
Definition at line 77 of file UseITECCan.h.