Searched refs:byte_value (Results 1 – 1 of 1) sorted by relevance
22 uint8_t byte_value; member166 it.byte_value = 0; in init_bit_iterator()174 it->byte_value = it->byte_value << 1; in read_bits()179 *res = lv_fs_read(it->fp, &(it->byte_value), 1, NULL); in read_bits()184 int8_t bit = (it->byte_value & 0x80) ? 1 : 0; in read_bits()