Searched refs:buf_val (Results 1 – 2 of 2) sorted by relevance
593 void EMC_StaMemConfigB(uint32_t index , uint32_t buf_val) in EMC_StaMemConfigB() argument599 LPC_EMC->StaticConfig0 = (LPC_EMC->StaticConfig0 & mask) | buf_val; in EMC_StaMemConfigB()602 LPC_EMC->StaticConfig1 = (LPC_EMC->StaticConfig1 & mask) | buf_val; in EMC_StaMemConfigB()605 LPC_EMC->StaticConfig2 = (LPC_EMC->StaticConfig2 & mask) | buf_val; in EMC_StaMemConfigB()608 LPC_EMC->StaticConfig3 = (LPC_EMC->StaticConfig3 & mask) | buf_val; in EMC_StaMemConfigB()
345 extern void EMC_StaMemConfigB(uint32_t index , uint32_t buf_val);
Completed in 11 milliseconds