Searched full:synchronous (Results 1 – 25 of 187) sorted by relevance
12345678
/Zephyr-latest/dts/bindings/clock/ |
D | st,stm32f3-rcc.yaml | 17 - 0 # Synchronous mode 32 - 0: Disables the clock so the ADC can use AHB clock (synchronous mode) 39 - 0 # Synchronous mode 54 - 0: Disables the clock so the ADC can use AHB clock (synchronous mode)
|
/Zephyr-latest/dts/bindings/spi/ |
D | snps,designware-spi.yaml | 28 and SSI_RX_FIFO_DEPTH of the DesignWare Synchronous 36 Synchronous Serial Interface. 42 of the DesignWare Synchronous Serial Interface. Only
|
/Zephyr-latest/dts/bindings/memory-controllers/ |
D | st,stm32-fmc-nor-psram.yaml | 16 - Burst mode for synchronous accesses with configurable option to split burst 21 - Burst mode for synchronous accesses 137 Note: Not used with synchronous NOR Flash memories. 142 Note: Not used with synchronous NOR Flash memories. 160 * DATLAT - Data latency for synchronous memory. 167 in NOR Flash memories with synchronous burst mode enable
|
/Zephyr-latest/dts/bindings/usb/ |
D | usb-audio-mic.yaml | 22 default: "Synchronous" 26 Default value is Synchronous. 32 - "Synchronous"
|
D | usb-audio-hs.yaml | 22 default: "Synchronous" 26 Default value is Synchronous. 32 - "Synchronous"
|
/Zephyr-latest/arch/arm64/core/ |
D | smccc-call.S | 30 * The SMC instruction is used to generate a synchronous exception that is 38 * The HVC instruction is used to generate a synchronous exception that is
|
D | vector_table.S | 110 * - synchronous: aborts from MMU, SP/CP alignment checking, unallocated 125 * | VBAR_ELn + 0x000 | Synchronous | Current EL with SP0 | 130 * | + 0x200 | Synchronous | Current EL with SPx | 135 * | + 0x400 | Synchronous | Lower EL using AArch64 | 140 * | + 0x600 | Synchronous | Lower EL using AArch32 | 153 /* Current EL with SP0 / Synchronous */ 176 /* Current EL with SPx / Synchronous */ 199 /* Lower EL using AArch64 / Synchronous */ 222 /* Lower EL using AArch32 / Synchronous */
|
/Zephyr-latest/samples/drivers/espi/src/ |
D | espi_oob_handler.h | 34 * Assumes OOB Tx and Rx as synchronous operation. 48 * Assumes OOB Tx and Rx as synchronous operation.
|
/Zephyr-latest/samples/drivers/lora/receive/ |
D | sample.yaml | 13 - "<inf> lora_receive: Synchronous reception"
|
/Zephyr-latest/tests/net/mgmt/ |
D | testcase.yaml | 17 net.synchronous:
|
/Zephyr-latest/drivers/spi/ |
D | Kconfig.smartbond | 19 synchronous transfers.
|
/Zephyr-latest/samples/subsys/zbus/benchmark/ |
D | Kconfig | 16 bool "Synchronous using listeners"
|
/Zephyr-latest/drivers/dai/intel/ssp/ |
D | Kconfig.ssp | 14 Synchronous Serial Port (SSP) module.
|
/Zephyr-latest/soc/nordic/common/ |
D | Kconfig | 23 int "Timeout in synchronous request"
|
D | mram_latency.h | 31 * @param cli pointer to client state providing instructions on synchronous 46 * Request is synchronous and blocks until it is completed. It can be called only
|
/Zephyr-latest/tests/subsys/input/api/ |
D | testcase.yaml | 19 input.api.synchronous:
|
/Zephyr-latest/samples/net/syslog_net/ |
D | prj.conf | 18 # Deferred mode is required, synchronous mode does not work with network syslog
|
/Zephyr-latest/subsys/rtio/ |
D | Kconfig.workq | 9 Enable RTIO Work-queues to allow processing synchronous operations
|
/Zephyr-latest/dts/bindings/arm/ |
D | atmel,sam-ssc.yaml | 4 description: Atmel SAM SSC (Synchronous Serial Controller) controller
|
/Zephyr-latest/tests/boards/intel_adsp/smoke/src/ |
D | hostipc.c | 86 /* Now make a synchronous call with (on the host) a delayed in ZTEST() 91 printk("Synchronous message send...\n"); in ZTEST()
|
/Zephyr-latest/dts/bindings/adc/ |
D | st,stm32-adc.yaml | 56 Apply to synchronous or asynchronous clock depending on the STM32 60 On STM32F3x (except STM32F37x), this configures only the synchronous
|
/Zephyr-latest/drivers/tee/optee/ |
D | optee_rpc_cmd.h | 35 * Conversely can a synchronous notification can be sent when a secure 45 * Sending a synchronous notification
|
/Zephyr-latest/drivers/dai/nxp/sai/ |
D | Kconfig.sai | 5 bool "NXP Synchronous Audio Interface (SAI) driver"
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.iproc_pax | 43 bool "PAX DMA synchronous API with interrupt support"
|
/Zephyr-latest/include/zephyr/sys/ |
D | onoff.h | 124 * completed. If the transition is synchronous, notify shall be 236 * null if the on-off service uses synchronous transitions. 336 * instructions on synchronous expectations and how to notify the 378 * operations, and is a synchronous operation. Be aware that any 567 * @brief State used when a driver uses the on-off service API for synchronous 585 * @brief Lock a synchronous onoff service and provide its state. 591 * @param srv pointer to the synchronous service state. 604 * @brief Process the completion of a transition in a synchronous 614 * @param srv pointer to the synchronous service state
|
12345678