Home
last modified time | relevance | path

Searched refs:M4ULP_RAM_RETENTION_MODE_EN (Results 1 – 4 of 4) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ahb_interface/inc/
Drsi_wisemcu_hardware_setup.h101 …EMCU_RETAIN_128K_RAM_DURING_SLEEP (M4ULP_RAM16K_RETENTION_MODE_EN | M4ULP_RAM_RETENTION_MODE_EN)
103 (M4ULP_RAM16K_RETENTION_MODE_EN | M4ULP_RAM_RETENTION_MODE_EN | M4SS_RAM_RETENTION_MODE_EN)
105 …(M4ULP_RAM16K_RETENTION_MODE_EN | M4ULP_RAM_RETENTION_MODE_EN | M4SS_RAM_RETENTION_MODE_EN | TA_RA…
109 #define WISEMCU_RETAIN_M4ULP_RAM_DURING_SLEEP (M4ULP_RAM_RETENTION_MODE_EN)
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ahb_interface/src/
Dsl_platform_wireless.c273 …Retention(M4ULP_RAM16K_RETENTION_MODE_EN | TA_RAM_RETENTION_MODE_EN | M4ULP_RAM_RETENTION_MODE_EN); in sl_si91x_configure_ram_retention()
279 …Retention(M4ULP_RAM16K_RETENTION_MODE_EN | TA_RAM_RETENTION_MODE_EN | M4ULP_RAM_RETENTION_MODE_EN); in sl_si91x_configure_ram_retention()
288 RSI_PS_SetRamRetention(M4ULP_RAM16K_RETENTION_MODE_EN | M4ULP_RAM_RETENTION_MODE_EN); in sl_si91x_configure_ram_retention()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/core/chip/src/
Drsi_deepsleep_soc.c390 RSI_PS_SetRamRetention(M4ULP_RAM_RETENTION_MODE_EN); in RSI_PS_EnterDeepSleep()
520 …amRetention(M4ULP_RAM16K_RETENTION_MODE_EN | TA_RAM_RETENTION_MODE_EN | M4ULP_RAM_RETENTION_MODE_EN in RSI_PS_EnterDeepSleep()
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/drivers/systemlevel/inc/
Drsi_power_save.h145 #define M4ULP_RAM_RETENTION_MODE_EN BIT(4) macro