Home
last modified time | relevance | path

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

/btstack/port/msp432p401lp-cc256x/ti/devices/msp432p4xx/driverlib/
H A 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()
H A Di2c.h127 uint_fast8_t autoSTOPGeneration; member