Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs1245 .WithFlag(1, out BUFC_buffer[0].underflow, name: "BUF0UFIF") in BuildBufferControllerRegistersCollection()
1251 .WithFlag(9, out BUFC_buffer[1].underflow, name: "BUF1UFIF") in BuildBufferControllerRegistersCollection()
1257 .WithFlag(17, out BUFC_buffer[2].underflow, name: "BUF2UFIF") in BuildBufferControllerRegistersCollection()
1263 .WithFlag(25, out BUFC_buffer[3].underflow, name: "BUF3UFIF") in BuildBufferControllerRegistersCollection()
9322 underflow.Value = true;
9351 underflow.Value = true;
9507 || (underflow.Value && underflowEnable.Value)
9526 bool savedUnderflowValue = underflow.Value; in TryReadBytes()
9527 underflow.Value = false; in TryReadBytes()
9534 if(underflow.Value) in TryReadBytes()
[all …]