From 6d10f951d5c5ebae58f7c24df1066a479b68d5fa Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Thu, 24 Jul 2025 13:54:25 +0200 Subject: nrf52832: add clock driver --- src/clock.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/clock.h (limited to 'src/clock.h') diff --git a/src/clock.h b/src/clock.h new file mode 100644 index 0000000..30cfb44 --- /dev/null +++ b/src/clock.h @@ -0,0 +1,10 @@ +#ifndef CLOCK_H +#define CLOCK_H + +/** + * Init the nrf52832 CLOCK device and ensure that clock sources are correctly + * selected. + */ +bool init_clock(); + +#endif -- cgit v1.2.3