Home
last modified time | relevance | path

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

/bsp/nxp/lpc/lpc178x/drivers/
A Dlpc177x_8x_emc.c593 void EMC_StaMemConfigB(uint32_t index , uint32_t buf_val) in EMC_StaMemConfigB() argument
599 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()
A Dlpc177x_8x_emc.h345 extern void EMC_StaMemConfigB(uint32_t index , uint32_t buf_val);

Completed in 11 milliseconds