AM64x MCU+ SDK  08.02.00

Detailed Description

Request message for hardware locking an OTP row.

Parameters
hdrCommon TI-SCI header
row_idxIndex of the otp row to be written. Index starts from zero.
hw_write_lockindicates if write lock has to be applied in HW on the current row. Set to 0x5A for write lock.
hw_read_lockindicates if read lock has to be applied in HW on the current row. Set to 0x5A for read lock.
row_soft_lockindicates if soft lock has to be enabled on current row preventing writes. (ignored for now)

In all cases 0x5A indicates true and 0xA5 indicates false. All other values are invalid.

Data Fields

struct tisci_header hdr
 
uint8_t row_idx
 
uint8_t hw_write_lock
 
uint8_t hw_read_lock
 
uint8_t row_soft_lock
 

Field Documentation

◆ hdr

struct tisci_header tisci_msg_lock_otp_row_req::hdr

◆ row_idx

uint8_t tisci_msg_lock_otp_row_req::row_idx

◆ hw_write_lock

uint8_t tisci_msg_lock_otp_row_req::hw_write_lock

◆ hw_read_lock

uint8_t tisci_msg_lock_otp_row_req::hw_read_lock

◆ row_soft_lock

uint8_t tisci_msg_lock_otp_row_req::row_soft_lock