Software APIs
cheriot_regs.h
Go to the documentation of this file.
1/**
2 * @file
3 * @brief Generated register defines for cheriot
4 */
5
6// Copyright information found in source file:
7// Copyright lowRISC contributors (OpenTitan project).
8
9// Licensing information found in source file:
10// Licensed under the Apache License, Version 2.0, see LICENSE for details.
11// SPDX-License-Identifier: Apache-2.0
12
13#ifndef _CHERIOT_REG_DEFS_
14#define _CHERIOT_REG_DEFS_
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19// Number of alerts
20#define CHERIOT_PARAM_NUM_ALERTS 1
21
22// Register width
23#define CHERIOT_PARAM_REG_WIDTH 32
24
25// Alert Test Register
26#define CHERIOT_ALERT_TEST_REG_OFFSET 0x0
27#define CHERIOT_ALERT_TEST_REG_RESVAL 0x0u
28#define CHERIOT_ALERT_TEST_FATAL_FAULT_BIT 0
29
30#ifdef __cplusplus
31} // extern "C"
32#endif
33#endif // _CHERIOT_REG_DEFS_
34// End generated register defines for cheriot