Home
last modified time | relevance | path

Searched defs:IS_SYSCFG_SRAM2WRP2_PAGE (Results 1 – 1 of 1) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal.h539 #define IS_SYSCFG_SRAM2WRP2_PAGE(__PAGE__) (((__PAGE__) > 0U) && ((__PAGE__) <= 0x0000… macro
542 #define IS_SYSCFG_SRAM2WRP2_PAGE(__PAGE__) IS_SYSCFG_SRAM2WRP_PAGE(__PAGE__) macro