Files
openpilot/panda/board/drivers/clock_source_declarations.h
Comma Device 3721ecbf8a Release 260111
2026-01-11 18:23:29 +08:00

8 lines
196 B
C

#pragma once
#define CLOCK_SOURCE_PERIOD_MS 50U
#define CLOCK_SOURCE_PULSE_LEN_MS 2U
void clock_source_set_period(uint8_t period);
void clock_source_init(bool enable_channel1);