PDK API Guide for J721E
Sciclient_rmIrUsedMapping Struct Reference

Detailed Description

Describes a range of IR input to output mappings used by ROM and if they've been cleared back to hardware reset values.

Parameters
inp_startStart of IR input range
outp_startStart of IR output range
lengthLength of the mapping range
clearedBoolean storing whether or not the input mapped range is going to be cleared.
opClearedBoolean storing whether or not the output mapped range is going to be cleared. The sciclient logic does not clear the mapping. The IR mapping is cleared by the RM logic.

Data Fields

uint16_t inp_start
 
uint16_t outp_start
 
uint16_t length
 
bool cleared
 
bool opCleared
 

Field Documentation

◆ inp_start

uint16_t Sciclient_rmIrUsedMapping::inp_start

◆ outp_start

uint16_t Sciclient_rmIrUsedMapping::outp_start

◆ length

uint16_t Sciclient_rmIrUsedMapping::length

◆ cleared

bool Sciclient_rmIrUsedMapping::cleared

◆ opCleared

bool Sciclient_rmIrUsedMapping::opCleared