Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/semc/
Dfsl_semc.c305 config->queueWeight.queueaEnable = true; in SEMC_GetDefaultConfig()
306 semc_queuea_weight_struct_t *queueaWeight = &(config->queueWeight.queueaWeight.queueaConfig); in SEMC_GetDefaultConfig()
307 config->queueWeight.queuebEnable = true; in SEMC_GetDefaultConfig()
308 semc_queueb_weight_struct_t *queuebWeight = &(config->queueWeight.queuebWeight.queuebConfig); in SEMC_GetDefaultConfig()
364 if (configure->queueWeight.queueaEnable == true) in SEMC_Init()
367 base->BMCR0 = (uint32_t)(configure->queueWeight.queueaWeight.queueaValue); in SEMC_Init()
374 if (configure->queueWeight.queuebEnable == true) in SEMC_Init()
377 base->BMCR1 = (uint32_t)(configure->queueWeight.queuebWeight.queuebValue); in SEMC_Init()
Dfsl_semc.h620 semc_axi_queueweight_t queueWeight; /*!< AXI queue weight. */ member