/Zephyr-latest/soc/nxp/imxrt/imxrt11xx/ |
D | power.h | 4 * 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-latest/samples/boards/bbc/microbit/display/src/ |
D | main.c | 4 * SPDX-License-Identifier: Apache-2.0 13 static struct mb_image smiley = MB_IMAGE({ 0, 1, 0, 1, 0 }, 14 { 0, 1, 0, 1, 0 }, 15 { 0, 0, 0, 0, 0 }, 16 { 1, 0, 0, 0, 1 }, 17 { 0, 1, 1, 1, 0 }); 20 MB_IMAGE({ 1, 0, 0, 0, 0 }, 21 { 1, 0, 0, 0, 1 }, 22 { 1, 0, 0, 1, 0 }, 23 { 1, 0, 1, 0, 0 }, [all …]
|
/Zephyr-latest/dts/riscv/ite/ |
D | it82xx2.dtsi | 4 * 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 …]
|
D | it8801-common-cfg.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 7 #include <ite/it8801-mfd-map.dtsi> 10 #address-cells = <1>; 11 #size-cells = <1>; 14 ioex_it8801_port0: it8801_port@0 { 15 compatible = "ite,it8801-gpio"; 16 reg = <0x00 1 /* GPIPSR */ 17 0x05 1 /* GPSOVR */ 18 0x0a 8 /* GPCR */ 19 0x32 1 /* GPISR */ [all …]
|
D | it81xx2.dtsi | 4 * 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-latest/samples/bluetooth/mesh_demo/src/ |
D | microbit.c | 1 /* microbit.c - BBC micro:bit specific hooks */ 6 * SPDX-License-Identifier: Apache-2.0 23 #define BUZZER_PWM_CHANNEL 0 27 #define SEQ_PAGE (NRF_FICR->CODEPAGESIZE * (NRF_FICR->CODESIZE - 1)) 28 #define SEQ_MAX (NRF_FICR->CODEPAGESIZE * 8 * SEQ_PER_BIT) 57 if (target > 0x0009) { in button_pressed() 62 2 * MSEC_PER_SEC, "%X", (target & 0xf)); in button_pressed() 86 return 0; in get_period() 89 for (i = 0; i < ARRAY_SIZE(period_map); i++) { in get_period() 107 uint32_t period, duration = 0U; in board_play_tune() [all …]
|
/Zephyr-latest/drivers/display/ |
D | display_rm68200.c | 4 * 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 …]
|
D | display_ili9806e_dsi.c | 4 * SPDX-License-Identifier: Apache-2.0 18 #define ILITEK_ILI9806E_COLMOD_RGB565 0x50 19 #define ILITEK_ILI9806E_COLMOD_RGB888 0x70 38 /* Change to Page 1 CMD */ 39 {.reg = 0xff, .cmd_len = 5, .cmd = {0xFF, 0x98, 0x06, 0x04, 0x01}}, 41 {.reg = 0x08, .cmd_len = 1, .cmd = {0x10}}, 42 /* DE = 1 Active */ 43 {.reg = 0x21, .cmd_len = 1, .cmd = {0x01}}, 45 {.reg = 0x30, .cmd_len = 1, .cmd = {0x01}}, 47 {.reg = 0x31, .cmd_len = 1, .cmd = {0x00}}, [all …]
|
/Zephyr-latest/samples/drivers/lcd_cyclonev_socdk/src/ |
D | commands.h | 2 * 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-latest/samples/bluetooth/mesh/src/ |
D | microbit.c | 1 /* 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-latest/scripts/dts/python-devicetree/tests/ |
D | test.dts | 4 * 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-latest/dts/bindings/flash_controller/ |
D | st,stm32-ospi-nor.yaml | 2 # SPDX-License-Identifier: Apache-2.0 9 mx25lm51245: ospi-nor-flash@70000000 { 10 compatible = "st,stm32-ospi-nor"; 11 reg = <0x70000000 DT_SIZE_M(64)>; /* 512 Mbits */ 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)>; 18 compatible: "st,stm32-ospi-nor" 20 include: ["flash-controller.yaml", "jedec,jesd216.yaml"] 22 on-bus: ospi [all …]
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
D | test_lwm2m.py | 7 SPDX-License-Identifier: Apache-2.0 11 https://www.openmobilealliance.org/release/LightweightM2M/ETS/OMA-ETS-LightweightM2M-V1_1-20190912-… 15 * Registration Interface [100-199] 16 * Device management & Service Enablement Interface [200-299] 17 * Information Reporting Interface [300-399] 34 """LightweightM2M-1.1-int-102 - Registration Update""" 35 lines = shell.get_filtered_output(shell.exec_command('lwm2m read 1/0/1 -u32')) 36 lifetime = int(lines[0]) 39 leshan.write(endpoint, '1/0/1', lifetime) 45 shell.exec_command('lwm2m write 1/0/1 -u32 86400') [all …]
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/figures/ |
D | integration_diagram_simplified.drawio | 1 …-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="<div>network</div><div>readiness</div><div>events</di… 11 <mxGeometry x="574" y="-81" width="164" height="30" as="geometry" /> 13 …52SZQf6J-11" value="<div>Application</div>" style="rounded=0;whiteSpace=wrap;html=1;la… [all …]
|
/Zephyr-latest/dts/riscv/sifive/ |
D | riscv32-fe310.dtsi | 1 /* 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-latest/tests/net/socket/socketpair/src/ |
D | poll.c | 4 * 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 zsock_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 |= ZSOCK_POLLIN; in test_socketpair_poll_timeout_common() 32 res = zsock_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-latest/modules/hal_nordic/nrfx/ |
D | nrfx_config_nrf54l05_flpr.h | 4 * SPDX-License-Identifier: Apache-2.0 18 * Integer value. Minimum: 0. Maximum: 3. 21 #define NRFX_DEFAULT_IRQ_PRIORITY 0 27 * Boolean. Accepted values: 0 and 1. 30 #define NRFX_CLOCK_ENABLED 0 38 * - RC = 0 39 * - XTAL = 1 40 * - Synth = 2 43 #define NRFX_CLOCK_CONFIG_LF_SRC 1 49 * Boolean. Accepted values: 0 and 1. [all …]
|
D | nrfx_config_nrf54l10_flpr.h | 4 * SPDX-License-Identifier: Apache-2.0 18 * Integer value. Minimum: 0. Maximum: 3. 21 #define NRFX_DEFAULT_IRQ_PRIORITY 0 27 * Boolean. Accepted values: 0 and 1. 30 #define NRFX_CLOCK_ENABLED 0 38 * - RC = 0 39 * - XTAL = 1 40 * - Synth = 2 43 #define NRFX_CLOCK_CONFIG_LF_SRC 1 49 * Boolean. Accepted values: 0 and 1. [all …]
|
D | nrfx_config_nrf54l15_flpr.h | 4 * SPDX-License-Identifier: Apache-2.0 18 * Integer value. Minimum: 0. Maximum: 3. 21 #define NRFX_DEFAULT_IRQ_PRIORITY 0 27 * Boolean. Accepted values: 0 and 1. 30 #define NRFX_CLOCK_ENABLED 0 38 * - RC = 0 39 * - XTAL = 1 40 * - Synth = 2 43 #define NRFX_CLOCK_CONFIG_LF_SRC 1 49 * Boolean. Accepted values: 0 and 1. [all …]
|
D | nrfx_config_nrf54l05_application.h | 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 43 #define NRFX_CLOCK_CONFIG_LF_SRC 1 49 * Boolean. Accepted values: 0 and 1. 52 #define NRFX_CLOCK_CONFIG_LF_CAL_ENABLED 0 [all …]
|
D | nrfx_config_nrf54l10_application.h | 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 43 #define NRFX_CLOCK_CONFIG_LF_SRC 1 49 * Boolean. Accepted values: 0 and 1. 52 #define NRFX_CLOCK_CONFIG_LF_CAL_ENABLED 0 [all …]
|
D | nrfx_config_nrf54l15_application.h | 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 43 #define NRFX_CLOCK_CONFIG_LF_SRC 1 49 * Boolean. Accepted values: 0 and 1. 52 #define NRFX_CLOCK_CONFIG_LF_CAL_ENABLED 0 [all …]
|
D | nrfx_config_nrf9230_engb_radiocore.h | 4 * SPDX-License-Identifier: Apache-2.0 15 #define NRFX_RTC0_ENABLED 1 21 * Integer value. Minimum: 0. Maximum: 7. 30 * Boolean. Accepted values: 0 and 1. 33 #define NRFX_BELLBOARD_ENABLED 0 39 * Integer value. Minimum: 0. Maximum: 7. 48 * Boolean. Accepted values: 0 and 1. 51 #define NRFX_BELLBOARD0_ENABLED 0 57 * Boolean. Accepted values: 0 and 1. 60 #define NRFX_BELLBOARD1_ENABLED 0 [all …]
|
D | nrfx_config_nrf54h20_radiocore.h | 4 * SPDX-License-Identifier: Apache-2.0 17 * Integer value. Minimum: 0. Maximum: 7. 26 * Boolean. Accepted values: 0 and 1. 29 #define NRFX_BELLBOARD_ENABLED 0 35 * Integer value. Minimum: 0. Maximum: 7. 44 * Boolean. Accepted values: 0 and 1. 47 #define NRFX_BELLBOARD0_ENABLED 0 53 * Boolean. Accepted values: 0 and 1. 56 #define NRFX_BELLBOARD1_ENABLED 0 62 * Boolean. Accepted values: 0 and 1. [all …]
|
D | nrfx_config_nrf52840.h | 2 * 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 …]
|