Searched refs:per_val (Results 1 – 2 of 2) sorted by relevance
621 void EMC_StaMemConfigpP(uint32_t index , uint32_t per_val) in EMC_StaMemConfigpP() argument627 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()
346 extern void EMC_StaMemConfigpP(uint32_t index , uint32_t per_val);
Completed in 7 milliseconds