/Zephyr-Core-3.4.0/tests/lib/smf/src/ |
D | test_lib_hierarchical_5_ancestor_smf.c | 4 * SPDX-License-Identifier: Apache-2.0 13 * P05_ENTRY --> P04_ENTRY --> P03_ENTRY --> P02_ENTRY ---------| 15 * |------------------------------------------------------------| 17 * |--> P01_ENTRY --> A_ENTRY --> A_RUN --> A_EXIT -------------| 19 * |------------------------------------------------------------| 21 * |--> B_ENTRY --> B_RUN --> P01_RUN --> P02_RUN --> P03_RUN --| 23 * |------------------------------------------------------------| 25 * |--> P04_RUN --> P05_RUN --> B_EXIT --> P01_EXIT ------------| 27 * |------------------------------------------------------------| 29 * |--> P02_EXIT --> P03_EXIT --> P04_EXIT --> P05_EXIT --------| [all …]
|
D | test_lib_flat_smf.c | 4 * SPDX-License-Identifier: Apache-2.0 13 * A_ENTRY --> A_RUN --> A_EXIT --> B_ENTRY --> B_RUN --| 15 * |----------------------------------------------------| 17 * |--> B_EXIT --> C_ENTRY --> C_RUN --> C_EXIT 22 #define TEST_OBJECT(o) ((struct test_object *)o) argument 59 /* List of all TypeC-level states */ 83 struct test_object *o = TEST_OBJECT(obj); in state_a_entry() local 85 o->tv_idx = 0; in state_a_entry() 86 zassert_equal(o->transition_bits, test_value[o->tv_idx], in state_a_entry() 89 if (o->terminate == ENTRY) { in state_a_entry() [all …]
|
D | test_lib_hierarchical_smf.c | 4 * SPDX-License-Identifier: Apache-2.0 13 * PARENT_AB_ENTRY --> A_ENTRY --> A_RUN --> PARENT_AB_RUN ---| 15 * |----------------------------------------------------------| 17 * |--> B_ENTRY --> B_RUN --> B_EXIT --> PARENT_AB_EXIT ------| 19 * |----------------------------------------------------------| 21 * |--> PARENT_C_ENTRY --> C_ENTRY --> C_RUN --> C_EXIT ------| 23 * |----------------------------------------------------------| 25 * |--> PARENT_C_EXIT 31 * P10_ENTRY --> P09_ENTRY --> ... -- P02_ENTRY --> P01_ENTRY --| 33 * |------------------------------------------------------------| [all …]
|
/Zephyr-Core-3.4.0/boards/arm/ronoth_lodev/doc/ |
D | s76s.rst | 31 See `unavailable table`_ for a list of resources not available due to a lack of pin-out. 33 Available pinned-out resources are listed in `this table`_. The actual `S76S pinout table`_ is bel… 35 These tables are STM32L07x generic - some pinned-out resources may be unavailable due to limitations 48 Programming and debugging uses the SWD port, as on any STM32 processor. An ST-LINK/V2 adapter 49 may be used with the appropriate software (*st-utils* package on Linux). 57 ------------------- 59 ------------------- 99 -------------------------------- 101 -------------------------------- 104 Pin name Pin Type I/O Structure Note Alternate functions … [all …]
|
/Zephyr-Core-3.4.0/tests/kernel/context/ |
D | README.txt | 12 - start a helper thread to help with k_yield() tests 13 - start a thread to test thread related functionality 16 - Called by a higher priority thread when there is another thread 17 - Called by an equal priority thread when there is another thread 18 - Called by a lower priority thread when there is another thread 21 - Called from an ISR (interrupted a task) 22 - Called from an ISR (interrupted a thread) 23 - Called from a task 24 - Called from a thread 27 - Called from an ISR that interrupted a task [all …]
|
/Zephyr-Core-3.4.0/subsys/ipc/ipc_service/backends/ |
D | ipc_rpmsg_static_vrings.h | 4 * SPDX-License-Identifier: Apache-2.0 18 * [O] OpenAMP 21 * ----------------------------------------------------------------- 26 * [O] rpmsg_send_ns_message 27 * [O] virtqueue_kick 28 * [O] virtio_notify_cb 33 * [O] rpmsg_virtio_rx_callback 43 * [O] rpmsg_virtio_rx_callback 44 * [O] ept_cb 50 * [O] OpenAMP [all …]
|
/Zephyr-Core-3.4.0/soc/arm/xilinx_zynq7000/xc7zxxx/ |
D | Kconfig.soc | 3 # SPDX-License-Identifier: Apache-2.0 6 # https://www.xilinx.com/products/silicon-devices/soc/zynq-7000.html#productTable 16 2 ARM Cortex-A9 cores up to 866 MHz, Artix-7 programmable logic, 17 28k logic cells, 2.1Mb block RAM, 800 DSP slices, up to 100 I/O pins. 22 2 ARM Cortex-A9 cores up to 866 MHz, Artix-7 programmable logic, 23 74k logic cells, 3.3Mb block RAM, 160 DSP slices, up to 150 I/O pins, 29 2 ARM Cortex-A9 cores up to 866 MHz, Artix-7 programmable logic, 30 85k logic cells, 4.9Mb block RAM, 220 DSP slices, up to 200 I/O pins. 35 2 ARM Cortex-A9 cores up to 1 GHz, Kintex-7 programmable logic, 36 125k logic cells, 9.3Mb block RAM, 400 DSP slices, up to 250 I/O pins, [all …]
|
/Zephyr-Core-3.4.0/include/zephyr/drivers/clock_control/ |
D | renesas_cpg_mssr.h | 2 * Copyright (c) 2016 Open-RnD Sp. z o.o. 5 * Copyright (c) 2017 RnDity Sp. z o.o. 7 * SPDX-License-Identifier: Apache-2.0 13 #include <zephyr/dt-bindings/clock/renesas_cpg_mssr.h>
|
/Zephyr-Core-3.4.0/arch/x86/ |
D | CMakeLists.txt | 2 # SPDX-License-Identifier: Apache-2.0 4 # Convert the .bin file argument to a .o file, create a wrapper 5 # library for the .o file, and register the library as a generated 9 OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${bin}.o 12 -I binary 13 -B ${OUTPUT_ARCH} 14 -O ${OUTPUT_FORMAT} 15 --rename-section .data=${bin},CONTENTS,ALLOC,LOAD,READONLY,DATA 17 ${bin}.o 21 add_custom_target(${bin}_o DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/${bin}.o) [all …]
|
/Zephyr-Core-3.4.0/include/zephyr/sd/ |
D | sdmmc.h | 4 * SPDX-License-Identifier: Apache-2.0 33 * @retval -EBUSY: card is busy with another request 34 * @retval -ETIMEDOUT: card write timed out 35 * @retval -EIO: I/O error 50 * @retval -EBUSY: card is busy with another request 51 * @retval -ETIMEDOUT: card read timed out 52 * @retval -EIO: I/O error 58 * @brief Get I/O control data from SD card 60 * Sends I/O control commands to SD card. 62 * @param cmd I/O control command [all …]
|
D | mmc.h | 4 * SPDX-License-Identifier: Apache-2.0 33 * @retval -EBUSY: card is busy with another request 34 * @retval -ETIMEDOUT: card write timed out 35 * @retval -EIO: I/O error 50 * @retval -EBUSY: card is busy with another request 51 * @retval -ETIMEDOUT: card read timed out 52 * @retval -EIO: I/O error 58 * @brief Get I/O control data from MMC card 60 * Sends I/O control commands to MMC card. 62 * @param cmd I/O control command [all …]
|
/Zephyr-Core-3.4.0/samples/modules/thrift/hello/server/ |
D | Makefile | 2 # SPDX-License-Identifier: Apache-2.0 7 CXXFLAGS += -std=c++17 9 GEN_DIR = gen-cpp 12 GENOBJ = $(filter-out %.h, $(GENSRC:.cpp=.o)) 15 THRIFT_FLAGS += $(shell pkg-config --cflags thrift) 16 THRIFT_FLAGS += -I$(GEN_DIR) 18 THRIFT_LIBS = $(shell pkg-config --libs thrift) 23 thrift --gen cpp:no_skeleton $< 27 %.o: %.cpp $(GENHDR) 28 $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(THRIFT_FLAGS) -o $@ -c $< [all …]
|
/Zephyr-Core-3.4.0/drivers/espi/ |
D | Kconfig.xec | 4 # SPDX-License-Identifier: Apache-2.0 87 int "Host I/O peripheral port size for shared memory in MEC172X series" 95 int "Host I/O peripheral port size for ec host command in MEC172X series" 110 Enable a 32 byte mailbox interface accessible via Host I/O over the 116 Enable ACPI EC2 interface accessible via Host I/O over the 122 Enable ACPI EC3 interface accessible via Host I/O over the 128 Enable ACPI EC4 interface accessible via Host I/O over the 134 Enable ACPI PM1 interface accessible via Host I/O over the 140 Enable EMI 0 interface accessible via Host I/O over the 146 Enable EMI 1 interface accessible via Host I/O over the [all …]
|
D | Kconfig | 4 # SPDX-License-Identifier: Apache-2.0 22 module-str = espi 73 bool "eSPI Out-of-band channel" 95 bool "Host I/O peripheral" 97 Enables ACPI Host I/O over eSPI peripheral channel. 100 bool "Host I/O peripheral Private Channel" 102 Enables ACPI Host I/O over eSPI peripheral channel for private channel. 105 hex "Host I/O peripheral Private Channel" 132 hex "Host I/O peripheral port number for shared memory region" 149 hex "Host I/O peripheral port number for ec host command data" [all …]
|
/Zephyr-Core-3.4.0/samples/modules/thrift/hello/client/ |
D | Makefile | 2 # SPDX-License-Identifier: Apache-2.0 7 CXXFLAGS += -std=c++17 9 GEN_DIR = gen-cpp 12 GENOBJ = $(filter-out %.h, $(GENSRC:.cpp=.o)) 15 THRIFT_FLAGS += $(shell pkg-config --cflags thrift) 16 THRIFT_FLAGS += -I$(GEN_DIR) 17 THRIFT_LIBS = $(shell pkg-config --libs thrift) 22 thrift --gen cpp:no_skeleton $< 27 %.o: %.cpp $(GENHDR) 28 $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(THRIFT_FLAGS) -o $@ -c $< [all …]
|
/Zephyr-Core-3.4.0/soc/arm/st_stm32/stm32f1/ |
D | Kconfig.soc | 3 # Copyright (c) 2016 Open-RnD Sp. z o.o. 4 # Copyright (c) RnDity Sp. z o.o. 5 # SPDX-License-Identifier: Apache-2.0 46 * XL-density devices Value line devices 53 connectivity and real-time performances are required such as
|
/Zephyr-Core-3.4.0/doc/connectivity/bluetooth/ |
D | dis-pics.rst | 1 .. _dis-pics: 8 M - mandatory 10 O - optional 40 TSPC_DIS_2_2 True Manufacturer Name String Characteristic (O) 41 TSPC_DIS_2_3 True Model Number String Characteristic (O) 42 TSPC_DIS_2_4 True Serial Number String Characteristic (O) 43 TSPC_DIS_2_5 True Hardware Revision String Characteristic (O) 44 TSPC_DIS_2_6 True Firmware Revision String Characteristic (O) 45 TSPC_DIS_2_7 True Software Revision String Characteristic (O) 46 TSPC_DIS_2_8 False System ID Characteristic (O) [all …]
|
/Zephyr-Core-3.4.0/drivers/watchdog/ |
D | wdt_iwdg_stm32.h | 2 * Copyright (c) 2016 Open-RnD Sp. z o.o. 3 * Copyright (c) 2017 RnDity Sp. z o.o. 5 * SPDX-License-Identifier: Apache-2.0 32 ((struct iwdg_stm32_data * const)(dev)->data) 35 ((IWDG_TypeDef *)(IWDG_STM32_DATA(dev))->Instance)
|
D | Kconfig.stm32 | 3 # Copyright (c) 2016 Open-RnD Sp. z o.o. 4 # Copyright (c) 2017 RnDity Sp. z o.o. 6 # SPDX-License-Identifier: Apache-2.0
|
/Zephyr-Core-3.4.0/lib/libc/minimal/include/ |
D | inttypes.h | 4 * SPDX-License-Identifier: Apache-2.0 43 #define PRIo8 "o" /* int8_t */ 44 #define PRIo16 "o" /* int16_t */ 45 #define PRIo32 "o" /* int32_t */ 47 #define PRIoFAST8 "o" /* int_fast8_t */ 48 #define PRIoFAST16 "o" /* int_fast16_t */ 49 #define PRIoFAST32 "o" /* int_fast32_t */ 51 #define PRIoLEAST8 "o" /* int_least8_t */ 52 #define PRIoLEAST16 "o" /* int_least16_t */ 53 #define PRIoLEAST32 "o" /* int_least32_t */
|
/Zephyr-Core-3.4.0/dts/bindings/espi/ |
D | microchip,xec-espi-host-dev.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "microchip,xec-espi-host-dev" 10 on-bus: espi 30 host-io: 33 Logical device Host I/O (x86) base. Refer to SoC documentation for the 34 number of I/O decoders implemented by a device (1 or 2) and the fixed 35 I/O masks. 37 host-io-addr-mask: 40 Host I/O address mask. This value is fixed for all HW and is only 42 alias address is mapped to in the 80h to 83h I/O range. [all …]
|
/Zephyr-Core-3.4.0/cmake/linker/armlink/ |
D | linker_flags.cmake | 4 …ECUTABLE "<CMAKE_LINKER> <CMAKE_C_LINK_FLAGS> <LINK_FLAGS> <LINK_LIBRARIES> <OBJECTS> -o <TARGET>") 5 …UTABLE "<CMAKE_LINKER> <CMAKE_CXX_LINK_FLAGS> <LINK_FLAGS> <LINK_LIBRARIES> <OBJECTS> -o <TARGET>") 6 …UTABLE "<CMAKE_LINKER> <CMAKE_ASM_LINK_FLAGS> <LINK_FLAGS> <LINK_LIBRARIES> <OBJECTS> -o <TARGET>")
|
/Zephyr-Core-3.4.0/samples/net/cloud/google_iot_mqtt/src/private_info/ |
D | create_keys.py | 5 # SPDX-License-Identifier: Apache-2.0 18 "-d", "--device", required=True, 22 "-e", "--ecdsa", required=False, 27 "-r", "--rsa", required=False, 40 pem_file = args.device + "-private.pem" 41 cert_file = args.device + "-cert.pem" 42 der_file = args.device + "-private.der" 47 subprocess.call(["openssl", "ecparam", "-noout", "-name", "prime256v1", "-genkey", 48 "-out", pem_file]) 55 subprocess.call(["openssl", "genrsa", "-out", pem_file, "2048"]) [all …]
|
/Zephyr-Core-3.4.0/scripts/ |
D | checkstack.pl | 8 # s390 port and big speedup by Arnd Bergmann <arnd@bergmann-dalldorf.de> 20 # objdump -d vmlinux | scripts/checkstack.pl [arch] 41 $arch = `uname -m`; 45 $x = "[0-9a-f]"; # hex character 46 $xs = "[0-9a-f ]"; # hex character or space 49 #ffffffc0006325cc: a9bb7bfd stp x29, x30, [sp,#-80]! 50 $re = qr/^.*stp.*sp,\#-([0-9]{1,8})\]\!/o; 53 $re = qr/.*sub.*sp, sp, #(([0-9]{2}|[3-9])[0-9]{2})/o; 57 $re = qr/^.*sub.*sp.*,([0-9]{1,8})/o; 62 $re = qr/^.*[as][du][db] \$(0x$x{1,8}),\%(e|r)sp$/o; [all …]
|
/Zephyr-Core-3.4.0/dts/bindings/pinctrl/ |
D | gd,gd32-afio.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 when available, enable the I/O compensation cell. 8 compatible: "gd,gd32-afio" 19 enable-cps: 22 Enable the I/O compensation cell. This option should be enabled when the 23 output speed is greater than 50MHz to reduce the I/O noise effects on
|