Home
last modified time | relevance | path

Searched +full:0 +full:- +full:1152 (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/dts/bindings/can/
Dbosch,m_can-base.yaml3 include: [can-fd-controller.yaml]
6 bosch,mram-cfg:
12 <offset std-filter-elements ext-filter-elements rx-fifo0-elements rx-fifo1-elements
13 rx-buffer-elements tx-event-fifo-elements tx-buffer-elements>
16 from. This is normally set to 0x0 when using a non-shared message RAM. The remaining cells
20 11-bit Filter 0-128 elements / 0-128 words
21 29-bit Filter 0-64 elements / 0-128 words
22 Rx FIFO 0 0-64 elements / 0-1152 words
23 Rx FIFO 1 0-64 elements / 0-1152 words
24 Rx Buffers 0-64 elements / 0-1152 words
[all …]
/Zephyr-latest/subsys/logging/
DKconfig.processing2 # SPDX-License-Identifier: Apache-2.0
35 range -1 10000
39 message is dropped. Forever blocking (-1) is possible however may lead
50 Set 0 to disable the feature. If LOG_PROCESS_THREAD is enabled then
67 default 0
88 default 1152 if LOG_BACKEND_NET
114 default 0
/Zephyr-latest/drivers/memc/
Dsifive_ddr.c2 * (C) Copyright 2020-2021 SiFive, Inc.
5 * SPDX-License-Identifier: Apache-2.0
8 * https://github.com/sifive/freedom-u540-c000-bootloader
24 #define DRAM_CLASS_DDR4 0xA
25 #define OPTIMAL_RMODW_EN BIT(0)
34 #define DFI_PHY_RDLVL_GATE_MODE BIT(0)
36 #define PORT_ADDR_PROTECTION_EN BIT(0)
41 #define WRLVL_EN BIT(0)
43 #define PHY_RX_CAL_DQ0_0_OFFSET 0
46 #define DDR_CTL_REG(d, i) (*(d->ddrctl + i))
[all …]
/Zephyr-latest/tests/bluetooth/host/cs/bt_le_cs_parse_pct/src/
Dmain.c4 * SPDX-License-Identifier: Apache-2.0
19 * - Valid PCT is passed in
22 * - IQ term matches expected values
33 {.input = {0x00, 0x00, 0x00}, .output = {.i = 0, .q = 0}}, in ZTEST()
34 {.input = {0xFF, 0xFF, 0xFF}, .output = {.i = -1, .q = -1}}, in ZTEST()
35 {.input = {0xFF, 0x00, 0xFF}, .output = {.i = 255, .q = -16}}, in ZTEST()
36 {.input = {0xFF, 0x00, 0x00}, .output = {.i = 255, .q = 0}}, in ZTEST()
37 {.input = {0x00, 0xFF, 0x00}, .output = {.i = -256, .q = 15}}, in ZTEST()
38 {.input = {0x00, 0x00, 0xFF}, .output = {.i = 0, .q = -16}}, in ZTEST()
39 {.input = {0x00, 0x08, 0x80}, .output = {.i = -2048, .q = -2048}}, in ZTEST()
[all …]
/Zephyr-latest/include/zephyr/sys/
Dutil_internal_util_dec.h2 * Copyright (c) 2011-2014, Wind River Systems, Inc.
6 * SPDX-License-Identifier: Apache-2.0
20 #define Z_UTIL_DEC_0 0
21 #define Z_UTIL_DEC_1 0
1173 #define Z_UTIL_DEC_1153 1152
Dutil_internal_util_x2.h2 * Copyright (c) 2011-2014, Wind River Systems, Inc.
6 * SPDX-License-Identifier: Apache-2.0
20 #define Z_UTIL_X2_0 0
596 #define Z_UTIL_X2_576 1152
Dutil_listify.h5 * SPDX-License-Identifier: Apache-2.0
18 F(0, __VA_ARGS__)
4626 F(1152, __VA_ARGS__)