Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/platform/ext/target/nxp/common/Native_Driver/components/serial_manager/
Dfsl_component_serial_manager.c512 uint32_t regPrimask = DisableGlobalIRQ(); in SerialManager_IsrFunction()
570 primask = DisableGlobalIRQ(); in SerialManager_Task()
581 primask = DisableGlobalIRQ(); in SerialManager_Task()
616 primask = DisableGlobalIRQ(); in SerialManager_Task()
631 primask = DisableGlobalIRQ(); in SerialManager_Task()
655 primask = DisableGlobalIRQ(); in SerialManager_Task()
668 primask = DisableGlobalIRQ(); in SerialManager_Task()
730 primask = DisableGlobalIRQ();
752 primask = DisableGlobalIRQ();
800 primask = DisableGlobalIRQ();
[all …]
Dfsl_component_serial_port_uart.c330 primask = DisableGlobalIRQ(); in Serial_UartCancelWrite()
617 primask = DisableGlobalIRQ(); in Serial_UartDmaCancelWrite()
/trusted-firmware-m-3.6.0/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_common_arm.h255 s_atomicOldInt = DisableGlobalIRQ(); \
264 s_atomicOldInt = DisableGlobalIRQ(); \
273 s_atomicOldInt = DisableGlobalIRQ(); \
282 s_atomicOldInt = DisableGlobalIRQ(); \
291 s_atomicOldInt = DisableGlobalIRQ(); \
717 static inline uint32_t DisableGlobalIRQ(void) in DisableGlobalIRQ() function
Dfsl_common_arm.c47 irqMaskValue = DisableGlobalIRQ(); in InstallIRQHandler()
/trusted-firmware-m-3.6.0/platform/ext/target/nxp/common/Native_Driver/components/lists/
Dfsl_component_generic_list.c24 #define LIST_ENTER_CRITICAL() uint32_t regPrimask = DisableGlobalIRQ();
28 #define LIST_ENTER_CRITICAL() uint32_t regPrimask = DisableGlobalIRQ();
/trusted-firmware-m-3.6.0/platform/ext/target/nxp/lpcxpresso55s69/Native_Driver/utilities/
Dfsl_shell.c355 osaCurrentSr = DisableGlobalIRQ(); in SHELL_Task()
565 osaCurrentSr = DisableGlobalIRQ(); in SHELL_Task()
1045 primask = DisableGlobalIRQ(); in SHELL_Write()
1086 primask = DisableGlobalIRQ(); in SHELL_Printf()
/trusted-firmware-m-3.6.0/platform/ext/target/nxp/common/Native_Driver/utilities/debug_console/
Dfsl_debug_console.c302 regPrimask = DisableGlobalIRQ(); in DbgConsole_SerialManagerPerformTransfer()
506 uint32_t regPrimask = DisableGlobalIRQ(); in DbgConsole_SendData()
578 uint32_t regPrimask = DisableGlobalIRQ(); in DbgConsole_SendDataReliable()