Home
last modified time | relevance | path

Searched refs:condition (Results 1 – 5 of 5) sorted by relevance

/lk-master/external/platform/cc13xx/cc13xxware/driverlib/
A Drf_common_cmd.h131 } condition; member
157 } condition; member
183 } condition; member
241 } condition; member
279 } condition; member
305 } condition; member
377 } condition; member
419 } condition; member
463 } condition; member
512 } condition; member
[all …]
A Drf_prop_cmd.h138 } condition; member
176 } condition; member
247 } condition; member
310 } condition; member
396 } condition; member
463 } condition; member
545 } condition; member
635 } condition; member
740 } condition; member
/lk-master/external/platform/pico/common/pico_base/include/pico/
A Dassert.h40 static inline void hard_assert(bool condition, ...) { in hard_assert() argument
41 if (!condition) in hard_assert()
/lk-master/external/platform/nrfx/drivers/
A Dnrfx_common.h189 #define NRFX_WAIT_FOR(condition, attempts, delay_us, result) \ argument
194 if (condition) \
/lk-master/external/platform/nrfx/
A DCHANGELOG.md47 - 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 16 milliseconds