Searched refs:condition (Results 1 – 5 of 5) sorted by relevance
131 } condition; member157 } condition; member183 } condition; member241 } condition; member279 } condition; member305 } condition; member377 } condition; member419 } condition; member463 } condition; member512 } condition; member[all …]
138 } condition; member176 } condition; member247 } condition; member310 } condition; member396 } condition; member463 } condition; member545 } condition; member635 } condition; member740 } condition; member
40 static inline void hard_assert(bool condition, ...) { in hard_assert() argument41 if (!condition) in hard_assert()
189 #define NRFX_WAIT_FOR(condition, attempts, delay_us, result) \ argument194 if (condition) \
47 - Fixed a race condition in the CLOCK driver when requested clock was stopped during ramp-up from h…80 - Improved spurious STOP condition handling in the TWIM driver.86 - Fixed an issue in the TWI driver that would make the driver stuck when a premature STOP condition…140 … the TWIM driver that would make the driver stuck when a premature STOP condition was generated by…185 - Fixed a race condition in the USBD driver. It could occur when an IN transfer was interrupted by …213 - Fixed the condition in NRFX_WAIT_FOR in the nrfx_saadc_abort() function. The macro now correctly …279 …he TWIM driver. They can now be started after transfers that are not ended with the stop condition.
Completed in 22 milliseconds