Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rif.c575 assert_param(IS_RIF_SEC_PRIV_ATTRIBUTE(pConfig->Secure)); in HAL_RIF_RISAF_ConfigBaseRegion()
588 RISAFx->REG[Region].CFGR = (pConfig->Filtering | (pConfig->Secure << RISAF_REGx_CFGR_SEC_Pos) in HAL_RIF_RISAF_ConfigBaseRegion()
633 pConfig->Secure = ((cfgr_reg & RISAF_REGx_CFGR_SEC) >> RISAF_REGx_CFGR_SEC_Pos); in HAL_RIF_RISAF_GetConfigBaseRegion()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rif.h493 uint32_t Secure; /*!< One of @ref RIF_SEC_PRIV */ member