|
|
|
@ -350,7 +350,7 @@ private:
@@ -350,7 +350,7 @@ private:
|
|
|
|
|
ioline_t line; |
|
|
|
|
|
|
|
|
|
// time the current byte started
|
|
|
|
|
systime_t byte_start_tick; |
|
|
|
|
uint32_t byte_start_tick; |
|
|
|
|
|
|
|
|
|
// number of bits we have read in this byte
|
|
|
|
|
uint8_t nbits; |
|
|
|
@ -361,8 +361,8 @@ private:
@@ -361,8 +361,8 @@ private:
|
|
|
|
|
// value of completed byte (includes start and stop bits)
|
|
|
|
|
uint16_t byteval; |
|
|
|
|
|
|
|
|
|
// expected time per bit in system ticks
|
|
|
|
|
systime_t bit_time_tick; |
|
|
|
|
// expected time per bit in micros
|
|
|
|
|
uint32_t bit_time_tick; |
|
|
|
|
|
|
|
|
|
// the bit value of the last bit received
|
|
|
|
|
uint8_t last_bit; |
|
|
|
|