Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rif.c275 assert_param(IS_RIF_SINGLE_CID(pConfig->MasterCID)); in HAL_RIF_RIMC_ConfigMasterAttributes()
276 assert_param(IS_RIF_MASTER_CID(pConfig->MasterCID)); in HAL_RIF_RIMC_ConfigMasterAttributes()
279 master_cid = POSITION_VAL(pConfig->MasterCID); in HAL_RIF_RIMC_ConfigMasterAttributes()
308 pConfig->MasterCID = (1UL << master_cid); in HAL_RIF_RIMC_GetConfigMasterAttributes()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rif.h483 uint32_t MasterCID; /*!< One of @ref RIF_COMPARTMENT_ID */ member