Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mspi_ce_control Struct Reference

MSPI Chip Select control structure. More...

#include <mspi.h>

Data Fields

struct gpio_dt_spec gpio
 GPIO devicetree specification of CE GPIO.
 
uint32_t delay
 Delay to wait.
 

Detailed Description

MSPI Chip Select control structure.

This can be used to control a CE line via a GPIO line, instead of using the controller inner CE logic.

Field Documentation

◆ delay

uint32_t mspi_ce_control::delay

Delay to wait.

In microseconds before starting the transmission and before releasing the CE line.

◆ gpio

struct gpio_dt_spec mspi_ce_control::gpio

GPIO devicetree specification of CE GPIO.

The device pointer can be set to NULL to fully inhibit CE control if necessary. The GPIO flags GPIO_ACTIVE_LOW/GPIO_ACTIVE_HIGH should be the same as in MSPI configuration.


The documentation for this struct was generated from the following file: