Searched refs:transmitInterruptStatus (Results 1 – 1 of 1) sorted by relevance
77 transmitInterruptStatus = false; in Read()233 valueProviderCallback: _ => transmitInterruptStatus, in CreateRegisters()240 transmitInterruptStatus = val && transferInterruptEnabled.Value; in CreateRegisters()268 … transmitInterruptStatus = transferOutgoing & (txData.Count == 0); in CreateRegisters()313 transmitInterruptStatus = false; in PeripheralEnabledWrite()349 transmitInterruptStatus = false; in StartTransfer()358 transmitInterruptStatus = true; in StartTransfer()437 transmitInterruptStatus = false; //this is a guess based on a driver in SetTransferCompleteFlags()445 || (transferInterruptEnabled.Value && transmitInterruptStatus) in Update()486 private bool transmitInterruptStatus; field in Antmicro.Renode.Peripherals.I2C.STM32F7_I2C