Lines Matching refs:macro
29 - Added NRFX_RELEASE_VER_AT_LEAST() macro for conditional statements based on current nrfx release …
193 - Added the NRFX_IN_RANGE() macro for checking if a given value is in a given range.
213 - Added the NRFX_TIMER_FREQUENCY_STATIC_CHECK() macro to statically check if the given frequency is…
214 - Added the NRFX_TWIM_XFER_DESC() macro to support creation of any type of TWIM transaction for the…
227 - Renamed a macro from NRFX_VOLTAGE_THRESHOLD_TO_INT() to NRFX_COMP_VOLTAGE_THRESHOLD_TO_INT() in t…
237 …y must be specified in Hertz. Use the NRFX_TIMER_FREQUENCY_STATIC_CHECK() macro to check if the re…
238 …cy must be specified in Hertz. Use the NRFX_SPIM_FREQUENCY_STATIC_CHECK() macro to check if the re…
239 - Changed the prototype of the NRFX_TIMER_DEFAULT_CONFIG() macro in the TIMER driver. Now the desir…
275 - Introduced the NRFX_{PERIPH}_INST_HANDLER_GET() macro for getting interrupt handler associated wi…
276 - Introduced the NRFX_{PERIPH}_INST_GET() macro for getting pointer to the structure of the registe…
277 - Introduced the NRF_TIMER_PRESCALER_CALCULATE() macro for computing prescaler value for given TIME…
278 - Introduced the NRF_TIMER_BASE_FREQUENCY_GET() macro for getting base frequency in Hz for the spec…
288 - Fixed the NRFX_ROUNDED_DIV() macro for negative numbers.
344 - Introduced the NRFX_ATOMIC_CAS macro to allow providing custom implementation for atomic compare-…
439 - Changed selected while() loops to NRFX_WAIT_FOR() macro in the SPIM, UARTE and CLOCK drivers to i…
545 - Introduced the NRFX_OFFSETOF macro that duplicates the functionality of the built-in offsetof() m…
585 - Added the possibility to use the macro NRFX_COREDEP_DELAY_US_LOOP_CYCLES to specify the number of…
609 - Fixed the condition in NRFX_WAIT_FOR in the nrfx_saadc_abort() function. The macro now correctly …
655 - Added the NRFX_ARRAY_SIZE macro.
661 - Replaced ARRAY_SIZE macro calls with NRFX_ARRAY_SIZE ones.
699 - Added the NRFX_WAIT_FOR macro to improve the time-out functionality in QSPI and SAADC drivers.