Home
last modified time | relevance | path

Searched full:alternative (Results 1 – 25 of 155) sorted by relevance

1234567

/Zephyr-latest/samples/boards/nordic/dynamic_pinctrl/
DREADME.rst25 the default configuration. If the button is pressed, the alternative
28 Alternative configurations can only be applied if the device driver using the
35 The diagram below shows the pins assigned to the default and alternative
47 routed to the alternative set of pins.
61 overlay file with an alternative configuration for ``uart0``. Select ``uart0``
74 other connected to the alternative set of pins.
78 Two serial terminals (left: default, right: alternative).
93 ``Hello World!`` printed on the alternative set of pins.
/Zephyr-latest/tests/drivers/pinctrl/api/
Dapp.overlay30 /* alternative default state for device 0 */
42 /* alternative sleep state for device 0 */
/Zephyr-latest/tests/drivers/pinctrl/api/src/
Dmain.c123 /** Test device 0 alternative pins for default state */
125 /** Test device 0 alternative pins for sleep state */
128 /** Test device 0 alternative states. */
133 /** Test device 0 invalid alternative states. */
/Zephyr-latest/dts/bindings/pinctrl/
Dnuvoton,npcx-pinctrl-conf.yaml16 description: A SCFG ALT (Alternative controllers) specifier for pinmuxing of npcx ec
Dnuvoton,npcx-scfg.yaml17 description: Number of items to expect in a SCFG ALT (Alternative controllers) specifier
/Zephyr-latest/drivers/sensor/nordic/temp/
DKconfig11 This option can be enabled to force an alternative implementation
/Zephyr-latest/.github/ISSUE_TEMPLATE/
D002_enhancement.md22 A clear and concise description of any alternative solutions or features you've considered.
D004_feature_request.md22 A clear and concise description of any alternative solutions or features you've considered.
/Zephyr-latest/cmake/linker/
Dlinker_libraries_native.cmake7 # define link order because that allows the build system to hook in alternative
/Zephyr-latest/lib/libc/newlib/include/
Dstdint.h26 * alternative solution.
Dstring.h14 * alternative solution.
/Zephyr-latest/samples/net/sockets/websocket_client/
DREADME.rst50 An alternative way is to specify ``-DEXTRA_CONF_FILE=overlay-tls.conf`` when
62 Other alternative is to install `websocketd <http://websocketd.com/>`_ and
/Zephyr-latest/tests/arch/arm/arm_thread_swap/src/
Darm_thread_arch.c129 /* Create the alternative thread with K_FP_REGS options */
234 "Alternative thread: switch flag not false on thread entry\n"); in alt_thread_entry()
343 * use simply an alternative stack for storing them instead in alt_thread_entry()
394 * the alternative test thread. in alt_thread_entry()
419 * we return to the alternative thread (we verify this by checking in alt_thread_entry()
425 "Alternative thread: switch flag not false on thread exit\n"); in alt_thread_entry()
446 * - set thread's priority same as the alternative test thread in ZTEST()
459 * (alternative) test thread. in ZTEST()
536 /* Create an alternative (supervisor) testing thread */ in ZTEST()
550 /* Prepare to force a context switch to the alternative thread, in ZTEST()
[all …]
/Zephyr-latest/soc/raspberrypi/rpi_pico/common/
Dsoc.c26 * This alternative implementation of panic handles the panic
/Zephyr-latest/samples/boards/nordic/dynamic_pinctrl/boards/
Dnrf52840dk_nrf52840.overlay14 /* Alternative pin configuration for UART0 */
/Zephyr-latest/include/zephyr/dt-bindings/gpio/
Dnxp-kinetis-gpio.h30 /** Alternative drive strength. */
Dti-cc13xx-cc26xx-gpio.h39 /** Alternative drive strength. */
/Zephyr-latest/dts/bindings/pwm/
Dst,stm32-pwm.yaml20 be used as alternative for timers that does not support slave mode.
/Zephyr-latest/soc/nxp/imxrt/
DKconfig83 External memory configuration data (XMDC) provides an alternative
87 This is a new alternative boot header compared to DCD, and DCD must be disabled
/Zephyr-latest/arch/arm/core/
DKconfig301 via the `__fp16` (both IEEE and ARM alternative formats) and the
317 bool "FP16 ARM alternative format"
319 This option selects the ARM alternative format for FP16. This
325 Please note that Clang doesn't support the ARM alternative format.
/Zephyr-latest/cmake/compiler/clang/
Dtarget_arm.cmake38 message(FATAL_ERROR "Clang doesn't support ARM alternative format for FP16")
/Zephyr-latest/tests/benchmarks/wait_queues/
DREADME.rst24 Alternative output with ``CONFIG_BENCHMARK_RECORDING=y`` is to show the measured
/Zephyr-latest/tests/benchmarks/sched_queues/
DREADME.rst26 Alternative output with ``CONFIG_BENCHMARK_RECORDING=y`` is to show the measured
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.uart20 lightweight alternative to MCUMGR_TRANSPORT_SHELL. It allows mcumgr
/Zephyr-latest/samples/boards/nordic/dynamic_pinctrl/src/
Dremap.c18 /* UART0 alternative configurations (default and sleep states) */

1234567