Home
last modified time | relevance | path

Searched full:pseudo (Results 1 – 25 of 94) sorted by relevance

1234

/Zephyr-latest/subsys/net/l2/dummy/any/
DKconfig5 bool "Pseudo network interface a.k.a any interface"
9 This implements a pseudo network interface that does nothing
19 module-str = Log level for pseudo network interface
20 module-help = Enables pseudo interface to output debug messages.
/Zephyr-latest/drivers/coredump/
DKconfig5 bool "Coredump pseudo-device drivers"
7 Enable support for a pseudo-device to help capturing
16 Coredump pseudo-device driver initialization priority.
/Zephyr-latest/drivers/crypto/
DKconfig45 string "Device name for TinyCrypt Pseudo device"
49 Device name for TinyCrypt Pseudo device.
63 string "Device name for mbedTLS Pseudo device"
67 Device name for mbedTLS Pseudo device.
/Zephyr-latest/dts/bindings/input/
Dzephyr,lvgl-keypad-input.yaml5 LVGL keypad indev pseudo-device
14 The pseudo device can be associated to a specific device to listen only
Dzephyr,lvgl-common-input.yaml4 # Common fields for input lvgl pseudo devices
Dzephyr,lvgl-encoder-input.yaml5 LVGL encoder indev pseudo-device
Dzephyr,lvgl-pointer-input.yaml5 LVGL pointer indev pseudo-device
Dzephyr,lvgl-button-input.yaml5 LVGL button indev pseudo-device
/Zephyr-latest/include/zephyr/drivers/
Dcoredump.h9 * @brief Public APIs for coredump pseudo-device driver
23 * @brief Coredump pseudo-device driver APIs
24 * @defgroup coredump_device_interface Coredump pseudo-device driver APIs
91 * API which a coredump pseudo-device driver should expose
/Zephyr-latest/modules/
DKconfig.tinycrypt20 This option enables support for the pseudo-random number
40 This option enables support for pseudo-random number
/Zephyr-latest/samples/subsys/display/lvgl/
DREADME.rst20 The button pseudo device (:dtcompatible:`zephyr,lvgl-button-input`) maps
24 The encoder pseudo device (:dtcompatible:`zephyr,lvgl-encoder-input`)
29 The keypad pseudo device (:dtcompatible:`zephyr,lvgl-keypad-input`) can
/Zephyr-latest/dts/bindings/sensor/
Dti,tmag5273.yaml57 - 8 # TMAG5273_DT_AXIS_XYX (pseudo-simultaneous sampling)
58 - 9 # TMAG5273_DT_AXIS_YXY (pseudo-simultaneous sampling)
59 - 10 # TMAG5273_DT_AXIS_YZY (pseudo-simultaneous sampling)
60 - 11 # TMAG5273_DT_AXIS_XZX (pseudo-simultaneous sampling)
/Zephyr-latest/arch/x86/
Dgen_gdt.py25 address can be populated in the GDT pseudo descriptor
72 # 6 byte pseudo descriptor, but we're going to actually use this as the
77 """Create pseudo GDT descriptor"""
78 debug("create pseudo descriptor: %x %x" % (addr, size))
203 # The pseudo descriptor is stuffed into the NULL descriptor
/Zephyr-latest/subsys/random/
Drandom_timer.c28 * This pseudo-random number generator returns values that are based off the
51 * The pseudo-random number generator returns values that are based off the
/Zephyr-latest/drivers/entropy/
DKconfig.litex13 generator, based on Pseudo-Random Binary Sequences (PRBS)
DKconfig.esp3214 With Wi-Fi and Bluetooth disabled, this will produce pseudo-entropy
/Zephyr-latest/dts/bindings/rng/
Despressif,esp32-trng.yaml8 disabled, the random number generator will give out pseudo-random numbers.
/Zephyr-latest/drivers/misc/devmux/
DKconfig10 Devmux is a pseudo-device that operates as a device switch. It allows
/Zephyr-latest/drivers/serial/
DKconfig.native_posix21 bool "Connect the UART to its own pseudo terminal"
43 bool "Support waiting for pseudo terminal client readiness"
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/cm33/
Dsoc.h58 /*!<@brief Pseudo Output Drain is disabled */
60 /*!<@brief Pseudo Output Drain is enabled */
/Zephyr-latest/boards/snps/nsim/arc_classic/
Dnsim-flash-sram-mem.dtsi14 /* We are carving out of DRAM for a pseudo flash and sram region */
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Drpr_cli.rst56 The above example shows pseudo code for starting a scan procedure on the target Remote Provisioning
91 The above example shows pseudo code for remotely provisioning a device through a Remote Provisioning
129 The above example shows pseudo code for triggering a Node Address Refresh procedure on the Target
/Zephyr-latest/soc/nxp/imxrt/imxrt6xx/cm33/
Dsoc.h61 /*!<@brief Pseudo Output Drain is disabled */
63 /*!<@brief Pseudo Output Drain is enabled */
/Zephyr-latest/doc/services/crypto/random/
Dindex.rst59 enables the Xoshiro128++ pseudo-random number generator, that uses the
80 enables the CTR-DRBG pseudo-random number generator. The CTR-DRBG is
/Zephyr-latest/doc/hardware/peripherals/
Dcoredump.rst9 The coredump device is a pseudo-device driver with two types.A COREDUMP_TYPE_MEMCPY

1234