Searched full:use (Results 1 – 25 of 4179) sorted by relevance
12345678910>>...168
/Zephyr-latest/modules/hal_ambiq/ |
D | Kconfig.hal | 10 Use the Ambiq HAL 17 Use the ADC driver from Ambiq HAL 22 Use the ITM HAL from Ambiq 27 Use the TPIU HAL from Ambiq 32 Use the DCU HAL from Ambiq 37 Use the GPIO driver from Ambiq HAL 42 Use the STIMER driver from Ambiq HAL 47 Use the TIMER driver from Ambiq HAL 52 Use the WDT driver from Ambiq HAL 57 Use the I2C driver from Ambiq HAL [all …]
|
/Zephyr-latest/modules/hal_rpi_pico/ |
D | Kconfig | 10 Use the UART driver from pico-sdk 15 Use the GPIO driver from pico-sdk 20 Use the flash driver from pico-sdk 25 Use the PWM driver from pico-sdk 30 Use the ADC driver from pico-sdk 35 Use the DMA driver from pico-sdk 41 Use the PIO driver from pico-sdk 46 Use the "claim" driver from pico-sdk 51 Use the TIMER driver from pico-sdk 56 Use the RTC driver from pico-sdk
|
/Zephyr-latest/include/zephyr/drivers/comparator/ |
D | nrf_lpcomp.h | 46 /** Use (VDD * (1/8)) as reference */ 48 /** Use (VDD * (2/8)) as reference */ 50 /** Use (VDD * (3/8)) as reference */ 52 /** Use (VDD * (4/8)) as reference */ 54 /** Use (VDD * (5/8)) as reference */ 56 /** Use (VDD * (6/8)) as reference */ 58 /** Use (VDD * (7/8)) as reference */ 60 /** Use (VDD * (1/16)) as reference */ 62 /** Use (VDD * (3/16)) as reference */ 64 /** Use (VDD * (5/16)) as reference */ [all …]
|
/Zephyr-latest/tests/drivers/i2c/i2c_api/ |
D | Kconfig | 13 bool "Use gy271 HMC type sensor" 15 Use to enable the use of gy271 HMC sensor 18 bool "Use gy271 QMC type sensor" 20 Use to enable the use of gy271 QMC sensor
|
/Zephyr-latest/subsys/jwt/ |
D | Kconfig | 17 Select which algorithm to use for signing JWT tokens. 20 bool "Use RSA signature (RS-256). Use Mbed TLS as crypto library." 26 bool "Use RSA signature (RS-256). Use PSA Crypto API." 35 bool "Use ECDSA signature (ES-256). Use PSA Crypto API."
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/ |
D | Kconfig | 33 bool "Use interleaved packing" 35 Use interleaved packing between BIS ISO stream subevents. 38 bool "Use USB Audio as input" 39 # By default, use the USB Audio path is disabled. 47 string "The broadcast code (if any) to use for encrypted broadcast" 54 bool "Use static broadcast ID" 57 Enabling this option will make the application use static broadcast ID, as opposed to a 61 hex "The static broadcast ID to use" 69 # you cannot use them in your own application.
|
/Zephyr-latest/tests/drivers/i2s/i2s_api/ |
D | Kconfig | 12 bool "Use two separate I2S ports for loopback" 14 Use separate I2S ports for transmit and receive. 17 bool "Use I2S_DIR_BOTH value to perform RX/TX transfers" 20 Use the I2S_DIR_BOTH enumeration value to trigger commands in test 21 cases involving both reception and transmission. Use of this option 26 bool "Use GPIO loopback" 29 Use wiring between the data-out and data-in pins for looping back
|
/Zephyr-latest/subsys/net/lib/config/ |
D | Kconfig | 46 in order to use IPv6. 62 in order to use IPv4. 79 Use 0 here if uncertain. 86 Use 2001:db8::1 here if uncertain. 93 Use 2001:db8::2 here if uncertain. 102 Use 192.0.2.1 here if uncertain. 108 Static netmask to use if not overridden by DHCP. Use empty value to 114 Static gateway to use if not overridden by DHCP. Use empty value to 122 Use 192.0.2.2 here if uncertain. 132 The PAN ID to use by default in the sample. [all …]
|
/Zephyr-latest/samples/subsys/usb/mass/ |
D | Kconfig | 9 Use this to force an existing file system to be created. 18 bool "Use RAM disk as block device" 21 bool "Use RAM disk and FAT file system" 26 bool "Use FLASH disk and FAT file system" 32 bool "Use FLASH disk and LittleFS" 38 bool "Use SDHC and FAT file system" 74 # tree, you cannot use them in your own application.
|
/Zephyr-latest/drivers/dai/intel/dmic/ |
D | Kconfig.dmic | 22 2. DAI tokens those describe the use case PCM format 26 bool "Use NHLT DMIC blob" 34 bool "Use parameters from topology - WIP" 37 based on use case and microphone datasheet parameters 45 bool "Use DMIC ownership claim/release" 49 dmic ownership must be claimed before use of dmic 52 bool "Use DMIC sync for multiple lines" 56 dmic sync registers must be set before use of dmic
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.native_pty | 21 Deprecated option, use UART_NATIVE_PTY instead 34 option for users who want to use Zephyr's shell. 36 backend which may use the invoking shell standard input/output. 47 It is strongly discouraged to try to use this option with the new 49 appropriate for interactive use. 60 Deprecated, use UART_NATIVE_PTY_0_ON_OWN_PTY instead. 66 Deprecated, use UART_NATIVE_PTY_0_ON_STDINOUT instead. 81 This option does not do anything anymore. Use DTS to instantiate as many 93 This is only applicable if the UART_0 is configured to use its own 96 If you are using GNOME, then you can use this command string [all …]
|
/Zephyr-latest/subsys/testsuite/include/zephyr/ |
D | test_toolchain.h | 22 * Use this as an argument to the @ref TOOLCHAIN_DISABLE_WARNING and 33 * Use this as an argument to the @ref TOOLCHAIN_DISABLE_WARNING and 44 * Use this as an argument to the @ref TOOLCHAIN_DISABLE_WARNING and 55 * Use this as an argument to the @ref TOOLCHAIN_DISABLE_WARNING and 66 * Use this as an argument to the @ref TOOLCHAIN_DISABLE_WARNING and 77 * Use this as an argument to the @ref TOOLCHAIN_DISABLE_WARNING and 88 * Use this as an argument to the @ref TOOLCHAIN_DISABLE_WARNING and 99 * Use this as an argument to the @ref TOOLCHAIN_DISABLE_WARNING and 110 * Use this as an argument to the @ref TOOLCHAIN_DISABLE_WARNING and 121 * Use this as an argument to the @ref TOOLCHAIN_DISABLE_WARNING and [all …]
|
/Zephyr-latest/modules/hal_nordic/nrfx/ |
D | nrfx_reserved_resources.h | 10 /** @brief Bitmask that defines GPIOTE130 channels reserved for use outside 17 /** @brief Bitmask that defines GPIOTE131 channels reserved for use outside 24 /** @brief Bitmask that defines EGU instances that are reserved for use outside 29 /** @brief Bitmask that defines TIMER instances that are reserved for use outside 466 /** @brief Bitmask that defines DPPI channels that are reserved for use outside 473 /** @brief Bitmask that defines DPPI groups that are reserved for use outside 480 /** @brief Bitmask that defines DPPI channels that are reserved for use outside 487 /** @brief Bitmask that defines DPPI groups that are reserved for use outside 494 /** @brief Bitmask that defines DPPI channels that are reserved for use outside 501 /** @brief Bitmask that defines DPPI groups that are reserved for use outside [all …]
|
/Zephyr-latest/drivers/console/ |
D | Kconfig | 43 bool "Use UART for console" 47 Enable this option to use one UART for console. 74 the module for UART console is in use now. If the interval of console 82 int "Fixed amount of time to keep the UART console in use flag true" 87 console in use flag true. 90 bool "Use JAILHOUSE_DEBUG console" 102 bool "Use RAM console" 111 bool "Use dedicated section as RAM console buffer" 115 Use a dedicated section as the RAM console buffer, whose address is 131 bool "Use RTT console" [all …]
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | Kconfig | 17 This option signifies the use of a Cortex-M0 CPU 24 This option signifies the use of a Cortex-M0+ CPU 31 This option signifies the use of a Cortex-M1 CPU 38 This option signifies the use of a Cortex-M3 CPU 46 This option signifies the use of a Cortex-M4 CPU 54 This option signifies the use of a Cortex-M23 CPU 63 This option signifies the use of a Cortex-M33 CPU 74 This option signifies the use of a Cortex-M55 CPU 85 This option signifies the use of a Cortex-M85 CPU 93 This option signifies the use of a Cortex-M7 CPU [all …]
|
/Zephyr-latest/doc/connectivity/canbus/ |
D | isotp_sequence.svg | 132 <use xlink:href="#glyph0-1" x="113.287" y="41.942"/> 133 <use xlink:href="#glyph0-2" x="119.790585" y="41.942"/> 134 <use xlink:href="#glyph0-3" x="122.558196" y="41.942"/> 135 <use xlink:href="#glyph0-4" x="126.460546" y="41.942"/> 136 <use xlink:href="#glyph0-5" x="130.389795" y="41.942"/> 139 <use xlink:href="#glyph0-1" x="137.581796" y="41.942"/> 142 <use xlink:href="#glyph0-3" x="143.258486" y="41.942"/> 143 <use xlink:href="#glyph0-6" x="147.160836" y="41.942"/> 144 <use xlink:href="#glyph0-7" x="152.142136" y="41.942"/> 145 <use xlink:href="#glyph0-8" x="160.443971" y="41.942"/> [all …]
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.native_tap | 22 to create multiple interfaces in certain use cases. For example if 95 Deprecated, use ETH_NATIVE_TAP instead 110 Deprecated, use ETH_NATIVE_TAP_INTERFACE_COUNT instead 116 Deprecated, use ETH_NATIVE_TAP_DRV_NAME instead 122 Deprecated, use ETH_NATIVE_TAP_DEV_NAME instead 129 Deprecated, use ETH_NATIVE_TAP_PTP_CLOCK instead 136 Deprecated, use ETH_NATIVE_TAP_RANDOM_MAC instead 142 Deprecated, use ETH_NATIVE_TAP_VLAN_TAG_STRIP instead 149 Deprecated, use ETH_NATIVE_TAP_MAC_ADDR instead 157 Deprecated, use ETH_NATIVE_TAP_DEV_NAME instead
|
/Zephyr-latest/doc/contribute/style/ |
D | cmake.rst | 11 - **Indentation**: Use **2 spaces** for indentation. Avoid tabs to ensure 14 - **Empty Lines**: Use empty lines to separate logically distinct sections 18 Use ``if(...)`` instead of ``if (...)``. 35 - **Lowercase Commands**: Always use **lowercase** CMake commands (e.g., 64 - **Use Uppercase for Cache Variables or variables shared across CMake files**: 65 When defining cache variables using ``option`` or ``set(... CACHE ...)``, use 73 - **Use Lowercase for Local Variables**: For local variables within CMake 74 files, use **lowercase** or **snake_case**. 80 - **Consistent Prefixing**: Use consistent prefixes for variables to avoid name 112 - Use CMake variables (``CMAKE_SOURCE_DIR``, ``CMAKE_BINARY_DIR``, [all …]
|
/Zephyr-latest/include/zephyr/drivers/serial/ |
D | uart_intel_lw.h | 16 * Please enable CONFIG_UART_INTEL_LW_EOP to use this feature. 17 * Use the api: uart_drv_cmd with CMD_ENABLE_EOP to enable the feature. 27 * Use uart_drv_cmd with CMD_TRBK_EN to break ongoing transmit. 29 * Please use CMD_TRBK_DIS to resume normal operation. 38 * If users wish to poll for data, please use the api: 40 * Then use CMD_POLL_DEASSERT_RTS to resume normal operation after polling.
|
/Zephyr-latest/tests/drivers/i2s/i2s_speed/ |
D | Kconfig | 12 bool "Use two separate I2S ports for loopback" 14 Use separate I2S ports for transmit and receive. 17 bool "Use I2S_DIR_BOTH value to perform RX/TX transfers" 20 Use the I2S_DIR_BOTH enumeration value to trigger commands in test 21 cases involving both reception and transmission. Use of this option 26 bool "Use GPIO loopback" 29 Use wiring between the data-out and data-in pins for looping back
|
/Zephyr-latest/samples/boards/nordic/system_off/ |
D | Kconfig | 7 bool "Use state retention in system off using retained_mem driver" 11 bool "Use button to wake up device from system off" 17 bool "Use GRTC to wake up device from system off" 22 bool "Use COMP to wake up device from system off"
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | Kconfig | 83 bool "Use target security token authentication" 85 Use target security token authentication for the hawkBit DDI API. 88 bool "Use gateway security token authentication" 90 Use gateway security token authentication for the hawkBit DDI API. 105 Use custom definition of device attributes. 139 bool "Use TLS for hawkBit server connection" 142 Use TLS for hawkBit connection. 151 bool "Use static certificate tag" 153 Use static certificate tag for TLS connection to the hawkBit server. 156 bool "Use dynamic certificate tag" [all …]
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | Kconfig.esp_at | 25 Use passive scanning. 82 bool "Use passive mode" 106 Choose whether to use an IP assigned by DHCP Server or 112 Use DHCP to get an IP Address. 143 Use AT command set version 1.7. 148 Use AT command set version 2.0. 153 Use AT command set version 2.1. 158 bool "Use DNS from ESP" 165 bool "Use CIPDINFO to get peer ip and port"
|
/Zephyr-latest/dts/bindings/comparator/ |
D | nxp,kinetis-acmp.yaml | 55 description: Deprecated. Please use enable-pin-out instead 57 nxp,use-unfiltered-output: 60 description: Deprecated. Please use use-unfiltered-output instead 65 description: Deprecated. Please use enable-high-speed-mode instead 70 description: Deprecated. Please use filter-enable-sample instead 75 description: Deprecated. Please use filter-count instead 80 description: Deprecated. Please use filter-period instead 85 description: Deprecated. Please use enable-window-mode instead 107 use-unfiltered-output:
|
/Zephyr-latest/soc/raspberrypi/rpi_pico/rp2040/ |
D | Kconfig | 30 Configure RP2 to use a W25Q080 flash chip, or similar. Should be selected 36 Configure RP2 to use a flash chip supporting the standard 03h command. 42 Configure RP2 to use a IS25LP080 flash chip, or similar. Should be selected 48 Configure RP2 to use a W25X10CL flash chip, or similar. Should be selected 54 Configure RP2 to use a AT25SF128A flash chip, or similar. Should be selected
|
12345678910>>...168