Searched refs:IrqFired (Results 1 – 3 of 3) sorted by relevance
437 bool IrqFired = false; variable540 IrqFired = false; in RadioInit()1247 IrqFired = true; in RadioOnDioIrq()1254 const bool isIrqFired = IrqFired; in RadioIrqProcess()1255 IrqFired = false; in RadioIrqProcess()1267 IrqFired = true; in RadioIrqProcess()
407 bool IrqFired = false; variable508 IrqFired = false; in RadioInit()1193 IrqFired = true; in RadioOnDioIrq()1222 IrqFired = true; in lr1110_system_irq_process()1244 if( IrqFired == true ) in RadioIrqProcess()1248 IrqFired = false; in RadioIrqProcess()
145 - Changed the way `IrqFired` global variable is handled by `RadioIrqProcess`159 - Fixed SX126x and LR1110 driver IrqFired variable management