Home
last modified time | relevance | path

Searched refs:digits (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/samples/arch/smp/pi/
DREADME.rst4 Calculate the first 240 digits of Pi on multiple execution units.
18 number of digits calculated (``DIGITS_NUM``), and the
40 Calculate first 240 digits of Pi independently by 16 threads.
/Zephyr-latest/samples/shields/x_nucleo_53l0a1/src/
Ddisplay_7seg.c21 static const uint8_t digits[16] = { variable
149 representation[i] = digits[d]; in display_number()
/Zephyr-latest/boards/shields/x_nucleo_53l0a1/doc/
Dindex.rst46 2 digits x 7 segments = 14 pins:
48 * **Rightmost two digits**: ``EXPANDER1``, 0x42
49 * **Leftmost two digits**: ``EXPANDER2``, 0x43
/Zephyr-latest/soc/espressif/esp32/
DKconfig.defconfig31 # So double for hexadecimal digits.
/Zephyr-latest/lib/posix/options/
Dnet.c25 int digits = 0; in inet_addr() local
46 ++digits; in inet_addr()
56 if (dots != 3 || digits < 4) { in inet_addr()
/Zephyr-latest/boards/silabs/
Dindex.rst21 cases, the digits of these sequences correspond to the numerical part of the kit
/Zephyr-latest/samples/shields/x_nucleo_53l0a1/
DREADME.rst9 This sample demonstrate the usage of the 4 digits x 7 segments display and the
/Zephyr-latest/drivers/modem/
Dquectel-bg9x.c35 static inline int digits(int n) in digits() function
139 bytes_to_skip = digits(socket_data_length) + 2 + 4; in on_cmd_sockread_common()
152 bytes_to_skip = digits(socket_data_length) + 2; in on_cmd_sockread_common()
Dhl7800.c3625 char digits[TIME_STRING_DIGIT_STRLEN + SIZE_OF_NUL]; in get_next_time_string_digit() local
3628 memset(digits, 0, sizeof(digits)); in get_next_time_string_digit()
3629 memcpy(digits, *pp, TIME_STRING_DIGIT_STRLEN); in get_next_time_string_digit()
3631 result = strtol(digits, NULL, 10); in get_next_time_string_digit()
/Zephyr-latest/lib/libc/picolibc/
DKconfig145 This ensures that printf values with enough digits can be
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/
DKconfig105 signed integer, and this number regulates how many digits will be used;
/Zephyr-latest/arch/arm/core/
DKconfig314 11 bits of significand precision, approximately 3 decimal digits.
/Zephyr-latest/subsys/net/lib/lwm2m/
DKconfig331 Default: room for 32 hexadecimal digits (UUID) + NULL
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py2122 _nodename_chars = set(string.ascii_letters + string.digits + ',._+-@')