Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rif.c267 void HAL_RIF_RIMC_ConfigMasterAttributes(uint32_t MasterId, const RIMC_MasterConfig_t *pConfig) in HAL_RIF_RIMC_ConfigMasterAttributes() argument
274 assert_param(IS_RIF_MASTER_INDEX(MasterId)); in HAL_RIF_RIMC_ConfigMasterAttributes()
280 rimc_attr_val = RIFSC->RIMC_ATTRx[MasterId]; in HAL_RIF_RIMC_ConfigMasterAttributes()
283 RIFSC->RIMC_ATTRx[MasterId] = rimc_attr_val; in HAL_RIF_RIMC_ConfigMasterAttributes()
295 void HAL_RIF_RIMC_GetConfigMasterAttributes(uint32_t MasterId, RIMC_MasterConfig_t *pConfig) in HAL_RIF_RIMC_GetConfigMasterAttributes() argument
302 assert_param(IS_RIF_MASTER_INDEX(MasterId)); in HAL_RIF_RIMC_GetConfigMasterAttributes()
304 rimc_attr_val = RIFSC->RIMC_ATTRx[MasterId]; in HAL_RIF_RIMC_GetConfigMasterAttributes()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rif.h1459 void HAL_RIF_RIMC_ConfigMasterAttributes(uint32_t MasterId, const RIMC_MasterConfig_t *pConfig);
1460 void HAL_RIF_RIMC_GetConfigMasterAttributes(uint32_t MasterId, RIMC_MasterConfig_t *pConfig);