Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
eeprom_driver_api Struct Reference

@driver_ops{EEPROM} More...

#include <eeprom.h>

Data Fields

eeprom_api_read read
 @driver_ops_mandatory Read data from EEPROM.
eeprom_api_write write
 @driver_ops_mandatory Write data to EEPROM.
eeprom_api_size size
 @driver_ops_mandatory Get the size of the EEPROM in bytes.

Detailed Description

@driver_ops{EEPROM}

Field Documentation

◆ read

eeprom_api_read eeprom_driver_api::read

@driver_ops_mandatory Read data from EEPROM.

◆ size

eeprom_api_size eeprom_driver_api::size

@driver_ops_mandatory Get the size of the EEPROM in bytes.

◆ write

eeprom_api_write eeprom_driver_api::write

@driver_ops_mandatory Write data to EEPROM.


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