Home
last modified time | relevance | path

Searched full:digits (Results 1 – 25 of 41) sorted by relevance

12

/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.
Dsample.yaml14 - "Calculate first [0-9]+ digits of Pi independently by [0-9]+ threads.(.*)"
/Zephyr-latest/dts/bindings/display/
Dmaxim,max7219.yaml25 Number of scanned digits for MAX7219.
26 Display digit 0 only when scan-limit is 0, digits 0 & 1 when
/Zephyr-latest/samples/arch/smp/pi/src/
Dmain.c14 * Amount of digits of Pi to calculate, must be a multiple of 4,
15 * as used algorithm spits 4 digits on every iteration.
41 * Adapted and improved (for random number of digits) version of Pi in test_thread()
85 printk("Calculate first %d digits of Pi independently by %d threads.\n", in main()
/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/subsys/net/lib/lwm2m/
Ducifi_lpwan.h11 #define MAC_ADDRESS_SIZE 17 /* 16 hex digits, eg. "01a2b3c4d5e6f708\0" */
/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/src/
Ddisplay_7seg.c21 static const uint8_t digits[16] = { variable
149 representation[i] = digits[d]; in display_number()
/Zephyr-latest/lib/libc/minimal/source/stdlib/
Dstrtoll.c41 * alphabets and digits are each contiguous.
90 * Set any if any `digits' consumed; make it negative to indicate in strtoll()
Dstrtol.c41 * alphabets and digits are each contiguous.
91 * Set any if any `digits' consumed; make it negative to indicate in strtol()
Dstrtoul.c41 * alphabets and digits are each contiguous.
Dstrtoull.c41 * alphabets and digits are each contiguous.
/Zephyr-latest/include/zephyr/linker/
Diterable_sections.h62 * up to 2 numeric digits are handled (0-99).
114 * is, `SECNAME10` will come after `SECNAME2`. Up to 2 numeric digits are
/Zephyr-latest/drivers/adc/
Dadc_shell.c173 shell_error(sh, "<channel> must be digits"); in cmd_adc_ch_id()
224 shell_error(sh, "<negative input> must be digits"); in cmd_adc_ch_neg()
251 shell_error(sh, "<positive input> must be digits"); in cmd_adc_ch_pos()
302 shell_error(sh, "<time> must be digits"); in cmd_adc_acq()
337 shell_error(sh, "<resolution> must be digits"); in cmd_adc_reso()
/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/samples/shields/x_nucleo_53l0a1/
DREADME.rst9 This sample demonstrate the usage of the 4 digits x 7 segments display and the
/Zephyr-latest/lib/os/
Dcbprintf_complete.c43 /* The float code may extract up to 16 digits, plus a prefix, a
310 /** Get a size represented as a sequence of decimal digits.
829 /* Number of hex "digits" in the fractional part of an IEEE 754-2008
856 * @param precision the precision for the conversion (generally digits past
1028 /* Append the leading significant "digits". */ in encode_float()
1194 /* Emit the digits above the decimal point. */ in encode_float()
1210 * format, or if more digits are to follow. in encode_float()
1236 * format, or if more digits are to follow. in encode_float()
1275 /* At most 3 digits to the decimal. Spit them out. */ in encode_float()
1640 * digits, no leading zeros. in z_cbvprintf_impl()
/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/subsys/debug/
Dthread_analyzer.c34 * It would use 2 hex digits for every single byte of the pointer
/Zephyr-latest/arch/arm/core/
DKconfig314 11 bits of significand precision, approximately 3 decimal digits.
/Zephyr-latest/subsys/bluetooth/mesh/
Dprov.c132 /* pull base-36 digits: */ in get_auth_string()
/Zephyr-latest/drivers/pwm/
Dpwm_mchp_xec.c47 * To avoid losing some digits after 0.
/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()

12