Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rif.c683 assert_param(IS_RISAF_DELEGATION(pConfig->Delegation)); in HAL_RIF_RISAF_ConfigSubRegionDelegation()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rif.h1433 #define IS_RISAF_DELEGATION(__DELEGATION__) (((__DELEGATION__) == RISAF_DELEGATION_DISABLE) || \ macro