Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_semc.c258 semc_queuea_weight_struct_t *queueaWeight = &(config->queueWeight.queueaWeight.queueaConfig); in SEMC_GetDefaultConfig() local
267 queueaWeight->qos = SEMC_BMCR0_TYPICAL_WQOS; in SEMC_GetDefaultConfig()
268 queueaWeight->aging = SEMC_BMCR0_TYPICAL_WAGE; in SEMC_GetDefaultConfig()
269 queueaWeight->slaveHitSwith = SEMC_BMCR0_TYPICAL_WSH; in SEMC_GetDefaultConfig()
270 queueaWeight->slaveHitNoswitch = SEMC_BMCR0_TYPICAL_WRWS; in SEMC_GetDefaultConfig()
319 base->BMCR0 = (uint32_t)(configure->queueWeight.queueaWeight.queueaValue); in SEMC_Init()
Dfsl_semc.h589 semc_queuea_weight_t queueaWeight; /*!< Weight settings for queue a. */ member