Searched refs:gpioScl (Results 1 – 6 of 6) sorted by relevance
22 .gpioScl = I2C1_GPIO_SCL_PB6,33 .gpioScl = I2C2_GPIO_SCL_PB10,44 .gpioScl = I2C3_GPIO_SCL_PA8,
22 .gpioScl = I2C2_GPIO_SCL_PB10,33 .gpioScl = I2C3_GPIO_SCL_PA8,
22 .gpioScl = I2C1_GPIO_SCL_PB8,
37 struct StmI2cGpioCfg gpioScl; member
810 scl = gpioRequest(board->gpioScl.gpioNum); in i2cMasterReset()857 pdev->scl = stmI2cGpioInit(board, &board->gpioScl); in i2cMasterRequest()999 pdev->scl = stmI2cGpioInit(board, &board->gpioScl); in i2cSlaveRequest()