1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-19 11:33:51 +01:00
RIOT/boards/common/sodaq/include/cfg_rtc_default.h
2025-07-18 14:23:37 +02:00

39 lines
518 B
C

/*
* SPDX-FileCopyrightText: 2016 Kees Bakker, SODAQ
* SPDX-License-Identifier: LGPL-2.1-only
*/
#pragma once
/**
* @ingroup boards_common_sodaq
* @{
*
* @file
* @brief Default RTC configuration for SODAQ boards
*
* @author Kees Bakker <kees@sodaq.com>
*/
#include <stdint.h>
#include "cpu.h"
#include "periph_cpu.h"
#ifdef __cplusplus
extern "C" {
#endif
/**
* @name RTC configuration
* @{
*/
#define RTC_DEV RTC->MODE2
/** @} */
#ifdef __cplusplus
}
#endif
/** @} */