Searched refs:NRFX_ARRAY_SIZE (Results 1 – 4 of 4) sorted by relevance
180 NRFX_ASSERT(mem_index < NRFX_ARRAY_SIZE(NRF_IPC->GPMEM)); in nrfx_ipc_gpmem_set()186 NRFX_ASSERT(mem_index < NRFX_ARRAY_SIZE(NRF_IPC->GPMEM)); in nrfx_ipc_mem_get()
153 #define NRFX_ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) macro
659 nrf_saadc_buffer_init(NRF_SAADC, m_cb.calib_samples, NRFX_ARRAY_SIZE(m_cb.calib_samples)); in nrfx_saadc_offset_calibrate()
259 - Added the NRFX_ARRAY_SIZE macro.265 - Replaced ARRAY_SIZE macro calls with NRFX_ARRAY_SIZE ones.
Completed in 7 milliseconds