Home
last modified time | relevance | path

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

/hal_nordic-3.6.0/drivers/nrf_802154/common/include/
Dnrf_802154_assert.h45 #define NRF_802154_ASSERT(condition) assert(condition) argument
/hal_nordic-3.6.0/nrfx/drivers/
Dnrfx_common.h513 #define NRFX_WAIT_FOR(condition, attempts, delay_us, result) \ argument
518 if (condition) \
/hal_nordic-3.6.0/nrfx/
DCHANGELOG.md238 - Fixed a race condition in the NFCT driver when starting the transfer.
279 - Fixed a race condition in the COMP driver when interrupt occured before update of the driver inte…
328 - Fixed a race condition in the CLOCK driver when requested clock was stopped during ramp-up from h…
361 - Improved spurious STOP condition handling in the TWIM driver.
367 - Fixed an issue in the TWI driver that would make the driver stuck when a premature STOP condition
421 … the TWIM driver that would make the driver stuck when a premature STOP condition was generated by…
466 - Fixed a race condition in the USBD driver. It could occur when an IN transfer was interrupted by …
494 - Fixed the condition in NRFX_WAIT_FOR in the nrfx_saadc_abort() function. The macro now correctly …
560 …he TWIM driver. They can now be started after transfers that are not ended with the stop condition.