|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
Driver Operations OTP driver operations More...
#include <zephyr/drivers/otp.h>
Data Fields | |
| otp_api_read | read |
| REQ Read data from OTP memory. | |
| otp_api_program | program |
| OPT Program data to the given OTP memory. | |
Driver Operations OTP driver operations
This is the driver API structure any OTP driver needs to define. It contains function pointers to the operations the driver implements, as well as any other driver-specific constant data.
Members marked with REQ MUST be set by the driver, whereas those marked with OPT are optional.
| otp_api_program otp_driver_api::program |
OPT Program data to the given OTP memory.
CONFIG_OTP_PROGRAM. | otp_api_read otp_driver_api::read |
REQ Read data from OTP memory.