|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
Main header file for OTP driver API. More...
#include <stddef.h>#include <sys/types.h>#include <zephyr/device.h>#include <zephyr/types.h>#include <zephyr/syscalls/otp.h>Go to the source code of this file.
Functions | |
| int | otp_read (const struct device *dev, off_t offset, void *data, size_t len) |
| Read data from OTP memory. | |
| int | otp_program (const struct device *dev, off_t offset, const void *data, size_t len) |
| Program data to the given OTP memory. | |
Main header file for OTP driver API.