Home
last modified time | relevance | path

Searched refs:configure (Results 1 – 25 of 77) sorted by relevance

1234

/hal_nxp-latest/mcux/mcux-sdk/drivers/slcd/
Dfsl_slcd.c81 void SLCD_Init(LCD_Type *base, slcd_config_t *configure) in SLCD_Init() argument
83 assert(configure); in SLCD_Init()
84 assert(configure->clkConfig); in SLCD_Init()
100 gcrReg = LCD_GCR_RVEN((uint32_t)configure->powerSupply & 0x1U) | in SLCD_Init()
101 LCD_GCR_CPSEL(((uint32_t)configure->powerSupply >> 1U) & 0x1U) | in SLCD_Init()
102 LCD_GCR_VSUPPLY(((uint32_t)configure->powerSupply >> 2U) & 0x1U) | in SLCD_Init()
103 LCD_GCR_LADJ((uint32_t)configure->loadAdjust); in SLCD_Init()
105 gcrReg |= LCD_GCR_SOURCE(((uint32_t)configure->clkConfig->clkSource) & 0x1U) | in SLCD_Init()
106 …LCD_GCR_LCLK(configure->clkConfig->clkPrescaler) | LCD_GCR_ALTDIV(configure->clkConfig->altClkDivi… in SLCD_Init()
108 …gcrReg |= LCD_GCR_DUTY(configure->dutyCycle) | LCD_GCR_LCDSTP((uint32_t)configure->lowPowerBehavio… in SLCD_Init()
[all …]
Dfsl_slcd.h308 void SLCD_Init(LCD_Type *base, slcd_config_t *configure);
335 void SLCD_GetDefaultConfig(slcd_config_t *configure);
/hal_nxp-latest/mcux/mcux-sdk/drivers/kpp/
Dfsl_kpp.c74 void KPP_Init(KPP_Type *base, kpp_config_t *configure) in KPP_Init() argument
76 assert(configure); in KPP_Init()
89 base->KPCR = KPP_KPCR_KRE(configure->activeRow); in KPP_Init()
90 base->KPDR = KPP_KPDR_KCD((uint8_t) ~(configure->activeColumn)); in KPP_Init()
91 base->KPCR |= KPP_KPCR_KCO(configure->activeColumn); in KPP_Init()
94 …base->KDDR = KPP_KDDR_KCDD(configure->activeColumn) | KPP_KDDR_KRDD((uint8_t) ~(configure->activeR… in KPP_Init()
97 … base->KPSR = KPP_KPSR_KPKR_MASK | KPP_KPSR_KPKD_MASK | KPP_KPSR_KDSC_MASK | configure->interrupt; in KPP_Init()
99 if ((configure->interrupt) != 0U) in KPP_Init()
Dfsl_kpp.h77 void KPP_Init(KPP_Type *base, kpp_config_t *configure);
/hal_nxp-latest/mcux/mcux-sdk/drivers/sdramc/
Dfsl_sdramc.c98 void SDRAMC_Init(SDRAM_Type *base, sdramc_config_t *configure) in SDRAMC_Init() argument
100 assert(configure); in SDRAMC_Init()
101 assert(configure->refreshConfig); in SDRAMC_Init()
102 assert(configure->blockConfig); in SDRAMC_Init()
103 assert(configure->refreshConfig->busClock_Hz); in SDRAMC_Init()
105 sdramc_blockctl_config_t *bctlConfig = configure->blockConfig; in SDRAMC_Init()
106 sdramc_refresh_config_t *refreshConfig = configure->refreshConfig; in SDRAMC_Init()
120 for (index = 0; index < configure->numBlockConfig; index++) in SDRAMC_Init()
Dfsl_sdramc.h178 void SDRAMC_Init(SDRAM_Type *base, sdramc_config_t *configure);
/hal_nxp-latest/mcux/mcux-sdk/drivers/kbi/
Dfsl_kbi.c66 void KBI_Init(KBI_Type *base, kbi_config_t *configure) in KBI_Init() argument
68 assert(configure); in KBI_Init()
82 base->ES = KBI_ES_KBEDG(configure->pinsEdge); in KBI_Init()
84 base->PE = KBI_PE_KBIPE(configure->pinsEnabled); in KBI_Init()
95 base->SC = ((kbi_reg_t)configure->mode & KBI_SC_KBMOD_MASK) | KBI_SC_KBIE_MASK | scReg; in KBI_Init()
Dfsl_kbi.h69 void KBI_Init(KBI_Type *base, kbi_config_t *configure);
/hal_nxp-latest/mcux/mcux-sdk/drivers/semc/
Dfsl_semc.c334 void SEMC_Init(SEMC_Type *base, semc_config_t *configure) in SEMC_Init() argument
336 assert(configure != NULL); in SEMC_Init()
361 base->MCR |= SEMC_MCR_MDIS_MASK | SEMC_MCR_BTO(configure->busTimeoutCycles) | in SEMC_Init()
362 SEMC_MCR_CTO(configure->cmdTimeoutCycles) | SEMC_MCR_DQSMD(configure->dqsMode); in SEMC_Init()
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.h660 void SEMC_Init(SEMC_Type *base, semc_config_t *configure);
/hal_nxp-latest/mcux/mcux-sdk/tools/imgutil/
Dreadme.txt12 …information to ROM how to configure the flash on board. For more information, see "QuadSPI serial …
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimxrt1170/
Devkmimxrt1170_connect_cm4_cm4side.jlinkscript30 // Manually configure AP
/hal_nxp-latest/mcux/mcux-sdk/boards/evkbmimxrt1170/
Devkbmimxrt1170_connect_cm4_cm4side.jlinkscript30 // Manually configure AP
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/
DREADME.md86 …ages. Visit [https://mcuxpresso.nxp.com](https://mcuxpresso.nxp.com) to configure, build and downl…
107 It is important to correctly initialize/configure the shared memory for data exchange in the applic…
/hal_nxp-latest/mcux/mcux-sdk/cmake/
Dkconfig.cmake252 # Force CMAKE configure when the Kconfig sources or configuration files changes.
/hal_nxp-latest/mcux/mcux-sdk/
DCONTRIBUTING.md81 …If you are willing to configure user name and email address for every repository on you computer, …
/hal_nxp-latest/dts/nxp/nxp_imx/rt/
Dmimxrt1015caf4a-pinctrl.dtsi16 * each register, respectively. The config_register is used to configure
Dmimxrt1015daf5a-pinctrl.dtsi16 * each register, respectively. The config_register is used to configure
Dmimxrt1011cae4a-pinctrl.dtsi16 * each register, respectively. The config_register is used to configure
Dmimxrt1011dae5a-pinctrl.dtsi16 * each register, respectively. The config_register is used to configure
Dmimxrt1021caf4a-pinctrl.dtsi16 * each register, respectively. The config_register is used to configure
Dmimxrt1021daf5a-pinctrl.dtsi16 * each register, respectively. The config_register is used to configure
/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/
Dguiconfig.py384 style.configure("Treeview", rowheight=_treeview_rowheight)
/hal_nxp-latest/dts/nxp/nxp_imx/
Dmimx8mq6dvajz-pinctrl.dtsi16 * each register, respectively. The config_register is used to configure
Dmimx9322cvxxk-pinctrl.dtsi16 * each register, respectively. The config_register is used to configure

1234