Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
 4.2.99
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
19 uint32_t rx_sample_dly; /* RX sample delay, written to RX_SAMPLE_DLY register */
20};
21
22/* Configure RX_SAMPLE_DLY register for MSPI DW SSI */
23#define MSPI_DW_RX_TIMING_CFG BIT(0)
24
25#ifdef __cplusplus
26}
27#endif
28
29#endif /* ZEPHYR_INCLUDE_DRIVERS_MSPI_DW_H_ */
__UINT32_TYPE__ uint32_t
Definition stdint.h:90
Designware MSPI configuration structure- this should be passed to the MSPI driver when calling mspi_t...
Definition mspi_dw.h:18
uint32_t rx_sample_dly
Definition mspi_dw.h:19