Searched refs:delays (Results 1 – 22 of 22) sorted by relevance
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()98 i2c_delay(context->delays[T_LOW]); in i2c_start()100 i2c_delay(context->delays[T_SU_STA]); in i2c_start()103 i2c_delay(context->delays[T_HD_STA]); in i2c_start()106 i2c_delay(context->delays[T_LOW]); in i2c_start()113 i2c_delay(context->delays[T_HIGH]); in i2c_repeated_start()115 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
23 that use unbounded delays to wait for startup.
76 enter and exit delays is acceptable.
26 allow for delays that are represented as unsigned 32-bit values counting
34 * Non-sleeping delays e.g. :c:func:`k_busy_wait`.
45 which could introduce delays.
227 // ** Convert timeout-valued delays in K_THREAD_DEFINE with durations
28 deferred may cause unintended delays during processing of log messages. This in
317 This mode delays the validity of modem info.
95 unnecessary delays since the application will not get the operation result until
159 - delays that would be different only under unusual conditions
56 **minimum** delays that will elapse. Because of internal system timer
95 * Kernel :c:struct:`k_timer` objects must specify delays for
59 * 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
336 This option delays bootup for the specified amount of
1323 * :github:`19075` - k_delayed_work_submit() does not handle long delays correctly
565 * Added optional delays to MCUX DSPI and LPSPI drivers.