Critical Section and Mutex Structures
u32MicroIntStorage
u32MicroIntStorage
is a 32-bit mask of the interrupts currently enabled. The u32MicroIntStorage
structure is used in critical sections and mutex-protected sections where u32MicroIntStorage
takes the interrupts that have been enabled.
Parent topic:Critical Section and Mutex Structures
Parent topic:Critical Section and Mutex Resources