Home
last modified time | relevance | path

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

/hal_nordic-3.4.0/nrfx/samples/src/nrfx_uarte/rx_double_buffered/
Dmain.c135 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()
/hal_nordic-3.4.0/nrfx/drivers/include/
Dnrfx_ipc.h182 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()
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_pwm/common_mode/
Dmain.c130 .length = NRFX_ARRAY_SIZE(pwm_val), in main()
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_pwm/grouped_mode/
Dmain.c90 .length = 2 * NRFX_ARRAY_SIZE(_pwm_val), \
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_saadc/simple_blocking/
Dmain.c98 #define CHANNEL_COUNT NRFX_ARRAY_SIZE(m_multiple_channels)
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_saadc/simple_non_blocking/
Dmain.c98 #define CHANNEL_COUNT NRFX_ARRAY_SIZE(m_multiple_channels)
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_spim_spis/advanced_non_blocking/
Dmain.c126 #define MSG_COUNT NRFX_ARRAY_SIZE(m_master_messages)
/hal_nordic-3.4.0/nrfx/drivers/
Dnrfx_common.h441 #define NRFX_ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) macro
/hal_nordic-3.4.0/nrfx/hal/
Dnrf_rtc.h63 #define NRF_RTC_CC_COUNT_MAX NRFX_ARRAY_SIZE(((NRF_RTC_Type*)0)->EVENTS_COMPARE)
Dnrf_timer.h246 #define NRF_TIMER_CC_COUNT_MAX NRFX_ARRAY_SIZE(((NRF_TIMER_Type*)0)->EVENTS_COMPARE)
/hal_nordic-3.4.0/nrfx/drivers/src/
Dnrfx_saadc.c705 .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()
/hal_nordic-3.4.0/nrfx/
DCHANGELOG.md453 - Added the NRFX_ARRAY_SIZE macro.
459 - Replaced ARRAY_SIZE macro calls with NRFX_ARRAY_SIZE ones.