AM64x MCU+ SDK  08.02.00

Detailed Description

Request message for writing to an OTP row.

Parameters
hdrCommon TI-SCI header
row_idxIndex of the otp row to be written. Index starts from zero.
row_valvalue to be written to the otp row
row_maskmask specifying the bits in row_val to be written

Data Fields

struct tisci_header hdr
 
uint8_t row_idx
 
uint32_t row_val
 
uint32_t row_mask
 

Field Documentation

◆ hdr

struct tisci_header tisci_msg_write_otp_row_req::hdr

◆ row_idx

uint8_t tisci_msg_write_otp_row_req::row_idx

◆ row_val

uint32_t tisci_msg_write_otp_row_req::row_val

◆ row_mask

uint32_t tisci_msg_write_otp_row_req::row_mask