TT Zephyr Platforms 19.5.0-rc1
Tenstorrent Firmware
Loading...
Searching...
No Matches
bh_power.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Tenstorrent AI ULC
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6#ifndef BH_POWER_H
7#define BH_POWER_H
8
9#include <stdbool.h>
10#include <stdint.h>
11
12int32_t bh_set_l2cpu_enable(bool enable);
13bool bh_get_aiclk_busy(void);
14
15#endif
bool bh_get_aiclk_busy(void)
Definition bh_power.c:72
int32_t bh_set_l2cpu_enable(bool enable)
Definition bh_power.c:45
__INT32_TYPE__ int32_t