Home
last modified time | relevance | path

Searched full:custom (Results 1 – 25 of 611) sorted by relevance

12345678910>>...25

/Zephyr-latest/kernel/
DKconfig.init14 A custom hook soc_reset_hook() is executed at the beginning of the
22 A custom hook soc_prep_hook() is executed at the beginning of the
30 A custom SoC hook soc_early_init_hook() is executed before the kernel and
38 A custom SoC hook soc_late_init_hook() is executed after the kernel and
46 A custom SoC hook soc_per_core_init_hook() is executeds at the end of
55 A custom board hook board_early_init_hook() is executed before the kernel and
63 A custom board hook board_late_init_hook() is executed after the kernel and
/Zephyr-latest/samples/subsys/usb/webusb/src/
Dwebusb.h9 * @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-latest/modules/hal_silabs/simplicity_sdk/
DKconfig8 string "RAIL PA custom curve header file"
11 Name of custom PA curve header file for use by PA initialization.
12 See AN1127 for information on how to create a custom PA curve.
19 Name of custom PA curve type header file for use by PA initialization.
20 See AN1127 for information on how to create a custom PA curve.
/Zephyr-latest/modules/lvgl/
DKconfig.memory47 bool "Link memory pool to custom section"
50 Place LVGL memory pool in custom section, with tag ".lvgl_heap".
51 This can be used by custom linker scripts to relocate the LVGL
52 memory pool to a custom location, such as tightly coupled or
87 bool "Link rendering buffers to custom section"
90 Place LVGL rendering buffers in custom section, with tag ".lvgl_buf".
91 This can be used by custom linker scripts to relocate the LVGL
92 rendering buffers to a custom location, such as tightly coupled or
/Zephyr-latest/subsys/net/pkt_filter/
DKconfig11 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-latest/samples/drivers/i2c/custom_target/
DREADME.rst1 .. zephyr:code-sample:: i2c-custom-target
2 :name: I2C Custom Target
5 Setup a custom I2C target on the I2C interface.
10 This sample demonstrates how to setup an I2C custom target on the I2C interface
/Zephyr-latest/arch/arm/core/mpu/
DKconfig51 SoC definition should likely provide its own custom MPU regions.
54 bool "Custom Section Align"
58 to guarantee user custom section align size to avoid more memory used
63 int "Custom Section Align Size"
66 Custom align size of memory section in linker scripts. Usually
/Zephyr-latest/tests/arch/arm/arm_custom_interrupt/src/
Darm_custom_interrupt.c20 /* 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-latest/samples/basic/custom_dts_binding/
DREADME.rst1 .. 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-latest/boards/intel/adsp/
Dtwister.yaml24 - name: custom
31 - name: custom
38 - name: custom
/Zephyr-latest/include/zephyr/mgmt/hawkbit/
Dhawkbit.h59 * @brief Callback to provide the custom data to the hawkBit server.
61 * @details This callback is used to provide the custom data to the hawkBit server.
62 * The custom data is used to provide the hawkBit server with the device specific
73 * @brief Set the custom data callback.
75 * @details This function is used to set the custom data callback.
76 * The callback is used to provide the custom data to the hawkBit server.
116 * @details This function is used to set a custom device identity callback.
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/tests/pytest/pytest/
Dconftest.py15 '--custom-pytest-arg'
24 # define fixture to return value of option "--custom-pytest-arg", this fixture
28 return request.config.getoption('--custom-pytest-arg')
/Zephyr-latest/samples/subsys/testsuite/pytest/basic/pytest/
Dconftest.py15 '--custom-pytest-arg'
24 # define fixture to return value of option "--custom-pytest-arg", this fixture
28 return request.config.getoption('--custom-pytest-arg')
/Zephyr-latest/modules/segger/
DKconfig24 bool "Custom locking"
26 Enable custom locking using Zephyr APIs.
96 bool "Place RTT data in custom linker section at RAM start"
99 bool "Place RTT data in custom linker section defined by a memory region in DTS"
108 string "Name of RTT data custom linker section"
/Zephyr-latest/samples/subsys/display/cfb_custom_font/
Dsample.yaml5 description: Custom character framebuffer font example
6 name: cfb custom font sample
DREADME.rst1 .. zephyr:code-sample:: cfb-custom-fonts
2 :name: Custom fonts
5 Generate and use a custom font.
/Zephyr-latest/boards/nxp/mimxrt595_evk/
DCMakeLists.txt16 "the MIMXRT595-EVK, but targeting a custom board. You may need to "
21 # used on your custom board. See NXP AN13304 for more information.
30 # Add custom linker section to relocate framebuffers to PSRAM
/Zephyr-latest/doc/hardware/peripherals/
Dauxdisplay.rst11 :ref:`display_api`, auxiliary displays do not support custom
13 advanced custom feature supported is generation of custom characters.
/Zephyr-latest/subsys/secure_storage/
DKconfig38 can be configured and have custom implementations.
41 bool "Custom ITS implementation"
43 A custom implementation of the ITS API is present.
88 bool "Custom PS implementation"
90 A custom implementation of the PS API is present.
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dconstants.py16 "custom",
20 SUPPORTED_SIMS_WITH_EXEC = ['nsim', 'mdb-nsim', 'renode', 'tsim', 'native', 'simics', 'custom']
/Zephyr-latest/boards/nxp/mimxrt1024_evk/
DCMakeLists.txt12 "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-latest/boards/nxp/mimxrt1020_evk/
DCMakeLists.txt12 "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-latest/subsys/testsuite/include/zephyr/
Dfff_extensions.h31 * @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-latest/doc/develop/toolchains/
Dcustom_cmake.rst3 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-latest/drivers/can/
Dcan_nrf.c45 const struct can_nrf_config *config = mcan_config->custom; in can_nrf_irq_handler()
61 const struct can_nrf_config *config = mcan_config->custom; in can_nrf_get_core_clock()
94 const struct can_nrf_config *config = mcan_config->custom; in can_nrf_read_reg()
102 const struct can_nrf_config *config = mcan_config->custom; in can_nrf_write_reg()
110 const struct can_nrf_config *config = mcan_config->custom; in can_nrf_read_mram()
119 const struct can_nrf_config *config = mcan_config->custom; in can_nrf_write_mram()
127 const struct can_nrf_config *config = mcan_config->custom; in can_nrf_clear_mram()
143 const struct can_nrf_config *config = mcan_config->custom; in configure_hsfll()
162 const struct can_nrf_config *config = mcan_config->custom; in can_nrf_init()

12345678910>>...25