Searched full:pseudo (Results 1 – 25 of 94) sorted by relevance
1234
/Zephyr-latest/subsys/net/l2/dummy/any/ |
D | Kconfig | 5 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/ |
D | Kconfig | 5 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/ |
D | Kconfig | 45 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/ |
D | zephyr,lvgl-keypad-input.yaml | 5 LVGL keypad indev pseudo-device 14 The pseudo device can be associated to a specific device to listen only
|
D | zephyr,lvgl-common-input.yaml | 4 # Common fields for input lvgl pseudo devices
|
D | zephyr,lvgl-encoder-input.yaml | 5 LVGL encoder indev pseudo-device
|
D | zephyr,lvgl-pointer-input.yaml | 5 LVGL pointer indev pseudo-device
|
D | zephyr,lvgl-button-input.yaml | 5 LVGL button indev pseudo-device
|
/Zephyr-latest/include/zephyr/drivers/ |
D | coredump.h | 9 * @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/ |
D | Kconfig.tinycrypt | 20 This option enables support for the pseudo-random number 40 This option enables support for pseudo-random number
|
/Zephyr-latest/samples/subsys/display/lvgl/ |
D | README.rst | 20 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/ |
D | ti,tmag5273.yaml | 57 - 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/ |
D | gen_gdt.py | 25 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/ |
D | random_timer.c | 28 * 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/ |
D | Kconfig.litex | 13 generator, based on Pseudo-Random Binary Sequences (PRBS)
|
D | Kconfig.esp32 | 14 With Wi-Fi and Bluetooth disabled, this will produce pseudo-entropy
|
/Zephyr-latest/dts/bindings/rng/ |
D | espressif,esp32-trng.yaml | 8 disabled, the random number generator will give out pseudo-random numbers.
|
/Zephyr-latest/drivers/misc/devmux/ |
D | Kconfig | 10 Devmux is a pseudo-device that operates as a device switch. It allows
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.native_posix | 21 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/ |
D | soc.h | 58 /*!<@brief Pseudo Output Drain is disabled */ 60 /*!<@brief Pseudo Output Drain is enabled */
|
/Zephyr-latest/boards/snps/nsim/arc_classic/ |
D | nsim-flash-sram-mem.dtsi | 14 /* We are carving out of DRAM for a pseudo flash and sram region */
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | rpr_cli.rst | 56 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/ |
D | soc.h | 61 /*!<@brief Pseudo Output Drain is disabled */ 63 /*!<@brief Pseudo Output Drain is enabled */
|
/Zephyr-latest/doc/services/crypto/random/ |
D | index.rst | 59 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/ |
D | coredump.rst | 9 The coredump device is a pseudo-device driver with two types.A COREDUMP_TYPE_MEMCPY
|
1234