2024-09-20 14:30:45 -07:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#define CLOCK_SOURCE_PERIOD_MS 50U
|
|
|
|
|
#define CLOCK_SOURCE_PULSE_LEN_MS 2U
|
|
|
|
|
|
2025-06-03 18:37:28 -07:00
|
|
|
void clock_source_set_timer_params(uint16_t param1, uint16_t param2);
|
2025-04-11 00:55:54 +02:00
|
|
|
void clock_source_init(bool enable_channel1);
|