Home
last modified time | relevance | path

Searched refs:used (Results 1 – 25 of 2001) sorted by relevance

12345678910>>...81

/Zephyr-latest/scripts/
Drequirements-build-test.txt3 # 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
Drequirements-run-test.txt3 # 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
18 # used for CAN <=> host testing
Drequirements-base.txt6 # used by various build scripts
9 # used by dts generation to parse binding YAMLs, also used by
16 # used by west_commands
30 # intelhex used by mergehex.py
37 # used for windows based 'menuconfig'
38 # "win32" is used for 64-bit Windows as well
Drequirements-extras.txt3 # 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 scripts/release/bug_bash.py for generating top ten bug squashers
27 # used to generate devicetree dependency graphs
/Zephyr-latest/tests/kernel/mem_slab/mslab/
DREADME.txt39 MAP_LgBlks used 0 blocks
41 MAP_LgBlks used 1 blocks
43 MAP_LgBlks used 2 blocks
44 k_mem_slab_alloc RC_FAIL expected as all (2) blocks are used.
49 MAP_LgBlks used 2 blocks
52 MAP_LgBlks used 1 blocks
55 MAP_LgBlks used 0 blocks
62 MAP_LgBlks used 0 blocks
64 MAP_LgBlks used 1 blocks
66 MAP_LgBlks used 2 blocks
[all …]
/Zephyr-latest/modules/trusted-firmware-m/
DKconfig.tfm.crypto_modules15 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-latest/soc/silabs/
DKconfig18 Set if the Back-Up Real Time Counter (BURTC) HAL module is used.
24 Set if the Core interrupt handling (CORE) HAL module is used.
29 Set if the Analog to Digital Converter (ADC) HAL module is used.
34 Set if the Incremental Analog to Digital Converter (IADC) HAL module is used.
39 Set if the Ultra Low Energy Timer/Counter (CRYOTIMER) HAL module is used.
44 Set if the Energy Management Unit (EMU) HAL module is used.
49 Set if the General Purpose Input/Output (GPIO) HAL module is used.
54 Set if the Inter-Integrated Circuit Interface (I2C) HAL module is used.
59 Set if the Low Energy Timer (LETIMER) HAL module is used.
65 HAL module is used.
[all …]
/Zephyr-latest/drivers/ethernet/
Deth_ivshmem_queue.c58 struct vring_used *tmp_used = q->tx.vring.used; in eth_ivshmem_queue_init()
60 q->tx.vring.used = q->rx.vring.used; in eth_ivshmem_queue_init()
61 q->rx.vring.used = tmp_used; in eth_ivshmem_queue_init()
200 q->rx.vring.used->ring[used_idx].id = avail_desc_idx; in eth_ivshmem_queue_rx_complete()
201 q->rx.vring.used->ring[used_idx].len = 1; in eth_ivshmem_queue_rx_complete()
202 VRING_FLUSH(q->rx.vring.used->ring[used_idx]); in eth_ivshmem_queue_rx_complete()
205 q->rx.vring.used->idx = q->rx.used_idx; in eth_ivshmem_queue_rx_complete()
206 VRING_FLUSH(q->rx.vring.used->idx); in eth_ivshmem_queue_rx_complete()
270 VRING_INVALIDATE(q->tx.vring.used->idx); in tx_clean_used()
271 if (q->tx.used_idx == q->tx.vring.used->idx) { in tx_clean_used()
[all …]
/Zephyr-latest/doc/build/dts/api/
Dapi.rst7 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
123 This section documents miscellaneous macros that can be used to test if a node
[all …]
/Zephyr-latest/doc/hardware/peripherals/
Dmdio.rst9 MDIO is a bus that is commonly used to communicate with ethernet PHY devices.
13 This API is intended to be used primarily by PHY drivers but can also be
14 used by user firmware.
Di2c.rst11 The terminology used in Zephyr I2C APIs follows that of the
16 squared see") is a commonly-used two-signal shared peripheral interface
29 Zephyr's I2C controller API is used when an I2C peripheral controls the bus,
31 the most common mode, used to interact with I2C devices like sensors and
42 Zephyr's I2C target API is used when an I2C peripheral responds to
44 be used for a Zephyr application with transducer roles that are
/Zephyr-latest/samples/net/tftp_client/
DKconfig9 string "TFTP port used"
12 TFTP port used.
19 When DNS resolver is enabled, DNS domain names could be used as well.
/Zephyr-latest/tests/subsys/logging/log_syst/
DKconfig7 When enabled MOCK backend is used for logging. It is
8 used to capture the output buffer used for validation of
/Zephyr-latest/subsys/net/lib/lwm2m/
DKconfig.ipso14 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-latest/doc/connectivity/networking/api/
Dwebsocket.rst14 The Websocket client API can be used directly by application to establish
15 a Websocket connection to server, or it can be used as a transport for other
28 The Websocket API allows it to be used as a transport for other high level
48 The Websocket socket can then be used to send or receive data, and the
51 BSD socket API functions can be used to send and receive application data.
61 If normal BSD socket functions are used, then currently only TEXT data
63 must be used.
/Zephyr-latest/subsys/fs/ext2/
DKconfig30 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-latest/tests/arch/arc/arc_vpx_lock/
DREADME.txt5 This test verifies that the ARC VPX lock/unlock mechanism used to bookend
8 used to control access to them (they bookend the relevant code sections),
12 lock/unlock mechanism is used.
/Zephyr-latest/soc/microchip/mec/mec172x/
DKconfig32 pin is ignored. All other JTAG pins can be used as GPIOs
38 JTAG port in SWD mode. I2C09 and ADC00-03 can be used.
44 to see if ADC00-03 can be used or not.
58 I2C09 can be used, but ADC00-03 cannot.
64 I2C09 cannot be used. ADC00-03 can be used.
/Zephyr-latest/tests/subsys/logging/log_switch_format/
DKconfig8 When enabled MOCK backend is used for logging. It is
9 used to capture the output buffer used for validation of
/Zephyr-latest/drivers/dma/
DKconfig.nxp_sof_host_dma5 bool "NXP DMA driver used by SOF's host component"
9 Enable NXP's DMA driver used by
12 is used by the SOF host component to
25 which shall be used by entities employing
/Zephyr-latest/samples/drivers/video/capture/
DKconfig12 Height of the video frame. If set to 0, the default height is used.
18 Width of the video frame. If set to 0, the default width is used.
23 Pixel format of the video frame. If not set, the default pixel format is used.
/Zephyr-latest/drivers/sensor/ti/bq274xx/
DKconfig22 Note: if the int_gpios pin is not used then this feature must be
29 Specify the type of triggering to be used by the driver.
56 Priority of thread used by the driver to handle interrupts.
63 Stack size of thread used by the driver to handle interrupts.
/Zephyr-latest/lib/open-amp/
DKconfig19 This option specifies the number of buffer used in a Vring for
27 This option specifies the IPM RX channel ID used in a VRING
35 This option specifies the IPM TX channel ID used in a VRING
/Zephyr-latest/soc/microchip/mec/mec15xx/
DKconfig56 pin is ignored. All other JTAG pins can be used as GPIOs
62 JTAG port in SWD mode. UART2 and ADC00-03 can be used.
68 to see if ADC00-03 can be used or not.
83 UART2 can be used, but ADC00-03 cannot.
89 UART2 cannot be used. ADC00-03 can be used.
/Zephyr-latest/drivers/modem/
DKconfig.quectel-bg9x23 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

12345678910>>...81