Searched refs:readyEnabledAcceleration (Results 1 – 1 of 1) sorted by relevance
32 readyEnabledAcceleration = new IFlagRegisterField[2]; in LIS2DW12()579 ….WithFlag(0, out readyEnabledAcceleration[0], name: "Data-Ready is routed to INT1 pad (INT1_DRDY)") in DefineRegisters()590 ….WithFlag(0, out readyEnabledAcceleration[1], name: "Data-ready is routed to INT2 pad (INT2_DRDY)") in DefineRegisters()802 readyEnabledAcceleration[0].Value || in UpdateInterrupts()806 readyEnabledAcceleration[1].Value || in UpdateInterrupts()946 private IFlagRegisterField[] readyEnabledAcceleration; field in Antmicro.Renode.Peripherals.Sensors.LIS2DW12