Home
last modified time | relevance | path

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

/bsp/nxp/lpc/lpc178x/drivers/
A Dlpc177x_8x_emc.c621 void EMC_StaMemConfigpP(uint32_t index , uint32_t per_val) in EMC_StaMemConfigpP() argument
627 LPC_EMC->StaticConfig0 = (LPC_EMC->StaticConfig0 & mask) | per_val; in EMC_StaMemConfigpP()
630 LPC_EMC->StaticConfig1 = (LPC_EMC->StaticConfig1 & mask) | per_val; in EMC_StaMemConfigpP()
633 LPC_EMC->StaticConfig2 = (LPC_EMC->StaticConfig2 & mask) | per_val; in EMC_StaMemConfigpP()
636 LPC_EMC->StaticConfig3 = (LPC_EMC->StaticConfig3 & mask) | per_val; in EMC_StaMemConfigpP()
A Dlpc177x_8x_emc.h346 extern void EMC_StaMemConfigpP(uint32_t index , uint32_t per_val);

Completed in 7 milliseconds