Searched refs:command (Results 1 – 1 of 1) sorted by relevance
407 uint32_t command; in I2CCC32XX_primeReadBurst() local443 command = (I2C_MCS_BURST | I2C_MCS_ACK); in I2CCC32XX_primeReadBurst()446 command = (I2C_MCS_BURST | I2C_MCS_STOP); in I2CCC32XX_primeReadBurst()451 command |= I2C_MCS_START; in I2CCC32XX_primeReadBurst()458 HWREG(hwAttrs->baseAddr + I2C_O_MCS) = command; in I2CCC32XX_primeReadBurst()467 uint32_t command; in I2CCC32XX_primeWriteBurst() local487 command = I2C_MCS_BURST; in I2CCC32XX_primeWriteBurst()490 command = I2C_MCS_BURST | I2C_MCS_STOP; in I2CCC32XX_primeWriteBurst()495 command |= I2C_MCS_START; in I2CCC32XX_primeWriteBurst()507 HWREG(hwAttrs->baseAddr + I2C_O_MCS) = command; in I2CCC32XX_primeWriteBurst()