|
Zephyr Project API 4.2.99
A Scalable Open Source RTOS
|
Non-Volatile Memory cell representation. More...
#include <nvmem.h>
Data Fields | |
| const struct device * | dev |
| 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. | |
Non-Volatile Memory cell representation.
| const struct device* nvmem_cell::dev |
NVMEM parent controller device instance.
| off_t nvmem_cell::offset |
Offset of the NVMEM cell relative to the parent controller's base address.
| bool nvmem_cell::read_only |
Indicator if the NVMEM cell is read-write or read-only.
| size_t nvmem_cell::size |
Size of the NVMEM cell.