Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
npcx_ex_ops_gdma_in Struct Reference

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.

Detailed Description

Input parameters for FLASH_NPCX_EX_OP_EXEC_GDMA operation.

Defines the source, destination, and size of a GDMA memory transfer.

Field Documentation

◆ dst

uint32_t npcx_ex_ops_gdma_in::dst

Destination address of the transfer.

◆ length

uint16_t npcx_ex_ops_gdma_in::length

Number of bytes to transfer.

◆ src

uint32_t npcx_ex_ops_gdma_in::src

Source address of the transfer.


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