Searched refs:DIR_WRITE (Results 1 – 2 of 2) sorted by relevance
23 #define DIR_WRITE(a) ((a) & 0x7f) macro73 uint8_t data[] = { DIR_WRITE(reg), byte }; in fxas21002_byte_write_spi()
23 #define DIR_WRITE(a) ((a) | BIT(7)) macro74 uint8_t data[] = { DIR_WRITE(reg), ADDR_7(reg), byte }; in fxos8700_byte_write_spi()