Home
last modified time | relevance | path

Searched refs:delays (Results 1 – 25 of 29) sorted by relevance

12

/Zephyr-latest/drivers/i2c/
Di2c_bitbang.c52 context->delays[T_LOW] = NS_TO_SYS_CLOCK_HW_CYCLES(4700); in i2c_bitbang_configure()
53 context->delays[T_HIGH] = NS_TO_SYS_CLOCK_HW_CYCLES(4000); in i2c_bitbang_configure()
56 context->delays[T_LOW] = NS_TO_SYS_CLOCK_HW_CYCLES(1300); in i2c_bitbang_configure()
57 context->delays[T_HIGH] = NS_TO_SYS_CLOCK_HW_CYCLES(600); in i2c_bitbang_configure()
111 i2c_delay(context->delays[T_LOW]); in i2c_start()
113 i2c_delay(context->delays[T_SU_STA]); in i2c_start()
116 i2c_delay(context->delays[T_HD_STA]); in i2c_start()
119 i2c_delay(context->delays[T_LOW]); in i2c_start()
126 i2c_delay(context->delays[T_HIGH]); in i2c_repeated_start()
128 i2c_delay(context->delays[T_SU_STA]); in i2c_repeated_start()
[all …]
Di2c_bitbang.h31 uint32_t delays[2]; member
/Zephyr-latest/soc/altr/zephyr_nios2f/cpu/
Dghrd_timing.sdc7 # JTAG Signal Constraints constrain the TCK port, assuming a 10MHz JTAG clock and 3ns delays
/Zephyr-latest/samples/kernel/metairq_dispatch/
DREADME.rst36 latencies and lower processing delays, as expected.
43 priority will experience some load-dependent delays, as the CPU
88 (intended) for non-cooperative threads like T2 and T3 which is attributed to delays
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_timeout.rst26 allow for delays that are represented as unsigned 32-bit values counting
/Zephyr-latest/doc/kernel/services/threads/
Dnothread.rst34 * Non-sleeping delays e.g. :c:func:`k_busy_wait`.
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dfetch_and_get.rst69 In all cases it's very likely there will be variable delays from the actual
/Zephyr-latest/scripts/coccinelle/
Dint_ms_to_timeout.cocci227 // ** Convert timeout-valued delays in K_THREAD_DEFINE with durations
/Zephyr-latest/tests/subsys/logging/log_blocking/
DREAME.md37 Back pressure is fine in short bursts but it can cause delays in application
/Zephyr-latest/subsys/net/lib/dhcpv4/
DKconfig166 delays with clients starting in INIT-REBOOT state and thus sending
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dcore.rst28 deferred may cause unintended delays during processing of log messages. This in
Daccess.rst225 Response messages should be sent with the following random delays:
261 publication delays in the following cases:
Dsar_cfg.rst60 `SAR Segment Interval Step`_ state). Other configurable time intervals and delays available for the
/Zephyr-latest/drivers/modem/
DKconfig.hl7800317 This mode delays the validity of modem info.
/Zephyr-latest/doc/services/input/
Dgpio-kbd.rst268 which implements the core functionalities such as scanning delays, debouncing,
/Zephyr-latest/tests/drivers/build_all/gpio/
Dapp.overlay592 filter-delays = <50 100 400 800 1600 3200 12800 20000>;
/Zephyr-latest/doc/kernel/services/timing/
Dtimers.rst56 **minimum** delays that will elapse. Because of internal system timer
Dclocks.rst95 * Kernel :c:struct:`k_timer` objects must specify delays for
/Zephyr-latest/doc/services/pm/
Ddevice_runtime.rst104 unnecessary delays since the application will not get the operation result until
/Zephyr-latest/doc/build/dts/
Dbindings-upstream.rst165 - delays that would be different only under unusual conditions
/Zephyr-latest/doc/hardware/peripherals/can/
Dcontroller.rst37 * Prop_Seg: The signal propagation delay of the bus and other delays of the transceiver and node.
/Zephyr-latest/doc/kernel/services/scheduling/
Dindex.rst240 that delays its processing for a specified time period
/Zephyr-latest/doc/project/
Drelease_process.rst14 maintain the quality of the overall release without delays because of one or two
/Zephyr-latest/doc/services/storage/zms/
Dzms.rst289 these devices and will cause more delays for write operations and for initialization.
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst124 * Added the delayable messages functionality to apply random delays for
669 …allows more reliable communication with UART devices sensitive to variation of inter-frames delays.

12