OTP partition information.
More...
#include <sw/device/silicon_creator/lib/drivers/otp.h>
|
uint32_t | start_addr |
| The absolute OTP address at which this partition starts.
|
|
size_t | size |
| Size (in bytes) of the partition, excluding the digest field.
|
|
uint32_t | digest_addr |
| The absolute OTP address at which this partition's digest starts.
|
|
uint32_t | align_mask |
| The alignment mask for this partition. More...
|
|
OTP partition information.
Definition at line 41 of file otp.h.
◆ align_mask
uint32_t otp_partition_info::align_mask |
The alignment mask for this partition.
A valid address for this partition must be such that addr & align_mask == 0
.
Definition at line 60 of file otp.h.
◆ digest_addr
uint32_t otp_partition_info::digest_addr |
The absolute OTP address at which this partition's digest starts.
Definition at line 53 of file otp.h.
◆ size
size_t otp_partition_info::size |
Size (in bytes) of the partition, excluding the digest field.
Definition at line 49 of file otp.h.
◆ start_addr
uint32_t otp_partition_info::start_addr |
The absolute OTP address at which this partition starts.
Definition at line 45 of file otp.h.