Searched full:used (Results 1 – 25 of 3899) sorted by relevance
12345678910>>...156
/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/gpio/ |
D | digilent-pmod.h | 10 * Defines meant to be used in conjunction with the "digilent,pmod" 49 * Used with Pmod Interface Type 2 (SPI) peripherals. 55 * Used with Pmod Interface Type 2 (SPI) peripherals. 61 * Used with Pmod Interface Type 2 (SPI) peripherals. 67 * Used with Pmod Interface Type 2 (SPI) peripherals. 75 * Used with Pmod Interface Type 2A (expanded SPI) peripherals. 81 * Used with Pmod Interface Type 2A (expanded SPI) peripherals. 87 * Used with Pmod Interface Type 2A (expanded SPI) peripherals. 93 * Used with Pmod Interface Type 2A (expanded SPI) peripherals. 99 * Used with Pmod Interface Type 2A (expanded SPI) peripherals. [all …]
|
/Zephyr-Core-3.5.0/scripts/ |
D | requirements-base.txt | 6 # used by various build scripts 9 # used by dts generation to parse binding YAMLs, also used by 13 # YAML validation. Used by zephyr_module. 16 # used by west_commands 28 # intelhex used by mergehex.py 35 # used for windows based 'menuconfig' 36 # "win32" is used for 64-bit Windows as well
|
D | requirements-extras.txt | 3 # used by twister for --test-tree option 15 # Script used to build firmware images for NXP LPC MCUs. 18 # used by scripts/build/gen_cfb_font_header.py - helper script for user 21 # can be used to sign a Zephyr application binary for consumption by a bootloader 24 # used by nanopb module to generate sources from .proto files 28 # used by scripts/release/bug_bash.py for generating top ten bug squashers 31 # used to generate devicetree dependency graphs 34 # used to generate CBOR encoders and decoders, e.g. lwm2m_senml_cbor.
|
D | requirements-build-test.txt | 3 # things used by twister or other things like code coverage or python 6 # used by twister for ansi color 9 # python lex/yex used by twister 12 # used for code coverage 16 # used for west-command testing 20 # used for mocking functions in pytest
|
D | requirements-run-test.txt | 3 # things used by twister or related in run time testing 5 # used to flash & debug various boards 8 # used by twister for board/hardware map 12 # used by mcuboot
|
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/ |
D | Kconfig.ipso | 14 This IPSO object should be used with a temperature sensor to 32 Select which version of the IPSO Temperature object should be used. 45 This IPSO object can be used to prototype a sensor. 60 Select which version of the IPSO Generic Sensor object should be used. 85 This IPSO object can be used to prototype a sensor. 101 used. 116 This IPSO object can be used to prototype a sensor. 132 used. 147 This Object is used to control a light source, such as a LED or other 150 setting enables a string to be used to indicate the desired color. [all …]
|
/Zephyr-Core-3.5.0/doc/build/dts/api/ |
D | api.rst | 7 based. Use of these macros has no impact on scheduling. They can be used from 11 macro named ``DT_DRV_COMPAT`` to be defined before they can be used; these are 13 :ref:`device drivers <device_model_api>`, though they can be used outside of 24 The APIs in this section can be used anywhere and do not require 40 used to create node identifiers for a given node's parent node or a particular 52 The following general-purpose macros can be used to access node properties. 68 devicetree specification, these macros can be used even for nodes without 85 devicetree specification, these macros can be used even for nodes without 99 some of these macros can be used even for nodes without matching bindings. This 120 This section documents miscellaneous macros that can be used to test if a node [all …]
|
/Zephyr-Core-3.5.0/modules/trusted-firmware-m/ |
D | Kconfig.tfm.crypto_modules | 15 Unset this option if 'psa_generate_random' is not used. 23 is not used. 31 is not used. 39 is not used. 47 is not used. 55 is not used. 63 is not used. 71 is not used. 79 is not used.
|
/Zephyr-Core-3.5.0/soc/arm/silabs_exx32/ |
D | Kconfig | 49 Set if the Back-Up Real Time Counter (BURTC) HAL module is used. 55 Set if the Core interrupt handling (CORE) HAL module is used. 60 Set if the Analog to Digital Converter (ADC) HAL module is used. 65 Set if the Incremental Analog to Digital Converter (IADC) HAL module is used. 70 Set if the Ultra Low Energy Timer/Counter (CRYOTIMER) HAL module is used. 75 Set if the Energy Management Unit (EMU) HAL module is used. 80 Set if the General Purpose Input/Output (GPIO) HAL module is used. 85 Set if the Inter-Integrated Circuit Interface (I2C) HAL module is used. 90 Set if the Low Energy Timer (LETIMER) HAL module is used. 96 HAL module is used. [all …]
|
/Zephyr-Core-3.5.0/soc/arm/st_stm32/common/ |
D | stm32_hsem.h | 15 * and used also for H7 dualcore targets 18 * Index of the semaphore used by CPU2 to prevent the CPU1 to either write or 31 * Index of the semaphore used by CPU1 to prevent the CPU2 to either write or 35 * The PES bit shall not be used as this may stall the CPU2 in some cases. 40 * Index of the semaphore used to manage the CLK48 clock configuration 43 * the clock when the USB is not used anymore. When using the RNG, it is good 50 /* Index of the semaphore used to manage the entry Stop Mode procedure */ 54 /* Index of the semaphore used to access the RCC */ 57 /* Index of the semaphore used to access the FLASH */ 60 /* Index of the semaphore used to access the PKA */ [all …]
|
/Zephyr-Core-3.5.0/tests/bluetooth/host/id/bt_id_reset/src/ |
D | test_suite_invalid_inputs.c | 26 * - BT_ID_DEFAULT value is used for the ID 31 * - '-EINVAL' error code is returned representing invalid values were used. 47 * - ID value used is equal to bt_dev.id_count 52 * - '-EINVAL' error code is returned representing invalid values were used. 69 * - BT_ID_DEFAULT is used for the ID 75 * - '-EINVAL' error code is returned representing invalid values were used. 92 * - BT_ID_DEFAULT is used for the ID 93 * - A valid address of type public is used 97 * - '-EINVAL' error code is returned representing invalid values were used. 113 * - BT_ID_DEFAULT is used for the ID [all …]
|
/Zephyr-Core-3.5.0/tests/bluetooth/host/id/bt_le_oob_get_local/src/ |
D | test_suite_invalid_inputs.c | 29 * - NULL reference is used as an argument for the OOB reference 45 * - A valid reference is used as an argument for the OOB information reference 49 * - '-EAGAIN' error code is returned representing invalid values were used. 64 * Test trying to get the local LE Out of Band (OOB) information if the ID used is out of range. 67 * - A valid reference is used as an argument for the OOB information reference 68 * - ID used is out of range or exceeds the maximum value defined by 'CONFIG_BT_ID_MAX' 72 * - '-EINVAL' error code is returned representing invalid values were used. 90 * - A valid reference is used as an argument for the OOB information reference 91 * - ID used is valid 98 * - '-EINVAL' error code is returned representing invalid values were used. [all …]
|
/Zephyr-Core-3.5.0/include/zephyr/arch/arc/v2/dsp/ |
D | arc_dsp.h | 12 * The function is used to disable the preservation of dsp 16 * not be used by the specified thread. It is used by ARC only. 27 * The function is used to enable the preservation of dsp 31 * be used by the specified thread. It is used by ARC only.
|
/Zephyr-Core-3.5.0/subsys/usb/usb_c/ |
D | usbc_stack.h | 113 * Callback used by the Policy Engine to ask the Device Policy Manager 119 * Callback used by the Policy Engine to notify the Device Policy 125 * Callback used by the Policy Engine to notify the Device Policy 133 * Callback used by the Policy Engine to get the Sink Capabilities 139 * Callback used by the Policy Engine to send the received Source 145 * Callback used by the Policy Engine to get the Request Data Object 151 * Callback used by the Policy Engine to check if Sink Power Supply 157 * Callback used by the Policy Engine get the Rp pull-up that should 164 * Callback used by the Policy Engine to enable and disable the 170 * Callback used by the Policy Engine to get the Source Caps that [all …]
|
/Zephyr-Core-3.5.0/subsys/logging/ |
D | Kconfig.misc | 12 Deprecated. It is not used in the code. 25 Used in testing to simplify message comparision if message contains 33 supported. Note that VLA are used for arrays which size is resolved at 42 If enabled, runtime method is always used for message creation. Static 45 be used when optimization is disabled because some compilers 55 removing strings from final binary and should be used for dictionary 71 When enabled, maximum usage of memory used for log messages in deferred 72 mode is tracked. It can be used to trim LOG_BUFFER_SIZE.
|
/Zephyr-Core-3.5.0/subsys/fs/ext2/ |
D | Kconfig | 30 This flag is used to determine size of internal structures that 31 are used to store fetched blocks. 34 int "Maximum number of blocks that might be used" 37 This flag is used to determine size of internal structures that 38 are used to store fetched blocks.
|
/Zephyr-Core-3.5.0/include/zephyr/usb_c/ |
D | usbc.h | 176 * @brief Callback type used to get the Sink Capabilities 185 * @brief Callback type used to report the received Port Partner's 196 * @brief Callback type used to check a policy 206 * @brief Callback type used to notify Device Policy Manager of WAIT 217 * @brief Callback type used to notify Device Policy Manager of a 227 * @brief Callback type used to get the Request Data Object (RDO) 235 * @brief Callback type used to check if the sink power supply is at 248 * @brief Callback type used to get the Source Capabilities 260 * @brief Callback type used to check if Sink request is valid 270 * @brief Callback type used to check if Source Power Supply is ready [all …]
|
/Zephyr-Core-3.5.0/include/zephyr/fs/ |
D | ext2.h | 12 /** @brief Configuration used to format ext2 file system. 14 * If a field is set to 0 then default value is used. 18 * @param fs_size Requested size of file system. If 0 then whole available memory is used. 19 * @param bytes_per_inode Requested memory for one inode. It is used to calculate number of inodes 21 * @param uuid UUID for created file system. Used when set_uuid is true. 23 * @param set_uuid If true then UUID from that structure is used in created file system.
|
/Zephyr-Core-3.5.0/tests/bluetooth/host/id/bt_id_create/src/ |
D | test_suite_invalid_inputs.c | 26 * - '-EINVAL' error code is returned representing invalid values were used. 46 * - '-EINVAL' error code is returned representing invalid values were used. 68 * - '-ENOMEM' error code is returned representing invalid values were used. 86 * - A valid address of type public is used 90 * - '-EINVAL' error code is returned representing invalid values were used. 106 * - An RPA address of type random is used 110 * - '-EINVAL' error code is returned representing invalid values were used. 126 * - A valid random static address is used 131 * - '-EALREADY' error code is returned representing invalid values were used. 150 * - A static random address is used [all …]
|
/Zephyr-Core-3.5.0/drivers/modem/ |
D | Kconfig.quectel-bg9x | 23 This stack is used by the quectel BG9X RX thread. 29 This stack is used by the work queue to pass off net_pkt data 37 This setting is used to set the APN name for the network connection 45 This setting is used to set the User name for the network connection 53 This setting is used to set the Password for the network connection 61 This string is used to determine when modem powered and ready
|
/Zephyr-Core-3.5.0/soc/arm/microchip_mec/mec172x/ |
D | Kconfig.soc | 41 pin is ignored. All other JTAG pins can be used as GPIOs 47 JTAG port in SWD mode. I2C09 and ADC00-03 can be used. 53 to see if ADC00-03 can be used or not. 67 I2C09 can be used, but ADC00-03 cannot. 73 I2C09 cannot be used. ADC00-03 can be used.
|
/Zephyr-Core-3.5.0/samples/net/vlan/ |
D | Kconfig | 9 int "Virtual lan tag used in VLAN sample app" 14 Set virtual lan tag (id) that is used in VLAN sample application. 17 int "Second VLAN tag used in VLAN sample app" 22 Set virtual lan tag (id) that is used in VLAN sample application.
|
/Zephyr-Core-3.5.0/boards/arm/96b_wistrio/dts/bindings/ |
D | qorvo,rfsw8001.yaml | 6 RF2 and RF3 pins are used to control the behavior of the switch as detailed 17 description: Pin used to control the RF1 switch 22 description: Pin used to control the RF2 switch 27 description: Pin used to control the RF3 switch
|
/Zephyr-Core-3.5.0/drivers/wifi/esp_at/ |
D | Kconfig.esp_at | 40 This stack is used by the Espressif ESP RX thread. 46 Priority of thread used for processing RX data. 52 This stack is used by the work queue to pass off net_pkt data 60 Priority of thread used for processing driver work queue items. 66 Ring buffer size used by modem UART interface handler. 72 Number of preallocated RX buffers used by modem command handler. 78 Size of preallocated RX buffers used by modem command handler. 137 Select which version of AT command set should be used.
|
/Zephyr-Core-3.5.0/tests/bluetooth/host/id/bt_lookup_id_addr/src/ |
D | main.c | 39 * - A valid ID (< CONFIG_BT_ID_MAX) is used 40 * - A valid address reference is used 44 * - bt_lookup_id_addr() returns the same address pointer used as an argument 66 * - A valid ID (< CONFIG_BT_ID_MAX) is used 67 * - A valid address reference is used 72 * - bt_lookup_id_addr() returns the same address pointer used as an argument 101 * - A valid ID (< CONFIG_BT_ID_MAX) is used 102 * - A valid address reference is used
|
12345678910>>...156