43#if defined(USE_FULL_DDL_DRIVER)
50#define ASSERT_PARAM(_PARAM_) ((void)0U)
73 SCB->SCR |= (uint32_t)0x04;
90 SCB->SCR |= (uint32_t)0x04;
107 SCB->SCR |= (uint32_t)0x04;
124 SCB->SCR |= (uint32_t)0x04;
G32 assert template file. This file should be copied to the application folder and renamed to g32_ass...
Header file of PMU DDL module.
Header file of RCM DDL module.
void DDL_PMU_EnterStopModeWFI(void)
Enter Stop Mode by WFI.
void DDL_PMU_EnterStopModeWFE(void)
Enter Stop Mode by WFE.
void DDL_PMU_EnterStandbyModeWFE(void)
Enter Standby Mode by WFE.
void DDL_PMU_EnterStandbyModeWFI(void)
Enter Standby Mode by WFI.
#define DDL_RCM_LOWPOWER_STANDBY
#define DDL_RCM_LOWPOWER_STOP
__STATIC_INLINE void DDL_RCM_Lock(void)
Lock the RCM register.
__STATIC_INLINE void DDL_RCM_Unlock(void)
Unlock the RCM register.
__STATIC_INLINE void DDL_RCM_SetLowPowerMode(uint32_t Mode)
Select the low power mode when enter deep sleep mode.