|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Input parameters for FLASH_NPCX_EX_OP_EXEC_GDMA operation. More...
#include <zephyr/drivers/flash/npcx_flash_api_ex.h>
Data Fields | |
| uint32_t | src |
| Source address of the transfer. | |
| uint32_t | dst |
| Destination address of the transfer. | |
| uint16_t | length |
| Number of bytes to transfer. | |
Input parameters for FLASH_NPCX_EX_OP_EXEC_GDMA operation.
Defines the source, destination, and size of a GDMA memory transfer.
| uint32_t npcx_ex_ops_gdma_in::dst |
Destination address of the transfer.
| uint16_t npcx_ex_ops_gdma_in::length |
Number of bytes to transfer.
| uint32_t npcx_ex_ops_gdma_in::src |
Source address of the transfer.