Home
last modified time | relevance | path

Searched defs:TxBufferEmpty (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DSAM_PDC.cs244 public bool TxBufferEmpty property in Antmicro.Renode.Peripherals.DMA.SAM_PDC
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DSAM4S_TWI.cs499 private bool TxBufferEmpty => pdc?.TxBufferEmpty ?? false; field in Antmicro.Renode.Peripherals.I2C.SAM4S_TWI