Rev 59 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 59 | Rev 63 | ||
|---|---|---|---|
| Line 78... | Line 78... | ||
| 78 | * Public Function Prototypes |
78 | * Public Function Prototypes |
| 79 | *---------------------------------------------------------------------------*/ |
79 | *---------------------------------------------------------------------------*/ |
| 80 | 80 | ||
| 81 | CanReturn_t CanInit(CanBitrate_t bitrate); |
81 | CanReturn_t CanInit(CanBitrate_t bitrate); |
| 82 | void can_initMessageStruct(CanMessage_t* msg); |
82 | void can_initMessageStruct(CanMessage_t* msg); |
| 83 | CanReturn_t CanSend( |
83 | CanReturn_t CanSend(CanMessage_t* msg); |
| 84 | CanReturn_t CanReceiveAvailable(void); |
84 | CanReturn_t CanReceiveAvailable(void); |
| 85 | CanReturn_t CanReceive(CanMessage_t *msg); |
85 | CanReturn_t CanReceive(CanMessage_t *msg); |
| 86 | CanReturn_t CanCheckError(void); |
86 | CanReturn_t CanCheckError(void); |
| 87 | 87 | ||
| 88 | #if (CANDEBUG) |
88 | #if (CANDEBUG) |