Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_gtzc.h276 #define IS_GTZC_ATTRIBUTE(__ATTRIBUTES__) (((__ATTRIBUTES__) & ~(GTZC_TZSC_ATTRIBUTE_SEC | GTZC_T… macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_gtzc.c132 assert_param(IS_GTZC_ATTRIBUTE(PeriphAttributes)); in HAL_GTZC_TZSC_ConfigPeriphAttributes()