Software APIs
calibration_values.h
1 // Copyright lowRISC contributors (OpenTitan project).
2 // Licensed under the Apache License, Version 2.0, see LICENSE for details.
3 // SPDX-License-Identifier: Apache-2.0
4 
5 #ifndef OPENTITAN_SW_DEVICE_SILICON_CREATOR_MANUF_DATA_AST_CALIBRATION_VALUES_H_
6 #define OPENTITAN_SW_DEVICE_SILICON_CREATOR_MANUF_DATA_AST_CALIBRATION_VALUES_H_
7 
8 #include <stdint.h>
9 
10 #include "sw/device/silicon_creator/manuf/lib/flash_info_fields.h"
11 
12 extern uint32_t ast_cfg_data[kFlashInfoAstCalibrationDataSizeIn32BitWords];
13 
14 #endif // OPENTITAN_SW_DEVICE_SILICON_CREATOR_MANUF_DATA_AST_CALIBRATION_VALUES_H_