Searched refs:NRFX_ARRAY_SIZE (Results 1 – 12 of 12) sorted by relevance
135 NRFX_ARRAY_SIZE(m_rx_buffers.buff_3) - 1); in uarte_handler()142 NRFX_ARRAY_SIZE(m_rx_buffers.buff_2) - 1); in uarte_handler()191 NRFX_ARRAY_SIZE(m_rx_buffers.buff_1) - 1); in main()194 status = nrfx_uarte_tx(&uarte_inst, m_tx_buffer, NRFX_ARRAY_SIZE(m_tx_buffer), 0); in main()
182 NRFX_ASSERT(mem_index < NRFX_ARRAY_SIZE(NRF_IPC->GPMEM)); in nrfx_ipc_gpmem_set()188 NRFX_ASSERT(mem_index < NRFX_ARRAY_SIZE(NRF_IPC->GPMEM)); in nrfx_ipc_gpmem_get()
130 .length = NRFX_ARRAY_SIZE(pwm_val), in main()
90 .length = 2 * NRFX_ARRAY_SIZE(_pwm_val), \
98 #define CHANNEL_COUNT NRFX_ARRAY_SIZE(m_multiple_channels)
126 #define MSG_COUNT NRFX_ARRAY_SIZE(m_master_messages)
441 #define NRFX_ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) macro
63 #define NRF_RTC_CC_COUNT_MAX NRFX_ARRAY_SIZE(((NRF_RTC_Type*)0)->EVENTS_COMPARE)
246 #define NRF_TIMER_CC_COUNT_MAX NRFX_ARRAY_SIZE(((NRF_TIMER_Type*)0)->EVENTS_COMPARE)
705 .length = NRFX_ARRAY_SIZE(m_cb.calib_samples)}; in nrfx_saadc_offset_calibrate()885 .length = NRFX_ARRAY_SIZE(m_cb.calib_samples)}; in nrfx_saadc_irq_handler()
453 - Added the NRFX_ARRAY_SIZE macro.459 - Replaced ARRAY_SIZE macro calls with NRFX_ARRAY_SIZE ones.