architecture_arch.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2020 Otto-von-Guericke-Universität Magdeburg
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
23 /* Doc is provided centrally in architecture.h, hide this from Doxygen */
24 #ifndef DOXYGEN
25 #define ARCHITECTURE_WORD_BITS (32U)
26 #define ARCHITECTURE_BREAKPOINT(value) __BKPT(value)
27 #endif /* DOXYGEN */
28 
29 #ifdef __cplusplus
30 }
31 #endif
32