Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rif.c682 assert_param(IS_RISAF_SUBREGION(SubRegion)); in HAL_RIF_RISAF_ConfigSubRegionDelegation()
744 assert_param(IS_RISAF_SUBREGION(SubRegion)); in HAL_RIF_RISAF_GetConfigSubRegionDelegation()
801 assert_param(IS_RISAF_SUBREGION(SubRegion)); in HAL_RIF_RISAF_ConfigSubRegion()
899 assert_param(IS_RISAF_SUBREGION(SubRegion)); in HAL_RIF_RISAF_GetConfigSubRegion()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rif.h1427 #define IS_RISAF_SUBREGION(__SUBREGION__) (((__SUBREGION__) == RISAF_SUBREGION_A) || \ macro