Files
panda-meb/board/drivers/clock_source_declarations.h
Robbe Derks 0dc95a89dd Cuatro: changes for new board rev (#2176)
changes for new board rev

Co-authored-by: Comma Device <device@comma.ai>
2025-04-10 15:55:54 -07: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);