Zephyr API Documentation 4.4.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
flash_mchp_ex_op_userrow_data Struct Reference

Parameters for user row data operations on the MCHP NVMCTRL G1 flash. More...

#include <zephyr/drivers/flash/mchp_nvmctrl_g1.h>

Data Fields

const void * data
 Pointer to the data buffer to be written.
size_t data_len
 Length of the data buffer in bytes.
off_t offset
 Byte offset within the user row region where the write starts.

Detailed Description

Parameters for user row data operations on the MCHP NVMCTRL G1 flash.

Used as the in argument to FLASH_EX_OP_USER_ROW_WRITE to specify the source data buffer and the target location within the user row region.

Field Documentation

◆ data

const void* flash_mchp_ex_op_userrow_data::data

Pointer to the data buffer to be written.

◆ data_len

size_t flash_mchp_ex_op_userrow_data::data_len

Length of the data buffer in bytes.

Must be aligned to the write block size.

◆ offset

off_t flash_mchp_ex_op_userrow_data::offset

Byte offset within the user row region where the write starts.

Must be aligned to the write block size.


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