/Zephyr-Core-3.6.0/samples/subsys/usb/webusb/src/ |
D | webusb.h | 9 * @brief WebUSB enabled custom class driver header file 11 * Header file for WebUSB enabled custom class driver 24 * The custom request handler gets a first chance at handling 32 * @brief Register Custom and Vendor request callbacks 34 * Function to register Custom and Vendor request callbacks
|
/Zephyr-Core-3.6.0/soc/ |
D | Kconfig | 6 # This loads custom SoC root Kconfig (only available if custom SoC root are defined) 14 # This loads custom SoC root Kconfig (only available if custom SoC root are defined) 62 Should be selected if SoC provides custom method for retrieving
|
/Zephyr-Core-3.6.0/subsys/net/pkt_filter/ |
D | Kconfig | 11 to construct custom rules for accepting and/or denying packet 20 This additional hook provides infrastructure to construct custom 27 This additional hook provides infrastructure to construct custom 34 This additional hook provides infrastructure to construct custom
|
/Zephyr-Core-3.6.0/tests/arch/arm/arm_custom_interrupt/src/ |
D | arm_custom_interrupt.c | 20 /* Define out custom SoC interrupt controller interface methods. 117 * @brief Test custom interrupt controller handling with CONFIG_ARM_CUSTOM_INTERRUPT_CONTROLLER. 125 zassert_true(custom_init_called, "Custom IRQ init not called\n"); in ZTEST() 168 zassert_false(custom_set_priority_called, "Custom set priority flag set\n"); in ZTEST() 170 zassert_true(custom_set_priority_called, "Custom set priority not called\n"); in ZTEST() 175 zassert_false(custom_enable_called, "Custom IRQ enable flag is set\n"); in ZTEST() 177 zassert_true(custom_enable_called, "Custom IRQ enable not called\n"); in ZTEST() 198 zassert_true(custom_eoi_called, "Custom EOI handler not called\n"); in ZTEST() 202 zassert_false(custom_disable_called, "Custom IRQ disable flag is set\n"); in ZTEST() 204 zassert_true(custom_disable_called, "Custom IRQ disable not called\n"); in ZTEST()
|
/Zephyr-Core-3.6.0/samples/basic/custom_dts_binding/ |
D | README.rst | 1 .. zephyr:code-sample:: gpio-custom-dts-binding 2 :name: GPIO with custom Devicetree binding 5 Use custom Devicetree binding to control a GPIO. 21 This sample demonstrates how to use a GPIO pin for other purposes with a custom devicetree binding. 24 custom devicetree binding for the power output controlled via a GPIO pin is specified in the file
|
/Zephyr-Core-3.6.0/samples/subsys/testsuite/pytest/basic/pytest/ |
D | conftest.py | 14 '--custom-pytest-arg' 23 # define fixture to return value of option "--custom-pytest-arg", this fixture 27 return request.config.getoption('--custom-pytest-arg')
|
/Zephyr-Core-3.6.0/boards/arm/mimxrt595_evk/ |
D | CMakeLists.txt | 14 "the MIMXRT595-EVK, but targeting a custom board. You may need to " 19 # used on your custom board. See NXP AN13304 for more information. 28 # Add custom linker section to relocate framebuffers to PSRAM
|
/Zephyr-Core-3.6.0/doc/hardware/peripherals/ |
D | auxdisplay.rst | 11 :ref:`display_api`, auxiliary displays do not support custom 13 advanced custom feature supported is generation of custom characters.
|
/Zephyr-Core-3.6.0/samples/subsys/display/cfb_custom_font/ |
D | sample.yaml | 5 description: Custom character framebuffer font example 6 name: cfb custom font sample
|
D | README.rst | 1 .. zephyr:code-sample:: cfb-custom-fonts 2 :name: Custom fonts 5 Generate and use a custom font.
|
/Zephyr-Core-3.6.0/modules/lvgl/ |
D | Kconfig.memory | 74 bool "Link rendering buffers to custom section" 77 Place LVGL rendering buffers in custom section, with tag ".lvgl_buf". 78 This can be used by custom linker scripts to relocate the LVGL 79 rendering buffers to a custom location, such as tightly coupled or
|
/Zephyr-Core-3.6.0/boards/arm/mimxrt1020_evk/ |
D | CMakeLists.txt | 12 "the MIMXRT1020-EVK, but targeting a custom board. You may need to " 20 # used on your custom board. See NXP AN12238 for more information. 29 # is used on your custom board.
|
/Zephyr-Core-3.6.0/boards/arm/mimxrt1024_evk/ |
D | CMakeLists.txt | 12 "the MIMXRT1024-EVK, but targeting a custom board. You may need to " 20 # used on your custom board. See NXP AN12238 for more information. 29 # is used on your custom board.
|
/Zephyr-Core-3.6.0/boards/arm/mimxrt1040_evk/ |
D | CMakeLists.txt | 12 "the MIMXRT1040-EVK, but targeting a custom board. You may need to " 20 # used on your custom board. See NXP AN12238 for more information. 29 # is used on your custom board.
|
/Zephyr-Core-3.6.0/subsys/testsuite/include/zephyr/ |
D | fff_extensions.h | 31 * @brief Wrap custom fake body to extract defined context struct 73 * @param CONTEXTTYPE type of custom defined fake context struct 75 * @param CONTEXTPTRNAME expected name of pointer to custom defined fake context struct 76 * @param HANDLERBODY in-line custom fake handling logic
|
/Zephyr-Core-3.6.0/arch/arm/core/mpu/ |
D | Kconfig | 89 SoC definition should likely provide its own custom MPU regions. 92 bool "Custom Section Align" 96 to guarantee user custom section align size to avoid more memory used 101 int "Custom Section Align Size" 104 Custom align size of memory section in linker scripts. Usually
|
/Zephyr-Core-3.6.0/doc/develop/toolchains/ |
D | custom_cmake.rst | 3 Custom CMake Toolchains 6 To use a custom toolchain defined in an external CMake file, :ref:`set these 49 Some custom compilers identify themselves as the compiler on which they are 51 This included file may though not be right for the custom toolchain. In order 58 available out-of-tree and it must include the correct header for the custom
|
/Zephyr-Core-3.6.0/drivers/can/ |
D | can_sam.c | 33 const struct can_sam_config *sam_config = mcan_config->custom; in can_sam_read_reg() 41 const struct can_sam_config *sam_config = mcan_config->custom; in can_sam_write_reg() 49 const struct can_sam_config *sam_config = mcan_config->custom; in can_sam_read_mram() 58 const struct can_sam_config *sam_config = mcan_config->custom; in can_sam_write_mram() 66 const struct can_sam_config *sam_config = mcan_config->custom; in can_sam_clear_mram() 74 const struct can_sam_config *sam_cfg = mcan_cfg->custom; in can_sam_get_core_clock() 94 const struct can_sam_config *sam_cfg = mcan_cfg->custom; in can_sam_init()
|
/Zephyr-Core-3.6.0/arch/arm/core/ |
D | nmi.c | 13 * custom run time handler. 34 * @brief Install a custom runtime NMI handler 36 * Meant to be called by platform code if they want to install a custom NMI
|
/Zephyr-Core-3.6.0/boards/arm/mimxrt1064_evk/ |
D | CMakeLists.txt | 17 "the MIMXRT1064-EVK, but targeting a custom board. You may need to " 25 # used on your custom board. See NXP AN12238 for more information. 34 # is used on your custom board.
|
/Zephyr-Core-3.6.0/boards/arm/mimxrt1160_evk/ |
D | CMakeLists.txt | 12 "the MIMXRT1160-EVK, but targeting a custom board. You may need to " 20 # used on your custom board. See NXP AN12238 for more information. 29 # is used on your custom board.
|
/Zephyr-Core-3.6.0/boards/arm/mimxrt1050_evk/ |
D | CMakeLists.txt | 21 "the MIMXRT1050-EVK, but targeting a custom board. You may need to " 31 # used on your custom board. See NXP AN12238 for more information. 40 # is used on your custom board.
|
/Zephyr-Core-3.6.0/boards/arm/mimxrt1170_evk/ |
D | CMakeLists.txt | 14 "the MIMXRT1170-EVK, but targeting a custom board. You may need to " 29 # used on your custom board. See NXP AN12238 for more information. 38 # is used on your custom board.
|
/Zephyr-Core-3.6.0/soc/riscv/andes_v5/ae350/ |
D | CMakeLists.txt | 16 # Note: AndeStar V5 DSP needs custom Andes V5 toolchain 21 # Note: AndeStar V5 EXEC.IT needs custom Andes V5 toolchain
|
/Zephyr-Core-3.6.0/subsys/logging/ |
D | Kconfig.mode | 45 When enabled, logs are redirected to a custom frontend which is the 63 bool "Include Custom Log Header" 65 When enabled, a custom application provided header, named
|