Home
last modified time | relevance | path

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

/bsp/nxp/lpc/lpc178x/drivers/
A Dlpc177x_8x_pinsel.c35 #define PINSEL_I2C_MODE_POS (8) macro
194 *(uint32_t *)pPIN &= ~(PINSEL_I2C_MODE_BITMASK<< PINSEL_I2C_MODE_POS); in PINSEL_SetI2CMode()
195 *(uint32_t *)pPIN |= (I2CMode << PINSEL_I2C_MODE_POS); in PINSEL_SetI2CMode()

Completed in 10 milliseconds