Home
last modified time | relevance | path

Searched refs:cmos (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.7.0/tests/arch/x86/info/src/
Dtimer.c13 static uint32_t sync(const struct device *cmos) in sync() argument
18 err = counter_get_value(cmos, &this); in sync()
26 err = counter_get_value(cmos, &this); 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()
63 start = sync(cmos); in timer()
64 end = sync(cmos); in timer()
/Zephyr-Core-3.7.0/samples/shields/npm6001_ek/src/
Dmain.c302 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()
/Zephyr-Core-3.7.0/drivers/counter/
DKconfig55 source "drivers/counter/Kconfig.cmos"
/Zephyr-Core-3.7.0/samples/shields/npm6001_ek/doc/
Dindex.rst135 npm6001 gpio configure -p 1 -d input --cmos
/Zephyr-Core-3.7.0/boards/adi/eval_adin2111ebz/doc/
Dindex.rst126 Same UART1 TX and RX cmos signals are available before the FT232, at P9 connector.
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-3.1.rst1800 * :github:`42702` - upsquared: drivers.counter.cmos.seconds_rate is failing with busted maximum bou…