Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
nvmem_cell Struct Reference

Non-Volatile Memory cell representation. More...

#include <zephyr/nvmem.h>

Data Fields

const struct devicedev
 NVMEM parent controller device instance.
off_t offset
 Offset of the NVMEM cell relative to the parent controller's base address.
size_t size
 Size of the NVMEM cell.
bool read_only
 Indicator if the NVMEM cell is read-write or read-only.

Detailed Description

Non-Volatile Memory cell representation.

Field Documentation

◆ dev

const struct device* nvmem_cell::dev

NVMEM parent controller device instance.

◆ offset

off_t nvmem_cell::offset

Offset of the NVMEM cell relative to the parent controller's base address.

◆ read_only

bool nvmem_cell::read_only

Indicator if the NVMEM cell is read-write or read-only.

◆ size

size_t nvmem_cell::size

Size of the NVMEM cell.


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