1 2 3 4 5 6 7 8 9 10 11 12 13
int RV_rv_state(rv_status_t *out_status); typedef struct { uint8_t session; uint8_t owner; uint8_t rv_status; uint8_t mbrv_status; uint8_t cmd_in_progress; uint8_t error; uint8_t km; uint8_t km_done; bool journal_fill; }rv_status_t;