Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_pwr_ex.h258 #define IS_PWR_SRAM1_STANDBY_RETENTION(CONTENT) ((CONTENT) == PWR_SRAM1_FULL_STANDBY_RETENTION) argument
261 #define IS_PWR_SRAM2_STANDBY_RETENTION(CONTENT) ((CONTENT) == PWR_SRAM2_FULL_STANDBY_RETENTION) argument
264 #define IS_PWR_RADIOSRAM_STANDBY_RETENTION(CONTENT) ((CONTENT) == PWR_RADIOSRAM_FULL_STANDBY_RETEN… argument
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_pwr_ex.h769 #define IS_PWR_SRAM2CONTENT_RETENTION(CONTENT) (((CONTENT) == PWR_NO_SRAM2_RETENTION) ||\ argument
770 ((CONTENT) == PWR_FULL_SRAM2_RETENTION) ||\
771 ((CONTENT) == PWR_4KBYTES_SRAM2_RETENTION))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_pwr_ex.h906 #define IS_PWR_SRAM2_STANDBY_RETENTION(CONTENT) \ argument
907 (((CONTENT) == PWR_SRAM2_PAGE1_STANDBY) ||\
908 ((CONTENT) == PWR_SRAM2_PAGE2_STANDBY) ||\
909 ((CONTENT) == PWR_SRAM2_FULL_STANDBY))