Home
last modified time | relevance | path

Searched full:synch (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/dts/bindings/gpio/
Dadi,max14916-gpio.yaml134 synch-wd-en:
137 The SYNCH watchdog timeout is defined by the WDTo[1:0] bits if the SPI
139 SYNCH watchdog timeout is 600ms (typ) if enabled.
180 SPI Watchdog Status, set SPI and SYNCH Watchdog Timeout
182 1: Enable SPI Watchdog Status, set SPI and SYNCH Watchdog Timeout to 200ms (typ)
183 2: Enable SPI Watchdog Status, set SPI and SYNCH Watchdog Timeout to 600ms (typ)
184 3: Enable SPI Watchdog Status, set SPI and SYNCH Watchdog Timeout to 1.2s (typ)
Dadi,max14906-gpio.yaml145 synch-wd-en:
148 The SYNCH watchdog timeout is defined by the WDTo[1:0] bits if the SPI
150 SYNCH watchdog timeout is 600ms (typ) if enabled.
191 SPI Watchdog Status, set SPI and SYNCH Watchdog Timeout
193 1: Enable SPI Watchdog Status, set SPI and SYNCH Watchdog Timeout to 200ms (typ)
194 2: Enable SPI Watchdog Status, set SPI and SYNCH Watchdog Timeout to 600ms (typ)
195 3: Enable SPI Watchdog Status, set SPI and SYNCH Watchdog Timeout to 1.2s (typ)
/Zephyr-latest/include/zephyr/usb/
Dusb_ch9.h208 uint8_t synch: 2; member
214 uint8_t synch : 2;
/Zephyr-latest/tests/subsys/usb/uac2/src/
Duac2_desc.c397 zassert_equal(ep->Attributes.synch, 1 /* Asynchronous */); in test_uac2_descriptors()
458 zassert_equal(ep->Attributes.synch, 1 /* Asynchronous */); in test_uac2_descriptors()
616 zassert_equal(ep->Attributes.synch, 1 /* Asynchronous */); in ZTEST()
636 zassert_equal(ep->Attributes.synch, 0 /* No Synchronization */); in ZTEST()