Home
last modified time | relevance | path

Searched refs:digit (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/lib/utils/
Ddec.c13 uint8_t digit; in u8_to_dec() local
16 digit = value / divisor; in u8_to_dec()
17 if ((digit != 0) || (divisor == 1) || (num_digits != 0)) { in u8_to_dec()
18 *buf = digit + (char)'0'; in u8_to_dec()
24 value -= digit * divisor; in u8_to_dec()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_util.c548 static uint8_t to_hex_digit(uint8_t digit) in to_hex_digit() argument
550 if (digit >= 10U) { in to_hex_digit()
551 return digit - 10U + 'a'; in to_hex_digit()
554 return digit + '0'; in to_hex_digit()
/Zephyr-latest/samples/shields/x_nucleo_53l0a1/
DREADME.rst27 leftmost digit, then the center sensor, then the right sensor.
/Zephyr-latest/samples/subsys/smf/smf_calculator/src/
Dsmf_calculator_thread.c66 static int insert(struct operand *op, char digit) in insert() argument
72 op->string[op->index++] = digit; in insert()
/Zephyr-latest/doc/hardware/porting/
Dboard_porting.rst778 - ``major.minor.patch``: match a three digit revision, such as ``1.2.3``.
/Zephyr-latest/doc/releases/
Drelease-notes-2.0.rst977 * :github:`16733` - soc/stm32: Remove useless package digit for STM32 SoC Kconfig symbols