Home
last modified time | relevance | path

Searched full:present (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/Zephyr-Core-2.7.6/modules/
DKconfig.mcux16 Set if the 12-bit ADC (ADC12) module is present in the SoC.
21 Set if the 16-bit ADC (ADC16) module is present in the SoC.
26 Set if the LPADC module is present in the SoC.
31 Set if the L1 or L2 cache is present in the SoC.
36 Set if the clock control module (CCM) module is present in the SoC.
41 Set if the revison 2 of clock control module (CCM) module is present in the SoC.
42 This is present in SoC's such as RT1170
47 Set if the syscon module is present in the SoC.
53 present in the SoC.
58 Set if the enhanced LCD interface (eLCDIF) module is present in the
[all …]
DKconfig.vega11 Set if the low power uart (LPUART) module is present in the SoC.
16 Set if the low power i2c (LPI2C) module is present in the SoC.
21 Set if the low power spi (LPSPI) module is present in the SoC.
26 Set if the Timer/PWM (TPM) module is present in the SoC.
31 Set if the flash memory (FTFA, FTFE, or FTFL) module is present in
DKconfig.imx16 Set if the GPIO module is present in the SoC.
21 Set if the I2C module is present in the SoC.
26 Set if the EPIT module is present in the SoC.
/Zephyr-Core-2.7.6/soc/arm/arm/mps3/
Dsoc.h13 #define __SAUREGION_PRESENT 1U /* SAU regions present */
15 #define __DSP_PRESENT 1U /* DSP extension present */
16 #define __MVE_PRESENT 1U /* MVE extensions present */
17 #define __MVE_FP 1U /* MVE floating point present */
/Zephyr-Core-2.7.6/arch/arc/core/
Dprep_c.c31 * @brief Disable the i-cache if present
33 * For those ARC CPUs that have a i-cache present,
46 return; /* skip if i-cache is not present */
55 * @brief Invalidate the data cache if present
57 * For those ARC CPUs that have a data cache present,
70 return; /* skip if d-cache is not present */
/Zephyr-Core-2.7.6/dts/bindings/sensor/
Dlm77.yaml22 When present, the polarity on the INT signal is inverted (active-high).
27 When present, the polarity on the T_CRIT_A signal is inverted
33 When present, the fault queue is enabled. The fault queue allows up to 4
/Zephyr-Core-2.7.6/subsys/bluetooth/services/ots/
Dots_dir_list_internal.h29 /** Bit 1 Current Size Present*/
31 /** Bit 2 Allocated Size Present */
33 /** Bit 3 Object First-Created Present*/
35 /** Bit 4 Object Last-Modified Present*/
37 /** Bit 5 Object Properties Present*/
41 /** Bit 7 Extended Flags Present*/
/Zephyr-Core-2.7.6/dts/bindings/fs/
Dzephyr,fstab-common.yaml24 Mount file system on boot if present.
32 Mount file system read-only if present.
/Zephyr-Core-2.7.6/arch/x86/include/
Dx86_mmu.h37 #define MMU_P BITL(0) /** Present */
61 #define PF_P BIT(0) /* 0 Non-present page 1 Protection violation */
103 * . - not present
104 * w - present, writable, not executable
105 * a - present, writable, executable
106 * r - present, read-only, not executable
107 * x - present, read-only, executable
/Zephyr-Core-2.7.6/samples/subsys/fs/fat_fs/
DREADME.rst31 To run this sample, a FAT formatted microSD card should be present in the
32 microSD slot. If there are any files or directories present in the card, the
/Zephyr-Core-2.7.6/arch/arm/core/aarch32/cortex_m/
DKconfig110 Always present in CPUs that implement the ARMv7-M or
119 address from memory address 0x00000000. Always present
133 can descend. MSPLIM, PSPLIM are always present in ARMv8-M
188 not present in the ARMv6-M architecture.
223 not present in the ARMv7-M architecture.
233 not present in the ARMv8-M architecture.
397 - Requires MPU functionality to be present and
/Zephyr-Core-2.7.6/doc/reference/bluetooth/mesh/
Dshell.rst163 …* ``destination address``: If present, sets the new 16-bit mesh destination address. If omitted, t…
171 …* ``NetIdx``: If present, sets the new network index. If omitted, the current network index is pri…
179 …* ``AppIdx``: If present, sets the new application index. If omitted, the current application inde…
276 …* ``val``: If present, indicates the new hexadecimal value of the static OOB. If omitted, the stat…
310 …* ``timeout in seconds``: If present, set the Config Client model timeout in seconds. If omitted, …
326 …* ``val``: If present, enables or disables sending of the network beacon. If omitted, the current …
334 …* ``ttl``: If present, sets the new default TTL value. If omitted, the current default TTL value i…
342 …* ``val``: If present, enables or disables the Friend feature. If omitted, the current Friend feat…
354 …* ``val``: If present, enables or disables the GATT Proxy feature. If omitted, the current GATT Pr…
366 …* ``val``: If present, enables or disables the Relay feature. If omitted, the current Relay featur…
[all …]
/Zephyr-Core-2.7.6/scripts/dts/python-devicetree/tests/test-bindings-include/
Dinclude-no-name.yaml4 Invalid include element: no name key is present.
Dinclude-invalid-keys.yaml4 Invalid include element: invalid keys are present.
/Zephyr-Core-2.7.6/drivers/counter/
DKconfig.xec11 will expose the basic timer devices present on the MCU.
DKconfig.tmr_cmsdk_apb10 The timers (TMR) present in the platform are used as timers.
DKconfig.dtmr_cmsdk_apb10 The dualtimer (DTMR) present in the platform is used as a timer.
/Zephyr-Core-2.7.6/soc/arm/nordic_nrf/
DCMakeLists.txt13 # Use nRF-specific timing calculations only if DWT is not present
/Zephyr-Core-2.7.6/subsys/emul/i2c/
DKconfig11 At present it only supports 8-bit addressing. The size of the EEPROM
/Zephyr-Core-2.7.6/arch/xtensa/core/offsets/
Doffsets.c9 /* No offsets required in Xtensa, but this file must be present for
/Zephyr-Core-2.7.6/dts/bindings/interrupt-controller/
Dnuvoton,npcx-miwu-wui-map.yaml9 description: Child node to present the mapping between input of MIWU and its source device
/Zephyr-Core-2.7.6/soc/arm/microchip_mec/mec1501/
DCMakeLists.txt18 # Use MEC15xx timing calculations only if DWT is not present
/Zephyr-Core-2.7.6/soc/arm/microchip_mec/mec172x/
DCMakeLists.txt14 # Use MEC172x timing calculations only if DWT is not present
/Zephyr-Core-2.7.6/doc/reference/peripherals/
Dentropy.rst10 entropy hardware present on the platform. The entropy APIs are provided
/Zephyr-Core-2.7.6/tests/arch/x86/pagetables/src/
Dmain.c65 "non-present RAM entry"); in get_entry()
199 * Test that the NULL virtual page is always non-present
208 /* The NULL page must always be non-present */ in test_null_map()
210 zassert_true((entry & MMU_P) == 0, "present NULL entry"); in test_null_map()

12345678910>>...16