mcuTypes.h File Reference
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | CanStatusEvent |
It contains the current CAN Bus status defined in its timestamp. More... | |
struct | CANBusFrame |
It contains the CAN Bus Frame structure. More... | |
struct | CANBusFilter |
struct | CANBusConfiguration |
CAN BUS configuration structure. More... | |
Namespaces | |
dpyMcu | |
Deepsy Mcu namespace that includes the different enums, structs or method signatures that should be used. | |
Enumerations | |
enum | CanStatus { TX_BUSY = 0, TX_IDLE = 1, RX_BUSY = 2, RX_IDLE = 3, RX_FIFO0_NEW = 4, RX_FIFO0_IDLE = 5, RX_FIFO0_WATERMARK = 6, RX_FIFO0_FULL = 7, RX_FIFO0_LOST = 8, RX_FIFO1_NEW = 9, RX_FIFO1_IDLE = 10, RX_FIFO1_WATERMARK = 11, RX_FIFO1_FULL = 12, RX_FIFO1_LOST = 13, RX_FIFO0_BUSY = 14, RX_FIFO1_BUSY = 15, ERROR_STATUS = 16, UNHANDLED = 17 } |
Different CAN Bus tatus. More... | |
enum | CANBusIdType { STANDARD = 0, EXTENDED = 1 } |
enum | SerialPortProtocol { RS485 = 0, RS232 = 1 } |
Serial Ports Protocol. More... | |
Detailed Description
/ Header file for MCU types
- Copyright
- GMV, S.A. 2017. Property of GMV, S.A.; all rights reserved