Searched refs:PCA9552_AUTOINC (Results 1 – 3 of 3) sorted by relevance
30 #define PCA9552_AUTOINC (1 << 4) macro
212 if (s->pointer != 0xFF && s->pointer & PCA9552_AUTOINC) { in pca955x_autoinc()216 s->pointer = reg | PCA9552_AUTOINC; in pca955x_autoinc()237 if (s->pointer == PCA9552_AUTOINC) { in pca955x_recv()
31 uint8_t reg = PCA9552_LS0 | PCA9552_AUTOINC; in receive_autoinc()