Zephyr API 3.6.99
|
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. | |
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.
uint32_t mspi_ce_control::delay |
Delay to wait.
In microseconds before starting the transmission and before releasing the CE line.
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.