Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/platform/ext/target/nxp/common/Native_Driver/components/lists/
Dfsl_component_generic_list.c24 #define LIST_ENTER_CRITICAL() uint32_t regPrimask = DisableGlobalIRQ();
25 #define LIST_EXIT_CRITICAL() EnableGlobalIRQ(regPrimask);
28 #define LIST_ENTER_CRITICAL() uint32_t regPrimask = DisableGlobalIRQ();
29 #define LIST_EXIT_CRITICAL() EnableGlobalIRQ(regPrimask);
/trusted-firmware-m-3.7.0/platform/ext/target/nxp/common/Native_Driver/utilities/debug_console/
Dfsl_debug_console.c300 uint32_t regPrimask; in DbgConsole_SerialManagerPerformTransfer() local
302 regPrimask = DisableGlobalIRQ(); in DbgConsole_SerialManagerPerformTransfer()
325 EnableGlobalIRQ(regPrimask); in DbgConsole_SerialManagerPerformTransfer()
506 uint32_t regPrimask = DisableGlobalIRQ(); in DbgConsole_SendData() local
522 EnableGlobalIRQ(regPrimask); in DbgConsole_SendData()
540 EnableGlobalIRQ(regPrimask); in DbgConsole_SendData()
578 uint32_t regPrimask = DisableGlobalIRQ(); in DbgConsole_SendDataReliable() local
606 EnableGlobalIRQ(regPrimask); in DbgConsole_SendDataReliable()
/trusted-firmware-m-3.7.0/platform/ext/target/nxp/common/Native_Driver/components/serial_manager/
Dfsl_component_serial_manager.c554 uint32_t regPrimask = DisableGlobalIRQ(); in SerialManager_IsrFunction() local
591 EnableGlobalIRQ(regPrimask); in SerialManager_IsrFunction()