Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/msp432p4xx/driverlib/
Di2c.c52 (EUSCI_B_I2C_NO_AUTO_STOP == config->autoSTOPGeneration) in I2C_initMaster()
54 == config->autoSTOPGeneration) in I2C_initMaster()
56 == config->autoSTOPGeneration)); in I2C_initMaster()
64 & ~EUSCI_B_CTLW1_ASTP_MASK) | (config->autoSTOPGeneration); in I2C_initMaster()
Di2c.h122 uint_fast8_t autoSTOPGeneration; member