Home
last modified time | relevance | path

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

/bsp/nv32f100x/lib/src/
A Di2c.c341 void I2C_SetSCLLowETMeout(I2C_Type *pI2Cx, uint16_t u16ETMeout) in I2C_SetSCLLowETMeout() argument
343 pI2Cx->SLTL = (uint8_t)u16ETMeout; in I2C_SetSCLLowETMeout()
344 pI2Cx->SLTH = (uint8_t)(u16ETMeout>>8); in I2C_SetSCLLowETMeout()
/bsp/nv32f100x/lib/inc/
A Di2c.h500 void I2C_SetSCLLowETMeout(I2C_Type *pI2Cx, uint16_t u16ETMeout);

Completed in 12 milliseconds