7#ifndef ZEPHYR_INCLUDE_DRIVERS_MSPI_CADENCE_H_
8#define 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