Software APIs
sw
device
tests
sim_dv
lc_ctrl_transition_impl.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_TESTS_SIM_DV_LC_CTRL_TRANSITION_IMPL_H_
6
#define OPENTITAN_SW_DEVICE_TESTS_SIM_DV_LC_CTRL_TRANSITION_IMPL_H_
7
8
#include <
stdbool.h
>
9
10
bool
execute_lc_ctrl_transition_test(
bool
use_ext_clk);
11
12
#endif
// OPENTITAN_SW_DEVICE_TESTS_SIM_DV_LC_CTRL_TRANSITION_IMPL_H_
Return to
OpenTitan Documentation