Rev 1764 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1764 | Rev 1978 | ||
|---|---|---|---|
| Line 24... | Line 24... | ||
| 24 | void sns_Serial_Process(void); |
24 | void sns_Serial_Process(void); |
| 25 | void sns_Serial_HandleMessage(StdCan_Msg_t *rxMsg); |
25 | void sns_Serial_HandleMessage(StdCan_Msg_t *rxMsg); |
| 26 | void sns_Serial_List(uint8_t ModuleSequenceNumber); |
26 | void sns_Serial_List(uint8_t ModuleSequenceNumber); |
| 27 | 27 | ||
| 28 | 28 | ||
| 29 | |
29 | #ifndef sns_Serial_USEEEPROM |
| - | 30 | #define sns_Serial_USEEEPROM 0 |
|
| - | 31 | #endif |
|
| - | 32 | ||
| - | 33 | #if sns_Serial_USEEEPROM==1 |
|
| 30 | struct sns_Serial_Data { |
34 | struct sns_Serial_Data { |
| 31 | uint32_t baudRate; |
35 | uint32_t baudRate; |
| 32 | uint16_t format; |
36 | uint16_t format; |
| 33 | uint8_t databits; |
37 | uint8_t databits; |
| 34 | uint8_t stopbits; |
38 | uint8_t stopbits; |