Request message for writing to an OTP row.
| hdr | Common TI-SCI header |
| row_idx | Index of the otp row to be written. Index starts from zero. |
| row_val | value to be written to the otp row |
| row_mask | mask 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 |
| struct tisci_header tisci_msg_write_otp_row_req::hdr |
| uint8_t tisci_msg_write_otp_row_req::row_idx |
| uint32_t tisci_msg_write_otp_row_req::row_val |
| uint32_t tisci_msg_write_otp_row_req::row_mask |