Home
last modified time | relevance | path

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

/bsp/nxp/lpc/lpc178x/drivers/
A Dlpc177x_8x_emc.c455 void EMC_StaMemConfigMW(uint32_t index , uint32_t mem_width) in EMC_StaMemConfigMW() argument
461 LPC_EMC->StaticConfig0 = (LPC_EMC->StaticConfig0 & mask) | mem_width; in EMC_StaMemConfigMW()
464 LPC_EMC->StaticConfig1 = (LPC_EMC->StaticConfig1 & mask) | mem_width; in EMC_StaMemConfigMW()
467 LPC_EMC->StaticConfig2 = (LPC_EMC->StaticConfig2 & mask)| mem_width; in EMC_StaMemConfigMW()
470 LPC_EMC->StaticConfig3 = (LPC_EMC->StaticConfig3 & mask) | mem_width; in EMC_StaMemConfigMW()
A Dlpc177x_8x_emc.h340 extern void EMC_StaMemConfigMW(uint32_t index , uint32_t mem_width);

Completed in 5 milliseconds