Searched refs:digits (Results 1 – 13 of 13) sorted by relevance
/Zephyr-Core-3.5.0/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-Core-3.5.0/samples/arch/smp/pi/ |
D | README.rst | 18 number of digits calculated (``DIGITS_NUM``), and the 40 Calculate first 240 digits of Pi independently by 16 threads.
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/soc/xtensa/espressif_esp32/esp32/ |
D | Kconfig.defconfig.series | 43 # So double for hexadecimal digits.
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/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 | 3544 char digits[TIME_STRING_DIGIT_STRLEN + SIZE_OF_NUL]; in get_next_time_string_digit() local 3547 memset(digits, 0, sizeof(digits)); in get_next_time_string_digit() 3548 memcpy(digits, *pp, TIME_STRING_DIGIT_STRLEN); in get_next_time_string_digit() 3550 result = strtol(digits, NULL, 10); in get_next_time_string_digit()
|
/Zephyr-Core-3.5.0/lib/libc/picolibc/ |
D | Kconfig | 106 This ensures that printf values with enough digits can be
|
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/grp/os_mgmt/ |
D | Kconfig | 105 signed integer, and this number regulates how many digits will be used;
|
/Zephyr-Core-3.5.0/arch/arm/core/ |
D | Kconfig | 306 11 bits of significand precision, approximately 3 decimal digits.
|
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/ |
D | Kconfig | 309 Default: room for 32 hexadecimal digits (UUID) + NULL
|
/Zephyr-Core-3.5.0/scripts/dts/python-devicetree/src/devicetree/ |
D | dtlib.py | 2114 _nodename_chars = set(string.ascii_letters + string.digits + ',._+-@')
|
/Zephyr-Core-3.5.0/doc/hardware/porting/ |
D | board_porting.rst | 708 * ``FORMAT MAJOR.MINOR.PATCH``: matches exactly three digits. The command line
|