Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rif.c560 assert_param(IS_RISAF_REGION(Region)); in HAL_RIF_RISAF_ConfigBaseRegion()
625 assert_param(IS_RISAF_REGION(Region)); in HAL_RIF_RISAF_GetConfigBaseRegion()
680 assert_param(IS_RISAF_REGION(Region)); in HAL_RIF_RISAF_ConfigSubRegionDelegation()
742 assert_param(IS_RISAF_REGION(Region)); in HAL_RIF_RISAF_GetConfigSubRegionDelegation()
799 assert_param(IS_RISAF_REGION(Region)); in HAL_RIF_RISAF_ConfigSubRegion()
897 assert_param(IS_RISAF_REGION(Region)); in HAL_RIF_RISAF_GetConfigSubRegion()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rif.h1306 #define IS_RISAF_REGION(__REGION__) (((__REGION__) == RISAF_REGION_1) || \ macro