Zephyr Project API 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
otp_driver_api Struct Reference

@driver_ops{OTP} More...

#include <otp.h>

Data Fields

otp_api_read read
 @driver_ops_mandatory Read data from OTP memory.
otp_api_program program
 @driver_ops_optional Program data to the given OTP memory.

Detailed Description

@driver_ops{OTP}

Field Documentation

◆ program

otp_api_program otp_driver_api::program

@driver_ops_optional Program data to the given OTP memory.

Attention
Available only when the following Kconfig option is enabled:
CONFIG_OTP_PROGRAM 
.

◆ read

otp_api_read otp_driver_api::read

@driver_ops_mandatory Read data from OTP memory.


The documentation for this struct was generated from the following file:
  • include/zephyr/drivers/otp.h