Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mspi_cadence.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2026 Texas Instruments Incorporated
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_DRIVERS_MSPI_CADENCE_H_
8#define ZEPHYR_INCLUDE_DRIVERS_MSPI_CADENCE_H_
9
16
18#include <stdint.h>
19
26
34
42
44
45#endif /* ZEPHYR_INCLUDE_DRIVERS_MSPI_CADENCE_H_ */
mspi_cadence_timing_param
Enum which timing parameters should be modified.
Definition mspi_cadence.h:38
@ MSPI_CADENCE_TIMING_PARAM_RD_DELAY
Read delay timing parameter.
Definition mspi_cadence.h:40
#define BIT(n)
Unsigned integer with bit position n set (signed in assembly language).
Definition util_macro.h:44
__UINT8_TYPE__ uint8_t
Definition stdint.h:88
Timing configuration for the TI K3 MSPI peripheral.
Definition mspi_cadence.h:30
uint8_t rd_delay
Amount of read data capture cycles that are applied to internal data capture circuit.
Definition mspi_cadence.h:32
Macro utilities.