Searched refs:out_byte (Results 1 – 1 of 1) sorted by relevance
76 unsigned char out_byte = (out != NULL) ? *(const uint8_t *)out++ : 0xFF; in xfer() local83 gpio_spi_mosi(!!(out_byte & (1 << i))); in xfer()