Searched refs:RadioControllerRegisters (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/ |
| D | EFR32xG24_Radio.cs | 580 …return Read<RadioControllerRegisters>(radioControllerRegistersCollection, "Radio Controller (RAC)"… in ReadDoubleWordFromRadioController() 586 …return ReadByte<RadioControllerRegisters>(radioControllerRegistersCollection, "Radio Controller (R… in ReadByteFromRadioController() 592 …Write<RadioControllerRegisters>(radioControllerRegistersCollection, "Radio Controller (RAC)", offs… in WriteDoubleWordToRadioController() 604 …return Read<RadioControllerRegisters>(radioControllerRegistersCollection, "Radio Controller (RAC_N… in ReadDoubleWordFromRadioControllerNonSecure() 610 …return ReadByte<RadioControllerRegisters>(radioControllerRegistersCollection, "Radio Controller (R… in ReadByteFromRadioControllerNonSecure() 616 …Write<RadioControllerRegisters>(radioControllerRegistersCollection, "Radio Controller (RAC_NS)", o… in WriteDoubleWordToRadioControllerNonSecure() 1483 {(long)RadioControllerRegisters.RXENSourceEnable, new DoubleWordRegister(this) in BuildRadioControllerRegistersCollection() 1494 {(long)RadioControllerRegisters.Status, new DoubleWordRegister(this) in BuildRadioControllerRegistersCollection() 1508 {(long)RadioControllerRegisters.Status1, new DoubleWordRegister(this) in BuildRadioControllerRegistersCollection() 1512 {(long)RadioControllerRegisters.Status2, new DoubleWordRegister(this) in BuildRadioControllerRegistersCollection() [all …]
|