Home
last modified time | relevance | path

Searched full:63 (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/Zephyr-latest/tests/unit/pot/
Dlog2.c29 zassert_equal(62, LOG2(BIT64(63) - 1)); in ZTEST()
30 zassert_equal(63, LOG2(BIT64(63))); in ZTEST()
31 zassert_equal(63, LOG2(BIT64(63) + 1)); in ZTEST()
32 zassert_equal(63, LOG2(UINT64_MAX)); in ZTEST()
Dlog2.cpp30 zassert_equal(62, LOG2(BIT64(63) - 1)); in ZTEST()
31 zassert_equal(63, LOG2(BIT64(63))); in ZTEST()
32 zassert_equal(63, LOG2(BIT64(63) + 1)); in ZTEST()
33 zassert_equal(63, LOG2(UINT64_MAX)); in ZTEST()
Dlog2ceil.c30 zassert_equal(63, LOG2CEIL(BIT64(63) - 1)); in ZTEST()
31 zassert_equal(63, LOG2CEIL(BIT64(63))); in ZTEST()
32 zassert_equal(64, LOG2CEIL(BIT64(63) + 1)); in ZTEST()
Dlog2ceil.cpp35 zassert_equal(63, LOG2CEIL(BIT64(63) - 1)); in ZTEST()
36 zassert_equal(63, LOG2CEIL(BIT64(63))); in ZTEST()
37 zassert_equal(64, LOG2CEIL(BIT64(63) + 1)); in ZTEST()
Dnhpot.c33 zassert_equal(BIT64(63), NHPOT(BIT64(63) - 1)); in ZTEST()
34 zassert_equal(BIT64(63), NHPOT(BIT64(63))); in ZTEST()
35 zassert_equal(0, NHPOT(BIT64(63) + 1)); in ZTEST()
Dnhpot.cpp36 zassert_equal(BIT64(63), NHPOT(BIT64(63) - 1)); in ZTEST()
37 zassert_equal(BIT64(63), NHPOT(BIT64(63))); in ZTEST()
38 zassert_equal(0, NHPOT(BIT64(63) + 1)); in ZTEST()
Dis_power_of_two.c24 zassert_true(IS_POWER_OF_TWO(BIT64(63))); in ZTEST()
25 zassert_false(IS_POWER_OF_TWO(BIT64(63) + 1)); in ZTEST()
/Zephyr-latest/samples/boards/nordic/nrfx_prs/
Dsample.yaml22 - "Tx: 4E 6F 72 64 69 63 20 53 65 6D 69 63 6F 6E 64 75 63 74 6F 72 00"
/Zephyr-latest/drivers/dma/
Ddma_iproc_pax_v1.h72 uint64_t type : 4; /*type 63:60*/
81 uint64_t type : 2; /*type 63:62 set to b'11*/
88 uint64_t type : 2; /*63:62 set to b'11*/
93 uint64_t pcie_addr : 62; /*pcie_addr[63:2]*/
94 uint64_t type : 2; /*63:62 set to b'11*/
109 uint64_t type : 4;/*descriptor type 63:60*/
Ddma_iproc_pax_v2.h82 uint64_t type : 4; /*type:60:63*/
90 uint64_t type : 4; /*type:60:63*/
98 uint64_t type : 4; /*type:60:63*/
105 uint64_t type : 4;/*descriptor type 63:60*/
/Zephyr-latest/boards/infineon/cy8cproto_063_ble/doc/
Dindex.rst7 enables design and debug of the Cypress PSOC 63 BLE MCU.
12 For more information about the PSOC 63 BLE MCU SoC and CY8CPROTO-063-BLE board:
14 - `PSOC 63 BLE MCU SoC Website`_
15 - `PSOC 63 BLE MCU Datasheet`_
16 - `PSOC 63 BLE MCU Architecture Reference Manual`_
17 - `PSOC 63 BLE MCU Register Reference Manual`_
61 The PSOC 63 BLE MCU SoC is configured to use the internal IMO+FLL as a source for
139 .. _PSOC 63 BLE MCU SoC Website:
142 .. _PSOC 63 BLE MCU Datasheet:
145 .. _PSOC 63 BLE MCU Architecture Reference Manual:
[all …]
/Zephyr-latest/tests/lib/sys_util/src/
Dmain.c52 /* support up to 63 args */ in ZTEST()
53 zassert_equal(63, NUM_VA_ARGS(LISTIFY(63, ~, (,)))); in ZTEST()
68 zassert_equal(63, NUM_VA_ARGS_LESS_1(LISTIFY(64, ~, (,)))); in ZTEST()
/Zephyr-latest/boards/cypress/cy8ckit_062_ble/doc/
Dindex.rst3 INFINEON PSOC 63 BLE Pioneer Kit
10 enables design and debug of the Cypress PSOC 63 BLE MCU.
12 The PSOC 6 BLE Pioneer Kit features the PSOC 63 MCU: a dual-core MCU, with a
78 For more information about the PSOC 63 BLE MCU SoC and CY8CKIT-062-BLE board:
80 - `PSOC 63 BLE MCU SoC Website`_
81 - `PSOC 63 BLE MCU Datasheet`_
82 - `PSOC 63 BLE MCU Architecture Reference Manual`_
83 - `PSOC 63 BLE MCU Register Reference Manual`_
121 The PSOC 63 BLE MCU SoC is configured to use the internal IMO+FLL as a source for
128 The PSOC 63 BLE MCU SoC has 8 SCB blocks and each one can be configured as
[all …]
/Zephyr-latest/drivers/sensor/infineon/xmc4xxx_temp/
DKconfig18 The value is 7 bits in the range [-64, 63] which maps to -/+ 12.5C.
24 Gain adjustment of the temperature reading. Range [0, 63].
Dxmc4xxx_temp.c71 CONFIG_XMC4XXX_TEMP_CALIBRATE_OFFSET <= 63); in xmc4xxx_temp_init()
74 CONFIG_XMC4XXX_TEMP_CALIBRATE_OFFSET <= 63); in xmc4xxx_temp_init()
/Zephyr-latest/tests/lib/c_lib/common/src/
Dtest_qsort.c74 * NUMS="$(for i in `seq 0 63`; do echo -n "$(((RANDOM - 16384) % 100)), "; done)" in ZTEST()
80 15, -61, 36, -49, 24, -72, -63, 77, 88, -93, 13, 49, 41, in ZTEST()
81 35, -5, -72, -46, 64, -46, -97, -88, 90, 63, 49, 12, -58, 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()
107 36, -49, 24, -72, -63, 77, 88, -93, 13, 49, 41, 35, -5, -72, in ZTEST()
108 -46, 64, -46, -97, 90, 63, 49, 12, -58, -76, 54, 75, 49, 11, 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/subsys/net/
DKconfig.hostname30 range 1 63
31 default 63
/Zephyr-latest/tests/drivers/rtc/rtc_api/boards/
Dxmc45_relax_kit.conf3 CONFIG_TEST_RTC_ALARM_TIME_MASK=63
Dxmc47_relax_kit.conf3 CONFIG_TEST_RTC_ALARM_TIME_MASK=63
/Zephyr-latest/soc/st/stm32/stm32wbx/
DKconfig.defconfig.stm32wb55xx9 default 63
/Zephyr-latest/dts/bindings/gpio/
Dxlnx,ps-gpio.yaml22 * Bank 3: EMIO pins [63:32] (total: 64 EMIO pins)
29 * Bank 4: EMIO pins [63:32]
/Zephyr-latest/boards/cypress/cy8ckit_062_ble/
Dboard.yml3 full_name: PSOC 63 BLE Pioneer Kit
/Zephyr-latest/subsys/fs/zms/
Dzms_priv.h21 #define ADDR_SECT_MASK GENMASK64(63, 32)
33 #define ZMS_LOOKUP_CACHE_NO_ADDR GENMASK64(63, 0)
/Zephyr-latest/dts/bindings/sensor/
Dst,stts22h-i2c.yaml39 temperature-hi-threshold = 63 + T/0.64 C.
50 temperature-lo-threshold = 63 + T/0.64 C.
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Ddata_split_person_test.py37 dengyl_num = 63
38 liucx_num = 63

12345678910>>...13