Home
last modified time | relevance | path

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

/loramac-node-3.7.0/src/radio/sx126x/
Dradio.c437 bool IrqFired = false; variable
540 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()
/loramac-node-3.7.0/src/radio/lr1110/
Dradio.c407 bool IrqFired = false; variable
508 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()
/loramac-node-3.7.0/
DCHANGELOG.md145 - Changed the way `IrqFired` global variable is handled by `RadioIrqProcess`
159 - Fixed SX126x and LR1110 driver IrqFired variable management