Searched refs:delays (Results 1 – 25 of 29) sorted by relevance
12
52 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 …]
31 uint32_t delays[2]; member
7 # JTAG Signal Constraints constrain the TCK port, assuming a 10MHz JTAG clock and 3ns delays
36 latencies and lower processing delays, as expected.43 priority will experience some load-dependent delays, as the CPU88 (intended) for non-cooperative threads like T2 and T3 which is attributed to delays
26 allow for delays that are represented as unsigned 32-bit values counting
34 * Non-sleeping delays e.g. :c:func:`k_busy_wait`.
69 In all cases it's very likely there will be variable delays from the actual
227 // ** Convert timeout-valued delays in K_THREAD_DEFINE with durations
37 Back pressure is fine in short bursts but it can cause delays in application
166 delays with clients starting in INIT-REBOOT state and thus sending
28 deferred may cause unintended delays during processing of log messages. This in
225 Response messages should be sent with the following random delays:261 publication delays in the following cases:
60 `SAR Segment Interval Step`_ state). Other configurable time intervals and delays available for the
317 This mode delays the validity of modem info.
268 which implements the core functionalities such as scanning delays, debouncing,
592 filter-delays = <50 100 400 800 1600 3200 12800 20000>;
56 **minimum** delays that will elapse. Because of internal system timer
95 * Kernel :c:struct:`k_timer` objects must specify delays for
104 unnecessary delays since the application will not get the operation result until
165 - delays that would be different only under unusual conditions
37 * Prop_Seg: The signal propagation delay of the bus and other delays of the transceiver and node.
240 that delays its processing for a specified time period
14 maintain the quality of the overall release without delays because of one or two
289 these devices and will cause more delays for write operations and for initialization.
124 * Added the delayable messages functionality to apply random delays for669 …allows more reliable communication with UART devices sensitive to variation of inter-frames delays.