Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
board.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2019 Alexander Chudov <chudov@gmail.com>
3
* SPDX-License-Identifier: LGPL-2.1-only
4
*/
5
6
#pragma once
7
17
18
#include "cpu.h"
19
20
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
23
28
#define XTIMER_WIDTH (16)
29
#define XTIMER_HZ (CLOCK_CORECLOCK / 64)
30
#define XTIMER_BACKOFF (40)
31
33
34
#ifdef __cplusplus
35
}
36
#endif
37
Generated on Wed Aug 27 2025 20:40:39 by
1.13.2