Searched refs:digits (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/samples/arch/smp/pi/ |
D | README.rst | 4 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/ |
D | display_7seg.c | 21 static const uint8_t digits[16] = { variable 149 representation[i] = digits[d]; in display_number()
|
/Zephyr-latest/boards/shields/x_nucleo_53l0a1/doc/ |
D | index.rst | 46 2 digits x 7 segments = 14 pins: 48 * **Rightmost two digits**: ``EXPANDER1``, 0x42 49 * **Leftmost two digits**: ``EXPANDER2``, 0x43
|
/Zephyr-latest/soc/espressif/esp32/ |
D | Kconfig.defconfig | 31 # So double for hexadecimal digits.
|
/Zephyr-latest/lib/posix/options/ |
D | net.c | 25 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/ |
D | index.rst | 21 cases, the digits of these sequences correspond to the numerical part of the kit
|
/Zephyr-latest/samples/shields/x_nucleo_53l0a1/ |
D | README.rst | 9 This sample demonstrate the usage of the 4 digits x 7 segments display and the
|
/Zephyr-latest/drivers/modem/ |
D | quectel-bg9x.c | 35 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()
|
D | hl7800.c | 3625 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/ |
D | Kconfig | 145 This ensures that printf values with enough digits can be
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/ |
D | Kconfig | 105 signed integer, and this number regulates how many digits will be used;
|
/Zephyr-latest/arch/arm/core/ |
D | Kconfig | 314 11 bits of significand precision, approximately 3 decimal digits.
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | Kconfig | 331 Default: room for 32 hexadecimal digits (UUID) + NULL
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | dtlib.py | 2122 _nodename_chars = set(string.ascii_letters + string.digits + ',._+-@')
|