|
Zephyr API Documentation 4.4.0-rc1
A Scalable Open Source RTOS
|
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. | |
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.
| const void* flash_mchp_ex_op_userrow_data::data |
Pointer to the data buffer to be written.
| 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.
| 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.