Home
last modified time | relevance | path

Searched full:52 (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/Zephyr-latest/tests/lib/c_lib/common/src/
Dtest_qsort.c79 -52, 52, -4, -89, -7, 22, -52, -87, 32, -23, 30, -35, -9, in ZTEST()
88 -63, -61, -60, -58, -52, -52, -49, -46, -46, -42, -42, -35, -33, in ZTEST()
91 49, 52, 54, 61, 63, 64, 75, 77, 88, 90, 91, in ZTEST()
105 1, 18, -78, 35, -67, -71, -12, -69, -60, 91, -15, -99, -33, -52, in ZTEST()
106 52, -4, -89, -7, 22, -52, -87, 32, -23, 30, -35, -9, 15, -61, in ZTEST()
117 -70, -69, -67, -63, -61, -60, -58, -57, -52, -52, -51, -49, -46, -46, in ZTEST()
121 41, 42, 42, 49, 49, 49, 51, 52, 54, 61, 63, 64, 74, 75, in ZTEST()
/Zephyr-latest/boards/intel/common/
Dnet_boot.rst79 dnsmasq-dhcp[5386]: DHCPDISCOVER(eno2) 00:07:32:52:25:88
80 dnsmasq-dhcp[5386]: DHCPOFFER(eno2) 10.1.1.28 00:07:32:52:25:88
81 dnsmasq-dhcp[5386]: DHCPREQUEST(eno2) 10.1.1.28 00:07:32:52:25:88
82 dnsmasq-dhcp[5386]: DHCPACK(eno2) 10.1.1.28 00:07:32:52:25:88
/Zephyr-latest/lib/libc/minimal/source/math/
Dsqrt.c16 #define EXP_MASK64 GENMASK64(62, 52)
44 exponent = ((p_square.i & EXP_MASK64) >> 52) - 1023; in sqrt()
50 root.i = (p_square.i & ~EXP_MASK64) | (exponent + 1023) << 52; in sqrt()
/Zephyr-latest/subsys/bindesc/
DKconfig.build_time43 The hour of the day the image was compiled, such as 13 in 13:34:52
48 The minute the image was compiled, such as 34 in 13:34:52
53 The second the image was compiled, such as 52 in 13:34:52
/Zephyr-latest/boards/nordic/thingy52/
Dboard.yml3 full_name: "Thingy:52"
/Zephyr-latest/soc/raspberrypi/rpi_pico/rp2350/
DKconfig.defconfig12 default 52
/Zephyr-latest/soc/quicklogic/eos_s3/
DKconfig.defconfig7 default 52
/Zephyr-latest/tests/kernel/gen_isr_table/
Dtestcase.yaml87 - CONFIG_MAX_IRQ_PER_AGGREGATOR=52
93 - CONFIG_MAX_IRQ_PER_AGGREGATOR=52
/Zephyr-latest/soc/sifive/sifive_freedom/fe300/
DKconfig.defconfig20 default 52
/Zephyr-latest/drivers/gpio/
DKconfig.sc18im70414 default 52
/Zephyr-latest/soc/sifive/sifive_freedom/fu500/
DKconfig.defconfig20 default 52
/Zephyr-latest/soc/sifive/sifive_freedom/fu700/
DKconfig.defconfig20 default 52
/Zephyr-latest/tests/lib/cmsis_nn/src/
Dmain.c40 -82, -104, 10, -28, -52, -51, -66, 52, 124, -74, -21, 4, 37, -7, -33,
41 102, 110, 24, 52, 121, 13, -55, -79, -92, -35, -103, 86, 95, 46, 32,
43 -52, -113, -46, 107, 68, 83, -70, 91, 14, 113, 74, 73, -103, -98, 25};
130 94, 49, 10, 112, -71, -27, -91, -79, 52, -92, -71, 86, -79, -15, -80,
133 87, -121, -70, -75, -127, 16, -124, -110, 10, 71, 29, 27, 37, -24, 52,
270 const int8_t stride2pad1_output_ref[16] = {26, -11, 33, -25, -96, -52, -78, -86,
359 37, -46, 75, -33, -52, -82, -94, 64, 71, 65, 64, 16, -66, -5, -65, -44,
366 -95, 112, 89, 44, -17, -112, -71, -94, 1, -117, 112, -92, 52, 57, -22, 80,
443 75, -52, -42, -30, 56, 64, 106, -36, 120, -3, 34, -105, 69, 75, -39,
446 -1, -115, -123, 75, -75, 68, 52, 12, -35, 116, -68, 22, 15, 76, -81};
[all …]
/Zephyr-latest/soc/andestech/ae350/
DKconfig.defconfig34 default 52
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dti-cc32xx-pinctrl.h157 #define GPIO32_P52 TI_CC32XX_PINMUX(52U, 0U)
158 #define MCACLK_P52 TI_CC32XX_PINMUX(52U, 2U)
159 #define MCAXR0_P52 TI_CC32XX_PINMUX(52U, 4U)
160 #define UART0_RTS_P52 TI_CC32XX_PINMUX(52U, 6U)
161 #define GSPI_MOSI_P52 TI_CC32XX_PINMUX(52U, 8U)
Desp32c2-gpio-sigmap.h73 #define ESP_RMT_SIG_IN1 52
74 #define ESP_RMT_SIG_OUT1 52
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_util.c131 f |= ((int64_t)1 << 52); in lwm2m_float_to_b64()
143 while (v > 0 && i < 52) { in lwm2m_float_to_b64()
173 /* exponent: bits 62-52 */ in lwm2m_float_to_b64()
178 /* NOTE: ignore the "hidden" bit 52 in fraction */ in lwm2m_float_to_b64()
274 /* get exponent: bits 62-52 */ in lwm2m_b64_to_float()
281 f = ((int64_t)1 << 52); in lwm2m_b64_to_float()
294 if (e > 52) { in lwm2m_b64_to_float()
295 e = 52; in lwm2m_b64_to_float()
298 val1 = (f >> (52 - e)) * (sign ? -1 : 1); in lwm2m_b64_to_float()
/Zephyr-latest/tests/bsim/
Dci.net.sh15 RESULTS_FILE=${ZEPHYR_BASE}/bsim_out/bsim_results.net.52.xml \
/Zephyr-latest/drivers/sensor/st/lsm6dsl/
DKconfig111 3: 52Hz
143 3: 52Hz
/Zephyr-latest/samples/drivers/jesd216/
DREADME.rst46 ET2: instr 52h for 32768 By; typ 240 ms, max 1920 ms
57 ee ff ff ff ff ff 00 ff ff ff 00 ff 0c 20 0f 52
/Zephyr-latest/soc/xlnx/zynq7000/common/
Dpinctrl_soc.h160 #define MIO52 52
166 #define MIO_GROUP_MDIO0_0_GRP_PINS 52, 53
167 #define MIO_GROUP_MDIO1_0_GRP_PINS 52, 53
240 #define MIO_GROUP_CAN1_11_GRP_PINS 52, 53
263 #define MIO_GROUP_UART1_11_GRP_PINS 52, 53
285 #define MIO_GROUP_I2C1_10_GRP_PINS 52, 53
296 #define MIO_GROUP_SWDT0_4_GRP_PINS 52, 53
349 #define MIO_GROUP_GPIO0_52_GRP_PINS 52
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/boards/
Dit8xxx2_evb.overlay28 eeprom0: eeprom@52 {
/Zephyr-latest/samples/drivers/led/sx1509b_intensity/
DREADME.rst10 This sample controls the intensity of the color LEDs in a Thingy:52 lightwell.
/Zephyr-latest/tests/drivers/build_all/interrupt_controller/intc_plic/
Dtestcase.yaml29 - CONFIG_MAX_IRQ_PER_AGGREGATOR=52
/Zephyr-latest/samples/sensor/ccs811/
DREADME.rst34 The sample output below is from a `Nordic Thingy:52
35 <https://www.nordicsemi.com/Software-and-tools/Prototyping-platforms/Nordic-Thingy-52>`_

12345678910>>...14