Home
last modified time | relevance | path

Searched refs:IsControllerEnabled (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DRenesasDA_I2C.cs176 if(IsControllerEnabled(targetAddress, previousValue, "IC_TAR")) in DefineRegisters()
192 if(IsControllerEnabled(slaveAddress, previousValue, "IC_SAR")) in DefineRegisters()
225 … if(IsControllerEnabled(standardSpeedClockHighCount, previousValue, "IC_SS_SCL_HCNT")) in DefineRegisters()
249 … if(IsControllerEnabled(standardSpeedClockLowCount, previousValue, "IC_SS_SCL_LCNT")) in DefineRegisters()
267 … if(IsControllerEnabled(fastSpeedClockHighCount, previousValue, "IC_FS_SCL_HCNT")) in DefineRegisters()
285 … if(IsControllerEnabled(fastSpeedClockLowCount, previousValue, "IC_FS_SCL_LCNT")) in DefineRegisters()
303 … if(IsControllerEnabled(highSpeedClockHighCount, previousValue, "IC_HS_SCL_HCNT")) in DefineRegisters()
321 … if(IsControllerEnabled(highSpeedClockLowCount, previousValue, "IC_HS_SCL_LCNT")) in DefineRegisters()
686 … if(IsControllerEnabled(fastSpeedSpikeLength, previousValue, "I2C_FS_SPKLEN")) in DefineRegisters()
704 … if(IsControllerEnabled(highSpeedSpikeLength, previousValue, "I2C_HS_SPKLEN")) in DefineRegisters()
[all …]