Searched refs:LogOutOfRangePinRead (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/ |
| D | RenesasRZG_GPIO.cs | 447 LogOutOfRangePinRead(portIdx, pinIdx, Registers.Port); in CreateGPIOOutputWriteCallback() 470 LogOutOfRangePinRead(portIdx, pinIdx, Registers.PortInput); in CreateGPIOInputValueProviderCallback() 485 LogOutOfRangePinRead(portIdx, pinIdx, Registers.PortMode); in CreatePortModeValueProviderCallback() 535 LogOutOfRangePinRead(portIdx, pinIdx, Registers.PortModeControl); in CreatePortModeControlValueProviderCallback() 567 LogOutOfRangePinRead(portIdx, pinIdx, Registers.PortMode); in CreateInterruptEnableControlValueProviderCallback() 599 LogOutOfRangePinRead(portIdx, pinIdx, Registers.PortMode); in CreatePortFunctionControlValueProviderCallback() 682 private void LogOutOfRangePinRead(int portIdx, int pinIdx, Registers register) in LogOutOfRangePinRead() method in Antmicro.Renode.Peripherals.GPIOPort.RenesasRZG_GPIO
|