Searched full:cmos (Results 1 – 25 of 34) sorted by relevance
12
/Zephyr-latest/tests/arch/x86/info/src/ |
D | timer.c | 13 static uint32_t sync(const struct device *cmos) in sync() argument 18 err = counter_get_value(cmos, &this); in sync() 20 printk("\tCan't read CMOS clock device.\n"); in sync() 26 err = counter_get_value(cmos, &this); in sync() 28 printk("\tCan't read CMOS clock device.\n"); in sync() 51 const struct device *const cmos = DEVICE_DT_GET_ONE(motorola_mc146818); in timer() local 53 if (!device_is_ready(cmos)) { in timer() 58 printk("\tUsing CMOS RTC as reference clock:\n"); in timer() 63 start = sync(cmos); in timer() 64 end = sync(cmos); in timer()
|
/Zephyr-latest/drivers/video/ |
D | Kconfig.ov5640 | 7 bool "OV5640 CMOS digital image sensor" 12 Enable driver for OV5640 CMOS digital image sensor device
|
D | Kconfig.ov7670 | 5 bool "OV7670 CMOS digital image sensor" 10 Enable driver for OV7670 CMOS digital image sensor device.
|
D | Kconfig.gc2145 | 5 bool "GC2145 CMOS digital image sensor" 10 Enable driver for GC2145 CMOS digital image sensor device.
|
D | Kconfig.mt9m114 | 7 bool "MT9M114 Aptina CMOS digital image sensor" 12 Enable driver for MT9M114 CMOS digital image sensor device.
|
D | Kconfig.ov7725 | 7 bool "OV7725 CMOS digital image sensor" 12 Enable driver for OV7725 CMOS digital image sensor device.
|
D | Kconfig.ov2640 | 7 bool "OV2640 CMOS digital image sensor" 12 Enable driver for OV2640 CMOS digital image sensor device.
|
D | Kconfig.mcux_csi | 7 bool "NXP MCUX CMOS Sensor Interface (CSI) driver"
|
/Zephyr-latest/drivers/counter/ |
D | Kconfig.cmos | 1 # Counter driver for x86 "CMOS" clock 7 bool "Counter driver for x86 CMOS/RTC clock"
|
D | counter_cmos.c | 6 * (the so-called "CMOS" clock) as a primitive, 1Hz monotonic counter. 20 /* The "CMOS" device is accessed via an address latch and data port. */ 55 * Indices into the CMOS address space that correspond to 70 * Read a value from the CMOS. Because of the address latch, 129 * Get the Unix epoch time (assuming UTC) read from the CMOS RTC.
|
/Zephyr-latest/dts/bindings/mfd/ |
D | nordic,npm6001.yaml | 29 enum: ["schmitt", "cmos"] 39 enum: ["schmitt", "cmos"] 49 enum: ["schmitt", "cmos"]
|
/Zephyr-latest/include/zephyr/dt-bindings/gpio/ |
D | nordic-npm6001-gpio.h | 17 * - Bit 9: Input type (0=SCHMITT, 1=CMOS) 54 /** CMOS input type */
|
/Zephyr-latest/drivers/rtc/ |
D | Kconfig.mc146818 | 7 bool "RTC driver for x86 CMOS/RTC clock"
|
/Zephyr-latest/tests/drivers/counter/counter_seconds/ |
D | testcase.yaml | 2 drivers.counter.cmos:
|
/Zephyr-latest/dts/bindings/video/ |
D | aptina,mt9m114.yaml | 6 description: MT9M114 CMOS video sensor
|
D | nxp,imx-csi.yaml | 8 description: NXP MCUX CMOS sensor interface
|
D | galaxycore,gc2145.yaml | 4 description: Galaxy Core GC2145 CMOS video sensor
|
D | ovti,ov7725.yaml | 4 description: OV7725 CMOS video sensor
|
D | ovti,ov7670.yaml | 4 description: OV7670 CMOS video sensor
|
D | ovti,ov5640.yaml | 4 description: OV5640 CMOS video sensor
|
D | ovti,ov2640.yaml | 4 description: OV2640 CMOS video sensor
|
/Zephyr-latest/soc/intel/intel_ish/ |
D | Kconfig.defconfig | 22 # (e.g. without BIOS, ACPI, CMOS, etc.).
|
/Zephyr-latest/dts/bindings/clock/ |
D | silabs,series2-lfxo.yaml | 27 an external CMOS clock on the XI pin.
|
/Zephyr-latest/samples/shields/npm6001_ek/doc/ |
D | index.rst | 134 # configure GPIO 1 as input with CMOS mode enabled 135 npm6001 gpio configure -p 1 -d input --cmos
|
/Zephyr-latest/samples/shields/npm6001_ek/src/ |
D | main.c | 302 static int high_drive, pull_down, cmos; in cmd_gpio_configure() local 311 {"cmos", no_argument, &cmos, 1}, in cmd_gpio_configure() 317 cmos = 0; in cmd_gpio_configure() 353 if (cmos == 1) { in cmd_gpio_configure()
|
12