AM64x MCU+ SDK  08.02.00

Detailed Description

Respone message for Get OTP row lock status request.

Parameters
hdrCommon TI-SCI header
global_soft_lockindicates if global soft lock has been enabled preventing writes.
hw_write_lockindicates if write lock has been applied in HW on the current row.
hw_read_lockindicates if read lock has been applied in HW on the current row.
row_soft_lockindicates if soft lock has been enabled on current row preventing writes.

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

Data Fields

struct tisci_header hdr
 
uint8_t global_soft_lock
 
uint8_t hw_write_lock
 
uint8_t hw_read_lock
 
uint8_t row_soft_lock
 

Field Documentation

◆ hdr

struct tisci_header tisci_msg_get_otp_row_lock_status_resp::hdr

◆ global_soft_lock

uint8_t tisci_msg_get_otp_row_lock_status_resp::global_soft_lock

◆ hw_write_lock

uint8_t tisci_msg_get_otp_row_lock_status_resp::hw_write_lock

◆ hw_read_lock

uint8_t tisci_msg_get_otp_row_lock_status_resp::hw_read_lock

◆ row_soft_lock

uint8_t tisci_msg_get_otp_row_lock_status_resp::row_soft_lock