Searched +full:pre +full:- +full:defined (Results 1 – 25 of 263) sorted by relevance
1234567891011
/Zephyr-latest/dts/bindings/pinctrl/ |
D | infineon,cat1-pinctrl.yaml | 4 # SPDX-License-Identifier: Apache-2.0 11 UART0 RX to a particular port/pin and enable the pull-up resistor on that 22 'bias-pull-up' property. Here is a list of the supported standard pin 24 * bias-high-impedance 25 * bias-pull-up 26 * bias-pull-down 27 * drive-open-drain 28 * drive-open-source 29 * drive-push-pull (strong) 30 * input-enable (input-buffer) [all …]
|
D | infineon,xmc4xxx-pinctrl.yaml | 2 # SPDX-License-Identifier: Apache-2.0 12 compatible = "infineon,xmc4xxx-uart"; 13 pinctrl-0 = <&uart_tx_p0_1_u1c1 &uart_rx_p0_0_u1c1>; 14 pinctrl-names = "default"; 15 input-src = "DX0D"; 19 pinctrl-0 is the phandle that stores the pin settings for two pins: &uart_tx_p0_1_u1c1 20 and &uart_rx_p0_0_u1c1. These nodes are pre-defined and their naming convention is designed 24 The pre-defined nodes only set the alternate function of the output pin. The 26 The set of possible configurations are defined in the properties section below (in addition 27 to the inherited property-allowlist list from pincfg-node.yaml). [all …]
|
D | gd,gd32-pinctrl-common.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 child-binding: 7 child-binding: 9 - name: pincfg-node.yaml 10 property-allowlist: 11 - drive-push-pull 12 - drive-open-drain 13 - bias-disable 14 - bias-pull-down 15 - bias-pull-up [all …]
|
D | espressif,esp32-pinctrl.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 functionalities and pin properties as defined by pin states. In its turn, pin 7 states are composed by groups of pre-defined pin muxing definitions and user 10 Each Zephyr-based application has its own set of pin muxing/pin configuration 11 requirements. The next steps use ESP-WROVER-KIT's I2C_0 to illustrate how one 15 Suppose an application running on top of the ESP-WROVER-KIT board, for some 18 you'll notice that the I2C_0 node is already assigned to a pre-defined state. 22 #include "esp_wrover_kit-pinctrl.dtsi" 26 pinctrl-0 = <&i2c0_default>; 27 pinctrl-names = "default"; [all …]
|
D | wch,afio.yaml | 2 # SPDX-License-Identifier: Apache-2.0 13 "#address-cells": 16 "#size-cells": 20 child-binding: 23 child-binding: 28 - name: pincfg-node.yaml 29 property-allowlist: 30 - bias-high-impedance 31 - bias-pull-up 32 - bias-pull-down [all …]
|
D | ti,cc32xx-pinctrl.yaml | 2 # SPDX-License-Identifier: Apache-2.0 7 use this node to route UART0 RX to pin 55 and enable the pull-up resistor 20 /* You can put this in places like a board-pinctrl.dtsi file in 24 /* include pre-defined combinations for the SoC variant used by the board */ 25 #include <dt-bindings/pinctrl/gd32f450i(g-i-k)xx-pinctrl.h> 39 /* both pin 57 and 62 have pull-up enabled */ 40 bias-pull-up; 53 pins, such as the 'bias-pull-up' property in group 2. Here is a list of 56 - drive-push-pull: Push-pull drive mode (default, not required). 57 - drive-open-drain: Open-drain drive mode. [all …]
|
D | atmel,sam-pinctrl.yaml | 3 # Copyright (c) 2021-2022, Gerson Fernando Budke <nandojve@gmail.com> 4 # SPDX-License-Identifier: Apache-2.0 11 to route USART0 RX to pin PA10 and enable the pull-up resistor on the pin. 23 /** You can put this in places like a <board>-pinctrl.dtsi file in 27 /** include pre-defined combinations for the SoC variant used by the board */ 28 #include <dt-bindings/pinctrl/sam4sXc-pinctrl.h> 42 /* both PA5 and PA7 have pull-up enabled */ 43 bias-pull-up; 57 pins, such as the 'bias-pull-up' property in group 2. Here is a list of 60 - bias-pull-up: Enable pull-up resistor. [all …]
|
D | atmel,sam0-pinctrl.yaml | 2 # Copyright (c) 2021-2022, Gerson Fernando Budke 3 # SPDX-License-Identifier: Apache-2.0 10 to route SERCOM0 as UART were RX to pin PAD1 and enable the pull-up resistor 23 /** You can put this in places like a <board>-pinctrl.dtsi file in 27 /** include pre-defined combinations for the SoC variant used by the board */ 28 #include <dt-bindings/pinctrl/samr21g-pinctrl.h> 42 /* both PA5 and PA7 have pull-up enabled */ 43 bias-pull-up; 57 pins, such as the 'bias-pull-up' property in group 2. Here is a list of 60 - bias-pull-up: Enable pull-up resistor. [all …]
|
/Zephyr-latest/dts/bindings/sensor/ |
D | ite,it8xxx2-vcmp.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "ite,it8xxx2-vcmp" 8 include: sensor-device.yaml 17 vcmp-ch: 22 scan-period: 27 Check include/zephyr/dt-bindings/sensor/it8xxx2_vcmp.h file for 28 pre-defined values. 36 Check include/zephyr/dt-bindings/sensor/it8xxx2_vcmp.h file for 37 pre-defined values. 39 threshold-mv: [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_nrf5_ppi_resources.h | 2 * Copyright (c) 2021-2024 Nordic Semiconductor ASA 4 * SPDX-License-Identifier: Apache-2.0 9 /* PPI channel 20 is pre-programmed with the following fixed settings: 10 * EEP: TIMER0->EVENTS_COMPARE[0] 11 * TEP: RADIO->TASKS_TXEN 14 /* PPI channel 21 is pre-programmed with the following fixed settings: 15 * EEP: TIMER0->EVENTS_COMPARE[0] 16 * TEP: RADIO->TASKS_RXEN 20 /* PPI channel 26 is pre-programmed with the following fixed settings: 21 * EEP: RADIO->EVENTS_ADDRESS [all …]
|
D | radio_nrf5_ppi.h | 2 * Copyright (c) 2018 - 2020 Nordic Semiconductor ASA 5 * SPDX-License-Identifier: Apache-2.0 8 #if defined(CONFIG_BT_CTLR_PHY_CODED) 10 * SW_SWITCH_TIMER-based auto-switch for TIFS, when receiving in LE Coded PHY. 40 * Use the pre-programmed PPI channels if possible (if TIMER0 is used as the 47 /* No need to configure anything for the pre-programmed channels. in hal_radio_enable_on_tick_ppi_config_and_enable() 66 (uint32_t)&(EVENT_TIMER->EVENTS_COMPARE[0]), in hal_radio_enable_on_tick_ppi_config_and_enable() 67 (uint32_t)&(NRF_RADIO->TASKS_TXEN)); in hal_radio_enable_on_tick_ppi_config_and_enable() 69 #if defined(CONFIG_BT_CTLR_SW_SWITCH_SINGLE_TIMER) in hal_radio_enable_on_tick_ppi_config_and_enable() 70 NRF_PPI->CHG[SW_SWITCH_SINGLE_TIMER_TASK_GROUP_IDX] = in hal_radio_enable_on_tick_ppi_config_and_enable() [all …]
|
/Zephyr-latest/subsys/testsuite/ztest/ |
D | Kconfig | 2 # SPDX-License-Identifier: Apache-2.0 43 value. Please be aware that increasing it for long-running test cases 64 default -2 if !PREEMPT_ENABLED 65 default -1 67 Set priority of the testing thread. Default is -1 (cooperative). 87 bool "Using a pre-defined fatal handler and hook function" 89 Use the pre-defined common fatal error handler and a post hook to 95 bool "Using a pre-defined assert handler and hook function" 97 Use the pre-defined common assert fail handler and a post hook to 130 bool "Validates all defined tests have ran" [all …]
|
/Zephyr-latest/modules/trusted-firmware-m/src/ |
D | reboot.c | 4 * SPDX-License-Identifier: Apache-2.0 10 #if defined(TFM_PSA_API) 20 * The function requests Trusted-Firmware-M to reset the processor, 21 * on behalf of the Non-Secure application. The function overrides 24 * \pre The implementation requires the TFM_PARTITION_PLATFORM be defined. 27 #if defined(CONFIG_TFM_PARTITION_PLATFORM)
|
/Zephyr-latest/include/zephyr/arch/arc/ |
D | tool-compat.h | 5 * SPDX-License-Identifier: Apache-2.0 16 * __CCAC__ is a pre-defined macro of metaware compiler. 18 #if defined(__CCAC__)
|
/Zephyr-latest/dts/bindings/fs/ |
D | zephyr,fstab.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 Description of pre-defined file systems. 8 properties described in zephyr,fstab-common.yaml.
|
/Zephyr-latest/dts/bindings/i2c/ |
D | st,stm32-i2c-v2.yaml | 1 # Copyright (c) 2017 I-SENSE group of ICCS 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "st,stm32-i2c-v2" 8 include: [i2c-controller.yaml, pinctrl-device.yaml] 17 pinctrl-0: 20 pinctrl-names: 26 An optional table of pre-computed i2c timing values with the 29 Precise timings values for a given Hardware can be pre-computed 38 clock-frequency timing> 40 For example timings could be defined as [all …]
|
/Zephyr-latest/dts/bindings/tcpc/ |
D | st,stm32-ucpd.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 ST STM32 family USB Type-C / Power Delivery. The default values were 6 taken from the LL_UCPD_StructInit function defined in the HAL. 8 compatible: "st,stm32-ucpd" 10 include: [base.yaml, pinctrl-device.yaml] 22 psc-ucpdclk: 26 - 1 27 - 2 28 - 4 29 - 8 [all …]
|
/Zephyr-latest/doc/connectivity/usb/api/ |
D | hid.rst | 6 Common USB HID part that can be used outside of USB support, defined in 22 The pre-defined Mouse and Keyboard report descriptors can be used by
|
/Zephyr-latest/samples/net/sockets/http_server/src/ |
D | certificate.h | 4 * SPDX-License-Identifier: Apache-2.0 13 /* Used for pre-shared key */ 26 #if defined(CONFIG_MBEDTLS_KEY_EXCHANGE_PSK_ENABLED)
|
/Zephyr-latest/boards/microchip/mec172xmodular_assy6930/ |
D | CMakeLists.txt | 4 # SPDX-License-Identifier: Apache-2.0 9 #Allow users to pre-specify the tool using '-DMEC172X_SPI_GEN=<path-to-tool>/toolname' 10 if (NOT DEFINED MEC172X_SPI_GEN) 14 if(MEC172X_SPI_GEN STREQUAL MEC172X_SPI_GEN-NOTFOUND) 18 if (NOT DEFINED MEC172X_SPI_CFG) 22 if(MEC172X_SPI_CFG STREQUAL MEC172X_SPI_CFG-NOTFOUND) 26 …f (NOT MEC172X_SPI_GEN STREQUAL MEC172X_SPI_GEN-NOTFOUND AND NOT MEC172X_SPI_CFG STREQUAL MEC172X_… 29 -i ${MEC172X_SPI_CFG} 30 -o ${PROJECT_BINARY_DIR}/${SPI_IMAGE_NAME}
|
/Zephyr-latest/cmake/compiler/clang/ |
D | target.cmake | 1 # SPDX-License-Identifier: Apache-2.0 10 if(NOT DEFINED NOSYSDEF_CFLAG) 11 set(NOSYSDEF_CFLAG -undef) 14 if(DEFINED TOOLCHAIN_HOME) 22 include(${ZEPHYR_BASE}/cmake/gcc-m-cpu.cmake) 23 include(${ZEPHYR_BASE}/cmake/gcc-m-fpu.cmake) 27 -fshort-enums 30 -fshort-enums 40 if(DEFINED CMAKE_C_COMPILER_TARGET) 41 set(clang_target_flag "--target=${CMAKE_C_COMPILER_TARGET}") [all …]
|
/Zephyr-latest/boards/common/ |
D | openocd-nrf5.board.cmake | 1 # SPDX-License-Identifier: Apache-2.0 9 if(NOT DEFINED OPENOCD_NRF5_SUBFAMILY) 23 if (NOT DEFINED OPENOCD_NRF5_INTERFACE) 38 board_runner_args(openocd --cmd-pre-init "${cmd}")
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_config.rst | 14 semi-automatic way during the system boot, based on user-supplied 20 .. csv-table:: Kconfig options for network configuration library 56 useful in testing setups where the application can connect to a pre-defined host." 64 useful in testing setups where the application can connect to a pre-defined host."
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/ |
D | gatt.rst | 9 On the server side, you can register pre-defined test services using the :code:`gatt register` 16 .. code-block:: console 24 :code:`gatt exchange-mtu` command. To update the shell maximum MTU, you need to update Kconfig 26 :zephyr:code-sample:`bluetooth_mtu_update`.
|
/Zephyr-latest/scripts/native_simulator/common/src/ |
D | nsi_tasks.h | 4 * SPDX-License-Identifier: Apache-2.0 57 /* Let's cross-check the macro level is a valid one, so we don't silently drop it */ \ 59 "Using a non pre-defined level, it will be dropped") 64 * @param level One of NSITASK_*_LEVEL as defined in soc.h
|
1234567891011