Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/semc/
Dfsl_semc.c306 semc_queuea_weight_struct_t *queueaWeight = &(config->queueWeight.queueaWeight.queueaConfig); in SEMC_GetDefaultConfig() local
315 queueaWeight->qos = SEMC_BMCR0_TYPICAL_WQOS; in SEMC_GetDefaultConfig()
316 queueaWeight->aging = SEMC_BMCR0_TYPICAL_WAGE; in SEMC_GetDefaultConfig()
317 queueaWeight->slaveHitNoswitch = SEMC_BMCR0_TYPICAL_WSH; in SEMC_GetDefaultConfig()
318 queueaWeight->slaveHitSwitch = SEMC_BMCR0_TYPICAL_WRWS; in SEMC_GetDefaultConfig()
367 base->BMCR0 = (uint32_t)(configure->queueWeight.queueaWeight.queueaValue); in SEMC_Init()
Dfsl_semc.h602 semc_queuea_weight_t queueaWeight; /*!< Weight settings for queue a. */ member