Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal.h430 assert_param(IS_SYSCFG_SRAM2WRP2_PAGE((__SRAM2WRP__))); \
539 #define IS_SYSCFG_SRAM2WRP2_PAGE(__PAGE__) (((__PAGE__) > 0U) && ((__PAGE__) <= 0x0000… macro
542 #define IS_SYSCFG_SRAM2WRP2_PAGE(__PAGE__) IS_SYSCFG_SRAM2WRP_PAGE(__PAGE__) macro