Lines Matching +full:on +full:- +full:bus
35 * A fake driver which pretends to be actual ADC, and can be used for testing higher-level API
38 * DT binding: :dtcompatible:`zephyr,adc-emul`
43 * DT binding: :dtcompatible:`zephyr,dma-emul`
46 * Emulate an EEPROM on a flash partition
48 * DT binding: :dtcompatible:`zephyr,emu-eeprom`
53 * Emulate an EEPROM on RAM
55 * DT binding: :dtcompatible:`zephyr,sim-eeprom`
57 as a file on the host filesystem.
59 **External bus and bus connected peripheral emulators**
66 * Emulate a flash on RAM
68 * DT binding: :dtcompatible:`zephyr,sim-flash`
69 * Note: For native targets it is also possible to keep the content as a file on the host
75 * DT binding: :dtcompatible:`zephyr,gpio-emul`
78 * Emulated I2C bus. See :ref:`bus emulators <bus_emul>`.
80 * DT binding: :dtcompatible:`zephyr,i2c-emul-controller`
85 * DT binding: :dtcompatible:`zephyr,rtc-emul`
88 * Emulated SPI bus. See :ref:`bus emulators <bus_emul>`.
90 * DT binding: :dtcompatible:`zephyr,spi-emul-controller`
93 * Emulated MSPI bus. See :ref:`bus emulators <bus_emul>`.
95 * DT binding: :dtcompatible:`zephyr,mspi-emul-controller`
98 * Emulated UART bus. See :ref:`bus emulators <bus_emul>`.
100 * DT binding: :dtcompatible:`zephyr,uart-emul`