Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DSAM_SPI.cs178 if(peripheralSelectMode.Value == PeripheralSelectMode.Variable) in DefineRegisters()
350 if(peripheralSelectMode.Value == PeripheralSelectMode.Variable) in SetDmaAccessWidth()
373 peripheralSelectMode.Value = PeripheralSelectMode.Fixed; in SWReset()
397 private IEnumRegisterField<PeripheralSelectMode> peripheralSelectMode;
446 private enum PeripheralSelectMode : ulong enum in Antmicro.Renode.Peripherals.SPI.SAM_SPI