Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32k3/Mcu/include/
DPower_Ip_Specific.h144 #define MC_RGM_RAWRESET_DES_BASE_SHIFT_U32 ((uint32)15U) macro
186 … ((uint32)( ( (uint32)0x01U << (uint32)0x0U ) << MC_RGM_RAWRESET_DES_BASE_SHIFT_U32 ))
187 …32 ((uint32)( ( (uint32)0x01U << (uint32)0x1U ) << MC_RGM_RAWRESET_DES_BASE_SHIFT_U32 ))
188 …32 ((uint32)( ( (uint32)0x01U << (uint32)0x2U ) << MC_RGM_RAWRESET_DES_BASE_SHIFT_U32 ))
189 …SK32 ((uint32)( ( (uint32)0x01U << (uint32)0x3U ) << MC_RGM_RAWRESET_DES_BASE_SHIFT_U32 ))
190 …SK32 ((uint32)( ( (uint32)0x01U << (uint32)0x4U ) << MC_RGM_RAWRESET_DES_BASE_SHIFT_U32 ))
191 …2 ((uint32)( ( (uint32)0x01U << (uint32)0x5U ) << MC_RGM_RAWRESET_DES_BASE_SHIFT_U32 ))
192 …_MASK32 ((uint32)( ( (uint32)0x01U << (uint32)0x6U ) << MC_RGM_RAWRESET_DES_BASE_SHIFT_U32 ))
193 …_FAIL_MASK32 ((uint32)( ( (uint32)0x01U << (uint32)0x7U ) << MC_RGM_RAWRESET_DES_BASE_SHIFT_U32 ))
194 …MASK32 ((uint32)( ( (uint32)0x01U << (uint32)0x8U ) << MC_RGM_RAWRESET_DES_BASE_SHIFT_U32 ))
[all …]
/hal_nxp-3.5.0/s32/drivers/s32k3/Mcu/src/
DPower_Ip_MC_RGM.c660 Position = MC_RGM_RAWRESET_DES_BASE_SHIFT_U32; in Power_Ip_MC_RGM_GetResetRawValue()