Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/lists/
Dfsl_component_generic_list.c19 #define LIST_ENTER_CRITICAL() \ macro
24 #define LIST_ENTER_CRITICAL() uint32_t regPrimask = DisableGlobalIRQ(); macro
28 #define LIST_ENTER_CRITICAL() uint32_t regPrimask = DisableGlobalIRQ(); macro
126 LIST_ENTER_CRITICAL(); in LIST_AddTail()
172 LIST_ENTER_CRITICAL(); in LIST_AddHead()
220 LIST_ENTER_CRITICAL(); in LIST_RemoveHead()
331 LIST_ENTER_CRITICAL(); in LIST_RemoveElement()
402 LIST_ENTER_CRITICAL(); in LIST_AddPrevElement()