Local Interrupt Control

Creator
Creator
Seonglae Cho
Created
Created
2023 Oct 18 7:33
Editor
Edited
Edited
2023 Nov 15 6:45
Refs
Refs

Local Interrupt Disabling

for single cpu
local_irq_disable() local_irq_enable()
 
 

For nested call using stack

local_irq_save(flags) local_irq_restore(flags)
 
 
 

Recommendations