Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
|
4.1.99 |
Macros | |
#define | MSPI_XIP_CFG_STRUCT_DECLARE(_name) |
Declare the optional XIP config in peripheral driver. | |
#define | MSPI_XIP_BASE_ADDR_DECLARE(_name) |
Declare the optional XIP base address in peripheral driver. | |
#define | MSPI_SCRAMBLE_CFG_STRUCT_DECLARE(_name) |
Declare the optional scramble config in peripheral driver. | |
#define | MSPI_TIMING_CFG_STRUCT_DECLARE(_name) |
Declare the optional timing config in peripheral driver. | |
#define | MSPI_TIMING_PARAM_DECLARE(_name) |
Declare the optional timing parameter in peripheral driver. | |
#define | MSPI_OPTIONAL_CFG_STRUCT_INIT(code, _name, _object) |
Initialize the optional config structure in peripheral driver. | |
#define | MSPI_XIP_BASE_ADDR_INIT(_name, _bus) |
Initialize the optional XIP base address in peripheral driver. | |
#define MSPI_OPTIONAL_CFG_STRUCT_INIT | ( | code, | |
_name, | |||
_object ) |
#include <zephyr/drivers/mspi.h>
Initialize the optional config structure in peripheral driver.
#define MSPI_SCRAMBLE_CFG_STRUCT_DECLARE | ( | _name | ) |
#define MSPI_TIMING_CFG_STRUCT_DECLARE | ( | _name | ) |
#include <zephyr/drivers/mspi.h>
Declare the optional timing config in peripheral driver.
#define MSPI_TIMING_PARAM_DECLARE | ( | _name | ) |
#include <zephyr/drivers/mspi.h>
Declare the optional timing parameter in peripheral driver.
#define MSPI_XIP_BASE_ADDR_DECLARE | ( | _name | ) |
#include <zephyr/drivers/mspi.h>
Declare the optional XIP base address in peripheral driver.
#define MSPI_XIP_BASE_ADDR_INIT | ( | _name, | |
_bus ) |
#include <zephyr/drivers/mspi.h>
Initialize the optional XIP base address in peripheral driver.
#define MSPI_XIP_CFG_STRUCT_DECLARE | ( | _name | ) |