Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rif.c572 assert_param(IS_RIF_CID(pConfig->PrivWhitelist)); in HAL_RIF_RISAF_ConfigBaseRegion()
589 | (pConfig->PrivWhitelist << RISAF_REGx_CFGR_PRIVC0_Pos)); in HAL_RIF_RISAF_ConfigBaseRegion()
634 …pConfig->PrivWhitelist = ((cfgr_reg & (RIF_CID_MASK << RISAF_REGx_CFGR_PRIVC0_Pos)) >> RISAF_REGx_… in HAL_RIF_RISAF_GetConfigBaseRegion()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rif.h494 uint32_t PrivWhitelist; /*!< A combination of @ref RIF_COMPARTMENT_ID */ member