Home
last modified time | relevance | path

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

123456

/Zephyr-Core-3.6.0/samples/boards/nrf/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-Core-3.6.0/tests/drivers/pinctrl/api/
Dapp.overlay30 /* alternative default state for device 0 */
42 /* alternative sleep state for device 0 */
/Zephyr-Core-3.6.0/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-Core-3.6.0/drivers/sensor/nrf5/
DKconfig10 This option can be enabled to force an alternative implementation
/Zephyr-Core-3.6.0/dts/bindings/pinctrl/
Dnuvoton,npcx-pinctrl-conf.yaml16 description: A SCFG ALT (Alternative controllers) specifier for pinmuxing of npcx ec
Drenesas,ra-pinctrl.yaml23 pin number and the alternative function of the pin.
Dnuvoton,npcx-scfg.yaml17 description: Number of items to expect in a SCFG ALT (Alternative controllers) specifier
/Zephyr-Core-3.6.0/.github/ISSUE_TEMPLATE/
D004_feature_request.md17 A clear and concise description of any alternative solutions or features you've considered.
D002_enhancement.md17 A clear and concise description of any alternative solutions or features you've considered.
/Zephyr-Core-3.6.0/lib/libc/newlib/include/
Dstdint.h26 * alternative solution.
Dstring.h14 * alternative solution.
/Zephyr-Core-3.6.0/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-Core-3.6.0/tests/arch/arm/arm_thread_swap/src/
Darm_thread_arch.c133 /* Create the alternative thread with K_FP_REGS options */
238 "Alternative thread: switch flag not false on thread entry\n"); in alt_thread_entry()
347 * use simply an alternative stack for storing them instead in alt_thread_entry()
398 * the alternative test thread. in alt_thread_entry()
423 * we return to the alternative thread (we verify this by checking in alt_thread_entry()
429 "Alternative thread: switch flag not false on thread exit\n"); in alt_thread_entry()
443 * - set thread's priority same as the alternative test thread in ZTEST()
456 * (alternative) test thread. in ZTEST()
533 /* Create an alternative (supervisor) testing thread */ in ZTEST()
547 /* Prepare to force a context switch to the alternative thread, in ZTEST()
[all …]
/Zephyr-Core-3.6.0/include/zephyr/dt-bindings/gpio/
Despressif-esp32-gpio.h30 /** Alternative drive strength. */
Dnxp-kinetis-gpio.h30 /** Alternative drive strength. */
Dti-cc13xx-cc26xx-gpio.h39 /** Alternative drive strength. */
/Zephyr-Core-3.6.0/samples/boards/nrf/dynamic_pinctrl/boards/
Dnrf52840dk_nrf52840.overlay14 /* Alternative pin configuration for UART0 */
/Zephyr-Core-3.6.0/dts/bindings/pwm/
Dst,stm32-pwm.yaml20 be used as alternative for timers that does not support slave mode.
/Zephyr-Core-3.6.0/soc/arm/rpi_pico/rp2/
Dsoc.c31 * This alternative implementation of panic handles the panic
/Zephyr-Core-3.6.0/dts/bindings/mipi-dbi/
Dzephyr,mipi-dbi-spi.yaml36 It can also be used as an alternative to half duplex when
/Zephyr-Core-3.6.0/cmake/compiler/clang/
Dtarget_arm.cmake34 message(FATAL_ERROR "Clang doesn't support ARM alternative format for FP16")
/Zephyr-Core-3.6.0/arch/arm/core/
DKconfig298 via the `__fp16` (both IEEE and ARM alternative formats) and the
314 bool "FP16 ARM alternative format"
316 This option selects the ARM alternative format for FP16. This
322 Please note that Clang doesn't support the ARM alternative format.
/Zephyr-Core-3.6.0/cmake/compiler/gcc/
Dtarget_arm.cmake34 list(APPEND ARM_C_FLAGS -mfp16-format=alternative)
/Zephyr-Core-3.6.0/samples/boards/nrf/dynamic_pinctrl/src/
Dremap.c18 /* UART0 alternative configurations (default and sleep states) */
/Zephyr-Core-3.6.0/samples/boards/stm32/power_mgmt/adc/
DREADME.rst18 it should support a clock source alternative to Cortex Systick that can be used

123456