Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Di2c_common_15xx.h53 __IO uint32_t CLKDIV; /*!< I2C Clock Divider Register */ member
241 pI2C->CLKDIV = clkdiv - 1; in Chip_I2C_SetClockDiv()
244 pI2C->CLKDIV = 0; in Chip_I2C_SetClockDiv()
257 return (pI2C->CLKDIV & 0xFFFF) + 1; in Chip_I2C_GetClockDiv()

Completed in 3 milliseconds