/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.
|
D | sample.yaml | 14 - "Calculate first [0-9]+ digits of Pi independently by [0-9]+ threads.(.*)"
|
/Zephyr-latest/dts/bindings/display/ |
D | maxim,max7219.yaml | 25 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/ |
D | main.c | 14 * 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/ |
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/subsys/net/lib/lwm2m/ |
D | ucifi_lpwan.h | 11 #define MAC_ADDRESS_SIZE 17 /* 16 hex digits, eg. "01a2b3c4d5e6f708\0" */
|
/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/src/ |
D | display_7seg.c | 21 static const uint8_t digits[16] = { variable 149 representation[i] = digits[d]; in display_number()
|
/Zephyr-latest/lib/libc/minimal/source/stdlib/ |
D | strtoll.c | 41 * alphabets and digits are each contiguous. 90 * Set any if any `digits' consumed; make it negative to indicate in strtoll()
|
D | strtol.c | 41 * alphabets and digits are each contiguous. 91 * Set any if any `digits' consumed; make it negative to indicate in strtol()
|
D | strtoul.c | 41 * alphabets and digits are each contiguous.
|
D | strtoull.c | 41 * alphabets and digits are each contiguous.
|
/Zephyr-latest/include/zephyr/linker/ |
D | iterable_sections.h | 62 * 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/ |
D | adc_shell.c | 173 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/ |
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/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/lib/os/ |
D | cbprintf_complete.c | 43 /* 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/ |
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/subsys/debug/ |
D | thread_analyzer.c | 34 * It would use 2 hex digits for every single byte of the pointer
|
/Zephyr-latest/arch/arm/core/ |
D | Kconfig | 314 11 bits of significand precision, approximately 3 decimal digits.
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | prov.c | 132 /* pull base-36 digits: */ in get_auth_string()
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_mchp_xec.c | 47 * To avoid losing some digits after 0.
|
/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()
|