Home
last modified time | relevance | path

Searched refs:NRFX_ARRAY_SIZE (Results 1 – 4 of 4) sorted by relevance

/lk-master/external/platform/nrfx/drivers/include/
A Dnrfx_ipc.h180 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()
/lk-master/external/platform/nrfx/drivers/
A Dnrfx_common.h153 #define NRFX_ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) macro
/lk-master/external/platform/nrfx/drivers/src/
A Dnrfx_saadc.c659 nrf_saadc_buffer_init(NRF_SAADC, m_cb.calib_samples, NRFX_ARRAY_SIZE(m_cb.calib_samples)); in nrfx_saadc_offset_calibrate()
/lk-master/external/platform/nrfx/
A DCHANGELOG.md259 - Added the NRFX_ARRAY_SIZE macro.
265 - Replaced ARRAY_SIZE macro calls with NRFX_ARRAY_SIZE ones.

Completed in 7 milliseconds