Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2c/
Dfsl_flexio_i2c_master.c592 mask = 1UL << base->SDAPinIndex | 1UL << base->SCLPinIndex; in FLEXIO_I2C_CheckForBusyBus()
681 timerConfig.pinSelect = base->SCLPinIndex; in FLEXIO_I2C_MasterInit()
706 timerConfig.pinSelect = base->SCLPinIndex; in FLEXIO_I2C_MasterInit()
725 timerConfig.pinSelect = base->SCLPinIndex; in FLEXIO_I2C_MasterInit()
Dfsl_flexio_i2c_master.h69 uint8_t SCLPinIndex; /*!< Pin select for I2C SCL. */ member