TT Zephyr Platforms
18.11.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
pins.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2024 Tenstorrent AI ULC
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef TENSTORRENT_JTAG_BOOTROM_PINS_H_
8
#define TENSTORRENT_JTAG_BOOTROM_PINS_H_
9
10
#include <
zephyr/drivers/gpio.h
>
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
16
extern
const
struct
gpio_dt_spec
TCK
;
17
extern
const
struct
gpio_dt_spec
TDI
;
18
extern
const
struct
gpio_dt_spec
TDO
;
19
extern
const
struct
gpio_dt_spec
TMS
;
20
extern
const
struct
gpio_dt_spec
TRST
;
21
22
#ifdef __cplusplus
23
}
24
#endif
25
26
#endif
gpio.h
TDO
const struct gpio_dt_spec TDO
TRST
const struct gpio_dt_spec TRST
TMS
const struct gpio_dt_spec TMS
TDI
const struct gpio_dt_spec TDI
TCK
const struct gpio_dt_spec TCK
gpio_dt_spec
lib
tenstorrent
jtag_bootrom
pins.h
Generated by
1.14.0