TT Zephyr Platforms 18.11.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
mspi_dw.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Tenstorrent AI ULC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_DRIVERS_MSPI_DW_H_
8#define ZEPHYR_INCLUDE_DRIVERS_MSPI_DW_H_
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14/* Configure RX_SAMPLE_DLY register for MSPI DW SSI */
15#define MSPI_DW_RX_TIMING_CFG BIT(0)
16
17#ifdef __cplusplus
18}
19#endif
20
21#endif /* ZEPHYR_INCLUDE_DRIVERS_MSPI_DW_H_ */