Loading...
Searching...
No Matches
max313xx_params.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2026 Technische Universität Hamburg
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
19
20#include "board.h"
21#include "periph/i2c.h"
22#include "max313xx.h"
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
28#ifndef MAX313XX_PARAM_I2C
29# define MAX313XX_PARAM_I2C I2C_DEV(0)
30#endif
31
33#ifndef MAX313XX_PARAMS
34# define MAX313XX_PARAMS { \
35 .i2c = MAX313XX_PARAM_I2C, \
36}
37#endif
38
45
47
48#ifdef __cplusplus
49}
50#endif
#define MAX313XX_PARAMS
Default parameter set for MAX313xx devices.
static const max313xx_params_t max313xx_params[]
Default parameter set for MAX313XX devices.
Low-level I2C peripheral driver interface definition.
Driver interface for the MAX313xx I2C real-time clock.
Configuration parameters for MAX313xx initialization.
Definition max313xx.h:117