Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/common/
Dfsl_common_arm.h781 #elif defined(DAIF_I_BIT) in DisableGlobalIRQ()
782 mask = __get_DAIF() & DAIF_I_BIT; in DisableGlobalIRQ()
805 #elif defined(DAIF_I_BIT) in EnableGlobalIRQ()
/hal_nxp-latest/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_manager.h853 #elif defined(DAIF_I_BIT) in SerialManager_needPollingIsr()
854 return (__get_DAIF() & DAIF_I_BIT); in SerialManager_needPollingIsr()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core_AArch64/Include/
Dcore_common.h49 #define DAIF_I_BIT BIT(7) macro