/Zephyr-Core-3.5.0/modules/ |
D | Kconfig | 11 comment "Available modules." 51 # List of comments to display when Zephyr modules are not available, please 54 # comment "<module_name> module not available." 62 comment "hal_gigadevice module not available." 65 comment "hal_nordic module not available." 68 comment "liblc3 module not available." 71 comment "LittleFS module not available." 74 comment "mbedtls module not available." 77 comment "Trusted-firmware-m module not available." 80 comment "Trusted-firmware-a module not available." [all …]
|
D | Kconfig.sysbuild | 6 comment "Available modules." 12 # List of comments to display when Zephyr modules are not available, please 15 # comment "<module_name> module not available." 23 # This ensures that symbols are available in Kconfig for dependency checking
|
/Zephyr-Core-3.5.0/dts/bindings/sensor/ |
D | st,lis2ds12-common.yaml | 48 - 1 # 1Hz (available in LP mode only) 49 - 2 # 12.5Hz (available in LP and HR mode) 50 - 3 # 25Hz (available in LP and HR mode) 51 - 4 # 50Hz (available in LP and HR mode) 52 - 5 # 100Hz (available in LP and HR mode) 53 - 6 # 200Hz (available in LP and HR mode) 54 - 7 # 400Hz (available in LP and HR mode) 55 - 8 # 800Hz (available in LP and HR mode) 56 - 9 # 1600Hz (available in HF mode only) 57 - 10 # 3200Hz (available in HF mode only) [all …]
|
D | nordic,npm1300-charger.yaml | 19 Available range is 3.5 V to 3.65 V and 4.0 V to 4.45 V in 50 mV steps. 25 Available range is 3.5 V to 3.65 V and 4.0 V to 4.45 V in 50 mV steps. 33 Available range is 32 mA to 800 mA in 2mA steps. 41 Available range is 270 mA to 1340 mA in 3.23 mA steps. 48 Available values are 100 mA, or between 500 mA and 1500 mA in 100 mA steps.
|
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/ |
D | net_shell.rst | 18 "net allocs", "Print network memory allocations. Only available if 20 "net arp", "Print information about IPv4 ARP cache. Only available if 26 resolve a DNS name. Only available if :kconfig:option:`CONFIG_DNS_RESOLVER` is set." 27 "net events", "Enable network event monitoring. Only available if 29 "net gptp", "Print information about gPTP support. Only available if 33 Only available if :kconfig:option:`CONFIG_NET_IPV6` is set." 36 "net nbr", "Print neighbor information. Only available if 39 "net route", "Show IPv6 network routes. Only available if 42 "net tcp", "Connect/send data/close TCP connection. Only available if 44 "net vlan", "Show Ethernet virtual LAN information. Only available if
|
/Zephyr-Core-3.5.0/drivers/entropy/ |
D | entropy_gecko_trng.c | 53 /* Read known good available data. */ in entropy_gecko_trng_read() 60 * and FIFO data is available. in entropy_gecko_trng_read() 75 size_t available; in entropy_gecko_trng_get_entropy() local 81 available = TRNG0->FIFOLEVEL * 4; in entropy_gecko_trng_get_entropy() 83 available = S2_FIFO_LEVEL * 4; in entropy_gecko_trng_get_entropy() 85 if (available == 0) { in entropy_gecko_trng_get_entropy() 89 count = SL_MIN(length, available); in entropy_gecko_trng_get_entropy() 105 /* No busy wait; return whatever data is available. */ in entropy_gecko_trng_get_entropy_isr() 108 size_t available = TRNG0->FIFOLEVEL * 4; in entropy_gecko_trng_get_entropy_isr() local 110 size_t available = S2_FIFO_LEVEL * 4; in entropy_gecko_trng_get_entropy_isr() local [all …]
|
D | Kconfig.stm32 | 15 a entropy 32-bit value to the host when read. It is available for 34 thread mode consumers. As soon as the number of available bytes in the 52 ISR consumers. As soon as the number of available bytes in the 64 available, CED is enabeld by default). Disable this check if CED is
|
/Zephyr-Core-3.5.0/doc/security/ |
D | security-citations.rst | 11 Available: http://web.mit.edu/Saltzer/www/publications/protection/. 23 .. [MICR16] Micrium, "Certification Kits," 2016. [Online]. Available: 34 BCP 14, RFC 2119, DOI 10.17487/RFC2119, March 1997. [Online]. Available: 38 Available: https://msdn.microsoft.com/en-us/library/ee823878%28v=cs.20%29.aspx. 42 Available: https://www.first.org/cvss/specification-document. 46 Available: https://www.owasp.org/index.php/Application_Threat_Modeling. 49 Available: https://github.com/linuxfoundation/cii-best-practices-badge
|
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/ |
D | Kconfig.ipso | 25 Sensor instances available to the LWM2M client. 54 Sensor instances available to the LWM2M client. 94 Sensor instances available to the LWM2M client. 125 Sensor instances available to the LWM2M client. 158 instances available to the LWM2M client. 171 instances available to the LWM2M client. 200 instances available to the LWM2M client. 228 instances available to the LWM2M client. 241 instances available to the LWM2M client. 271 instances available to the LWM2M client. [all …]
|
/Zephyr-Core-3.5.0/scripts/ |
D | coccicheck | 10 echo 'spatch is part of the Coccinelle project and is available at http://coccinelle.lip6.fr/' 33 jobs = maximum jobs available on the machine 34 cocci = all cocci scripts available at scripts/coccinelle/* 110 echo 'Available modes are the following: 'patch', 'report', 'context', 'org'' 118 echo 'All available modes will be tried (in that order): patch, report, context, org' 150 echo "No available modes found in \"$COCCI\" script." 155 echo "Available modes for \"`basename $COCCI`\" are: "$VIRTUAL"" 166 echo "Using random available mode: \"$MODE\"" 182 echo ' The semantic patch that makes this change is available' 184 echo ' The semantic patch that makes this report is available' [all …]
|
/Zephyr-Core-3.5.0/drivers/usb/uhc/ |
D | Kconfig | 19 Number of UHC transfers available. 29 int "Memory available for buffers" 33 Total amount of memory available for UHC buffers.
|
/Zephyr-Core-3.5.0/include/zephyr/arch/x86/ |
D | memmap.h | 13 * the map. Order is important: if multiple sources are available, then the 29 * We don't only track available RAM -- we track unavailable regions, too: 31 * pessimistic about what is considered "available RAM" and it's easier to 43 X86_MEMMAP_ENTRY_RAM, /* available RAM */
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/ |
D | pacs.h | 83 /** @brief Set the available contexts for an endpoint type 85 * @param dir Direction of the endpoints to change available contexts for. 91 /** @brief Get the available contexts for an endpoint type 95 * @return Bitmask of available contexts. 101 * @param dir Direction of the endpoints to change available contexts for.
|
/Zephyr-Core-3.5.0/dts/bindings/counter/ |
D | espressif,esp32-timer.yaml | 6 Each Timer is part of a Timer Group and the number of available Timers 9 As as example, ESP32 has 4 Timers available, which are split in two 12 In order to use one of the available timers on your application add
|
/Zephyr-Core-3.5.0/tests/arch/arm/arm_irq_advanced_features/src/ |
D | arm_irq_target_state.c | 58 "No available IRQ line to configure as zero-latency\n"); in ZTEST() 60 TC_PRINT("Available IRQ line: %u\n", i); in ZTEST() 62 /* Set the available IRQ line to Secure and check the result. */ in ZTEST() 72 /* Set the available IRQ line to Secure and check the result. */ in ZTEST()
|
/Zephyr-Core-3.5.0/samples/drivers/ipm/ipm_ivshmem/ |
D | README.rst | 10 * QEMU needs to available. 12 ivshmem-server needs to be available and running. The server is available in 13 Zephyr SDK or pre-built in some distributions. Otherwise, it is available in 16 ivshmem-client needs to be available as it is employed in this sample as an 18 ivshmem-server, as it is also available via QEMU.
|
/Zephyr-Core-3.5.0/modules/cmsis-dsp/ |
D | Kconfig | 24 available on most Cortex-A and some Cortex-R processors. 31 available on most Cortex-A and some Cortex-R processors. 38 available on some Cortex-M processors.
|
/Zephyr-Core-3.5.0/tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/ |
D | testcase.yaml | 21 # Build only as HSE not implemened on available boards 25 # Build only as HSE not implemened on available boards 29 # Build only as HSE not implemened on available boards
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/ |
D | lll_df.h | 10 /* Provides number of available antennae for Direction Finding */ 13 /* Confirm if there is `count` of free IQ report node rx available and return
|
/Zephyr-Core-3.5.0/dts/bindings/pinctrl/ |
D | gd,gd32-afio.yaml | 6 when available, enable the I/O compensation cell. 24 the power supply. This option is only available on certain GD32 series.
|
/Zephyr-Core-3.5.0/tests/arch/x86/info/src/ |
D | multiboot.c | 23 printk("MULTIBOOT: boot info structure available.\n"); in multiboot() 32 printk("\tNo basic memory map available.\n"); in multiboot() 40 printk("\tNo extended memory map available.\n"); in multiboot()
|
/Zephyr-Core-3.5.0/samples/drivers/virtualization/ivshmem/doorbell/ |
D | README.rst | 18 QEMU needs to available. 20 ivshmem-server needs to be available and running. The server is available in 21 Zephyr SDK or pre-built in some distributions. Otherwise, it is available in 24 ivshmem-client needs to be available as it is employed in this sample as an 26 ivshmem-server, as it is also available via QEMU. 73 Due to limited RAM memory available in qemu_x86_64 dts, it is not possible 93 available for x86_64. For the provided sample configuration:
|
/Zephyr-Core-3.5.0/soc/xtensa/nxp_adsp/ |
D | CMakeLists.txt | 17 COMMENT "west sign --if-tool-available --tool rimage ..." 18 …COMMAND west sign --if-tool-available --tool rimage --build-dir ${CMAKE_BINARY_DIR} ${WEST_SIGN_O…
|
/Zephyr-Core-3.5.0/include/zephyr/portability/ |
D | cmsis_os.h | 58 #define osFeature_MainThread 1 ///< main thread 1=main can be thread, 0=not available 59 #define osFeature_Pool 1 ///< Memory Pools: 1=available, 0=not available 60 #define osFeature_MailQ 1 ///< Mail Queues: 1=available, 0=not available 61 #define osFeature_MessageQ 1 ///< Message Queues: 1=available, 0=not available 62 #define osFeature_Signals 8 ///< maximum number of Signal Flags available per thread 64 #define osFeature_Wait 0 ///< osWait function: 1=available, 0=not available 65 #define osFeature_SysTick 1 ///< osKernelSysTick functions: 1=available, 0=not available 106 …orResource = 0x81, ///< resource not available: a specified resource was not availa… 107 …Resource = 0xC1, ///< resource not available within given time: a specified resource was n… 258 #if (defined (osFeature_SysTick) && (osFeature_SysTick != 0)) // System Timer available [all …]
|
/Zephyr-Core-3.5.0/doc/build/kconfig/ |
D | extensions.rst | 49 is available. ``osource`` is a no-op if no file matches. 56 - An ``rsource`` statement is available for including files specified with a 80 - An ``orsource`` statement is available that combines ``osource`` and 90 - ``def_int``, ``def_hex``, and ``def_string`` keywords are available,
|