Searched refs:peripheralSelectMode (Results 1 – 1 of 1) sorted by relevance
137 .WithEnumField(1, 1, out peripheralSelectMode, name: "PS") in DefineRegisters()178 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; field in Antmicro.Renode.Peripherals.SPI.SAM_SPI