Add start of TC and design for init image

This commit is contained in:
Sem van der Hoeven
2023-10-31 22:10:55 +01:00
parent 34fd5a5380
commit cf27e84969
5 changed files with 31 additions and 63 deletions

View File

@@ -10,10 +10,12 @@ extern "C"
#define CLOCK_FREQ 32768
void obd2_timer_init();
void obd2_timer_reset();
void obd2_timer_enable();
void obd2_timer_set_period(__UINT32_TYPE__ period);
void obd2_RTT_init();
void obd2_RTT_reset();
void obd2_RTT_enable();
void obd2_RTT_set_period(__UINT32_TYPE__ period);
void obd2_TC_init();
#ifdef __cplusplus
}