Home
last modified time | relevance | path

Searched +full:0 +full:- +full:1 (Results 1 – 25 of 1104) sorted by relevance

12345678910>>...45

/Zephyr-Core-3.5.0/soc/arm/nxp_imx/rt/
Dpower_rt11xx.h4 * SPDX-License-Identifier: Apache-2.0
15 #define SP0 0
16 #define SP1 1
44 /* SP1*/{{ 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, \
45 /* SP2 */{ 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, \
46 /* SP3 */{ 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, \
47 /* SP0 */{ 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, \
48 /* SP4 */{ 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, \
49 /* SP5 */{ 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, \
50 /* SP6 */{ 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0}, \
[all …]
/Zephyr-Core-3.5.0/dts/riscv/ite/
Dit82xx2.dtsi4 * SPDX-License-Identifier: Apache-2.0
12 compatible = "mmio-sram";
13 reg = <0x80100000 DT_SIZE_K(256)>;
16 intc: interrupt-controller@f03f00 {
17 compatible = "ite,it8xxx2-intc-v2";
18 #address-cells = <0>;
19 #interrupt-cells = <2>;
20 interrupt-controller;
21 reg = <0x00f03f00 0x0100>;
25 compatible = "ite,it8xxx2-watchdog";
[all …]
Dit81xx2.dtsi4 * SPDX-License-Identifier: Apache-2.0
11 gpiogcr: gpio-gcr@f01600 {
12 compatible = "ite,it8xxx2-gpiogcr";
13 reg = <0x00f01600 0x100>;
17 compatible = "ite,it8xxx2-gpiokscan";
18 reg = <0x00f01d07 1
19 0x00f01d06 1
20 0x00f01d08 1
21 0x00f01d09 1
22 0x00f01d26 1>;
[all …]
/Zephyr-Core-3.5.0/samples/boards/bbc_microbit/display/src/
Dmain.c4 * SPDX-License-Identifier: Apache-2.0
14 static struct mb_image smiley = MB_IMAGE({ 0, 1, 0, 1, 0 },
15 { 0, 1, 0, 1, 0 },
16 { 0, 0, 0, 0, 0 },
17 { 1, 0, 0, 0, 1 },
18 { 0, 1, 1, 1, 0 });
21 MB_IMAGE({ 1, 0, 0, 0, 0 },
22 { 1, 0, 0, 0, 1 },
23 { 1, 0, 0, 1, 0 },
24 { 1, 0, 1, 0, 0 },
[all …]
/Zephyr-Core-3.5.0/samples/bluetooth/mesh_demo/src/
Dmicrobit.c1 /* microbit.c - BBC micro:bit specific hooks */
6 * SPDX-License-Identifier: Apache-2.0
24 #define BUZZER_PWM_CHANNEL 0
28 #define SEQ_PAGE (NRF_FICR->CODEPAGESIZE * (NRF_FICR->CODESIZE - 1))
29 #define SEQ_MAX (NRF_FICR->CODEPAGESIZE * 8 * SEQ_PER_BIT)
58 if (target > 0x0009) { in button_pressed()
63 2 * MSEC_PER_SEC, "%X", (target & 0xf)); in button_pressed()
87 return 0; in get_period()
90 for (i = 0; i < ARRAY_SIZE(period_map); i++) { in get_period()
108 uint32_t period, duration = 0U; in board_play_tune()
[all …]
/Zephyr-Core-3.5.0/drivers/display/
Ddisplay_rm68200.c4 * SPDX-License-Identifier: Apache-2.0
18 #define DCS_CMD_PAGE 0xFE
19 #define DCS_CMD_PAGE_UCS 0x0
20 #define DCS_CMD_PAGE_SET_PAGE0 0x1
21 #define DCS_CMD_PAGE_SET_PAGE1 0x2
22 #define DCS_CMD_PAGE_SET_PAGE2 0x3
23 #define DCS_CMD_PAGE_SET_PAGE3 0x4
26 #define MCS_STBCTR 0x12
27 #define MCS_SGOPCTR 0x16
28 #define MCS_SDCTR 0x1A
[all …]
/Zephyr-Core-3.5.0/samples/drivers/lcd_cyclonev_socdk/src/
Dcommands.h2 * SPDX-License-Identifier: Apache-2.0
6 * Reference: https://datasheetspdf.com/pdf-file/746090/Newhaven/NHD-0216K3Z-NSW-BBW/1
9 /* Insert Prefix 0xFE before executing command */
10 #define DISPLAY_ON 0x41
11 #define DISPLAY_OFF 0x42
12 #define SET_CURSOR 0x45 /*1 byte param in range (0x00 - 0x4F) 2x16 display */
13 #define CURSOR_HOME 0x46
14 #define UNDERLINE_ON 0x47
15 #define UNDERLINE_OFF 0x48
16 #define MOVE_CUR_LEFT 0x49
[all …]
/Zephyr-Core-3.5.0/scripts/dts/python-devicetree/tests/
Dtest.dts4 * SPDX-License-Identifier: BSD-3-Clause
9 /dts-v1/;
16 interrupt-parent-test {
18 compatible = "interrupt-three-cell";
19 #interrupt-cells = <3>;
20 interrupt-controller;
23 interrupts = <1 2 3 4 5 6>;
24 interrupt-names = "foo", "bar";
25 interrupt-parent = <&{/interrupt-parent-test/controller}>;
28 interrupts-extended-test {
[all …]
/Zephyr-Core-3.5.0/samples/bluetooth/mesh/src/
Dmicrobit.c1 /* microbit.c - BBC micro:bit specific hooks */
6 * SPDX-License-Identifier: Apache-2.0
19 MB_IMAGE({ 0, 0, 0, 0, 0 },
20 { 0, 0, 0, 0, 0 },
21 { 0, 0, 0, 0, 0 },
22 { 0, 0, 0, 0, 0 },
23 { 0, 0, 0, 0, 0 }),
24 MB_IMAGE({ 1, 1, 1, 1, 1 },
25 { 1, 1, 1, 1, 1 },
26 { 1, 1, 1, 1, 1 },
[all …]
/Zephyr-Core-3.5.0/dts/bindings/flash_controller/
Dst,stm32-ospi-nor.yaml2 # SPDX-License-Identifier: Apache-2.0
9 mx25lm51245: ospi-nor-flash@0 {
10 compatible = "st,stm32-ospi-nor";
11 reg = <0>;
12 data-mode = <OSPI_OPI_MODE>; /* access on 8 data lines */
13 data-rate = <OSPI_DTR_TRANSFER>; /* access in DTR */
14 ospi-max-frequency = <DT_FREQ_M(50)>;
19 compatible: "st,stm32-ospi-nor"
21 include: ["flash-controller.yaml", "jedec,jesd216.yaml"]
23 on-bus: ospi
[all …]
/Zephyr-Core-3.5.0/doc/connectivity/networking/conn_mgr/figures/
Dintegration_diagram_simplified.drawio1-08-28T23:41:19.284Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, …
2 <diagram id="W1R5wPltpbE_ZV7s-k6x" name="Page-1">
3 …="0" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="0" pageScale="1" …
5 <mxCell id="0" />
6 <mxCell id="1" parent="0" />
7-169" value="" style="rounded=0;whiteSpace=wrap;html=1;dashed=1;fontSize=16;fillColor=none;movable…
8 <mxGeometry x="527" y="-207" width="195" height="261" as="geometry" />
10-10" value="&lt;div&gt;network&lt;/div&gt;&lt;div&gt;readiness&lt;/div&gt;&lt;div&gt;events&lt;/di…
11 <mxGeometry x="574" y="-81" width="164" height="30" as="geometry" />
13 …52SZQf6J-11" value="&lt;div&gt;Application&lt;/div&gt;" style="rounded=0;whiteSpace=wrap;html=1;la…
[all …]
Dintegration_diagram_detailed.drawio1-08-28T23:43:21.842Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, …
2 <diagram id="W1R5wPltpbE_ZV7s-k6x" name="Page-1">
3 …="0" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" …
5 <mxCell id="0" />
6 <mxCell id="1" parent="0" />
7 …l id="Db8zi3n4dXzB52SZQf6J-138" value="" style="rounded=0;whiteSpace=wrap;html=1;dashed=1;fillColo…
8 <mxGeometry x="516" y="-192" width="465" height="407" as="geometry" />
10 …<mxCell id="Db8zi3n4dXzB52SZQf6J-30" value="" style="rounded=0;whiteSpace=wrap;html=1;" parent="1"…
13-10" value="&lt;div&gt;network&lt;/div&gt;&lt;div&gt;readiness&lt;/div&gt;&lt;div&gt;events&lt;/di…
14 <mxGeometry x="646" y="-68" width="164" height="30" as="geometry" />
[all …]
/Zephyr-Core-3.5.0/dts/riscv/sifive/
Driscv32-fe310.dtsi1 /* SPDX-License-Identifier: Apache-2.0 */
3 #include <zephyr/dt-bindings/gpio/gpio.h>
4 #include <zephyr/dt-bindings/pwm/pwm.h>
8 #address-cells = <1>;
9 #size-cells = <1>;
10 compatible = "sifive,FE310G-0002-Z0-dev", "fe310-dev", "sifive-dev";
11 model = "SiFive,FE310G-0002-Z0";
13 coreclk: core-clk {
14 #clock-cells = <0>;
15 compatible = "fixed-clock";
[all …]
/Zephyr-Core-3.5.0/tests/net/socket/socketpair/src/
Dpoll.c4 * SPDX-License-Identifier: Apache-2.0
18 * Timeout should work the same for blocking & non-blocking threads
20 * - no bytes available to read after timeout, r: 0 (timeout)
21 * - no bytes available to write after timeout, r: 0 (timeout)
27 struct pollfd fds[1]; in test_socketpair_poll_timeout_common()
29 memset(fds, 0, sizeof(fds)); in test_socketpair_poll_timeout_common()
30 fds[0].fd = fixture->sv[0]; in test_socketpair_poll_timeout_common()
31 fds[0].events |= POLLIN; in test_socketpair_poll_timeout_common()
32 res = poll(fds, 1, 1); in test_socketpair_poll_timeout_common()
33 zassert_equal(res, 0, "poll: expected: 0 actual: %d", res); in test_socketpair_poll_timeout_common()
[all …]
/Zephyr-Core-3.5.0/modules/hal_nordic/nrfx/
Dnrfx_config_nrf52840.h2 * Copyright (c) 2017 - 2023, Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
18 * Integer value. Minimum: 0 Maximum: 7
27 * Boolean. Accepted values 0 and 1.
30 #define NRFX_CLOCK_ENABLED 0
38 * - RC = 0
39 * - XTAL = 1
40 * - Synth = 2
41 * - External Low Swing = 131073
42 * - External Full Swing = 196609
[all …]
Dnrfx_config_nrf52833.h2 * Copyright (c) 2019 - 2023, Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
18 * Integer value. Minimum: 0 Maximum: 7
27 * Boolean. Accepted values 0 and 1.
30 #define NRFX_CLOCK_ENABLED 0
38 * - RC = 0
39 * - XTAL = 1
40 * - Synth = 2
41 * - External Low Swing = 131073
42 * - External Full Swing = 196609
[all …]
Dnrfx_config_nrf52832.h2 * Copyright (c) 2017 - 2023, Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
18 * Integer value. Minimum: 0 Maximum: 7
27 * Boolean. Accepted values 0 and 1.
30 #define NRFX_CLOCK_ENABLED 0
38 * - RC = 0
39 * - XTAL = 1
40 * - Synth = 2
41 * - External Low Swing = 131073
42 * - External Full Swing = 196609
[all …]
Dnrfx_config_nrf51.h2 * Copyright (c) 2017 - 2023, Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
18 * Integer value. Minimum: 0 Maximum: 3
27 * Boolean. Accepted values 0 and 1.
30 #define NRFX_ADC_ENABLED 0
36 * Integer value. Minimum: 0 Maximum: 3
45 * Boolean. Accepted values 0 and 1.
48 #define NRFX_ADC_CONFIG_LOG_ENABLED 0
56 * - Off = 0
57 * - Error = 1
[all …]
Dnrfx_config_nrf52810.h2 * Copyright (c) 2017 - 2023, Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
18 * Integer value. Minimum: 0 Maximum: 7
27 * Boolean. Accepted values 0 and 1.
30 #define NRFX_CLOCK_ENABLED 0
38 * - RC = 0
39 * - XTAL = 1
40 * - Synth = 2
41 * - External Low Swing = 131073
42 * - External Full Swing = 196609
[all …]
Dnrfx_config_nrf52820.h2 * Copyright (c) 2020 - 2023, Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
18 * Integer value. Minimum: 0 Maximum: 7
27 * Boolean. Accepted values 0 and 1.
30 #define NRFX_CLOCK_ENABLED 0
38 * - RC = 0
39 * - XTAL = 1
40 * - Synth = 2
41 * - External Low Swing = 131073
42 * - External Full Swing = 196609
[all …]
Dnrfx_config_nrf5340_application.h2 * Copyright (c) 2019 - 2023, Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
83 * between secure and non-secure mapping.
111 * Integer value. Minimum: 0 Maximum: 7
120 * Boolean. Accepted values 0 and 1.
123 #define NRFX_CLOCK_ENABLED 0
131 * - HFINT = 0
132 * - HFXO = 1
135 #define NRFX_CLOCK_CONFIG_HFCLK192M_SRC 1
143 * - RC = 1
[all …]
Dnrfx_config_nrf52811.h2 * Copyright (c) 2018 - 2023, Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
18 * Integer value. Minimum: 0 Maximum: 7
27 * Boolean. Accepted values 0 and 1.
30 #define NRFX_CLOCK_ENABLED 0
38 * - RC = 0
39 * - XTAL = 1
40 * - Synth = 2
41 * - External Low Swing = 131073
42 * - External Full Swing = 196609
[all …]
Dnrfx_config_nrf52805.h2 * Copyright (c) 2020 - 2023, Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
18 * Integer value. Minimum: 0 Maximum: 7
27 * Boolean. Accepted values 0 and 1.
30 #define NRFX_CLOCK_ENABLED 0
38 * - RC = 0
39 * - XTAL = 1
40 * - Synth = 2
41 * - External Low Swing = 131073
42 * - External Full Swing = 196609
[all …]
/Zephyr-Core-3.5.0/tests/kernel/common/src/
Dprintk.c4 * SPDX-License-Identifier: Apache-2.0
29 "p 112 -10000 -32768 -40000 -22\n"
30 "0x1 0x01 0x0001 0x00000001 0x0000000000000001\n"
31 "0x1 0x 1 0x 1 0x 1\n"
33 "-42 -42 -042 -0000042\n"
38 "68719476735 -1 18446744073709551615 ffffffffffffffff\n"
40 "-1 -1 4294967295 ffffffff\n"
42 "0xcafebabe 0xbeef 0x2a\n"
45 "p 112 -10000 -32768 -40000 -22\n"
46 "0x1 0x01 0x0001 0x00000001 0x0000000000000001\n"
[all …]
/Zephyr-Core-3.5.0/samples/boards/nrf/nrf_led_matrix/src/
Dmain.c4 * SPDX-License-Identifier: Apache-2.0
12 #define PIXEL_BIT(idx, val) (val ? BIT(idx) : 0)
28 { PIXEL_MASK(0, 1, 0) | in update_block_3x3()
29 PIXEL_MASK(0, 1, 0) << 4, in update_block_3x3()
30 PIXEL_MASK(0, 1, 0) }, in update_block_3x3()
31 { PIXEL_MASK(0, 0, 1) | in update_block_3x3()
32 PIXEL_MASK(0, 1, 0) << 4, in update_block_3x3()
33 PIXEL_MASK(1, 0, 0) }, in update_block_3x3()
34 { PIXEL_MASK(0, 0, 0) | in update_block_3x3()
35 PIXEL_MASK(1, 1, 1) << 4, in update_block_3x3()
[all …]

12345678910>>...45