Zephyr Project API
4.2.99
A Scalable Open Source RTOS
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
11
extern
"C"
{
12
#endif
13
18
struct
mspi_dw_timing_cfg
{
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_t
__UINT32_TYPE__ uint32_t
Definition
stdint.h:90
mspi_dw_timing_cfg
Designware MSPI configuration structure- this should be passed to the MSPI driver when calling mspi_t...
Definition
mspi_dw.h:18
mspi_dw_timing_cfg::rx_sample_dly
uint32_t rx_sample_dly
Definition
mspi_dw.h:19
include
zephyr
drivers
mspi
mspi_dw.h
Generated on Sun Aug 24 2025 06:52:30 for Zephyr Project API by
1.9.8