Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_gtzc.c337 assert_param(IS_GTZC_MPCWM_MEMORY_BASEADDRESS(MemBaseAddress)); in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes()
423 assert_param(IS_GTZC_MPCWM_MEMORY_BASEADDRESS(MemBaseAddress)); in HAL_GTZC_TZSC_MPCWM_GetConfigMemAttributes()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_gtzc.h286 #define IS_GTZC_MPCWM_MEMORY_BASEADDRESS(__BASE_ADDRESS__) (((__BASE_ADDRESS__) == FLASH_BASE) ||… macro