OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_digits
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/tm1637/
tm1637.cxx
77
m_digits
[i] = 0x00;
83
m_digits
[i] = 0x00;
92
m_digits
[i] = digits[i];
100
m_digits
[0] = (uint8_t)d;
103
m_digits
[i] = (uint8_t)va_arg(args, int);
115
m_digits
[index] = encode(symbol);
125
m_digits
[i] = encode(digits[i]);
132
m_digits
[1] |= 0x80;
135
m_digits
[1] &= 0x7f;
179
i2c_writeByte(
m_digits
[i])
[
all
...]
tm1637.h
147
uint8_t
m_digits
[4];
member in class:upm::TM1637
Completed in 151 milliseconds