Home
last modified time | relevance | path

Searched refs:NRFX_ASSERT (Results 1 – 7 of 7) sorted by relevance

/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_grtc.c17 NRFX_ASSERT(cc_channel < NRF_GRTC_SYSCOUNTER_CC_COUNT); in nrf_grtc_sys_counter_cc_set()
19 NRFX_ASSERT(cc_channel < NRF_GRTC_SYSCOUNTER_CC_COUNT && in nrf_grtc_sys_counter_cc_set()
23 NRFX_ASSERT(cc_h <= NRF_GRTC_SYSCOUNTER_CCH_MASK); in nrf_grtc_sys_counter_cc_set()
37 NRFX_ASSERT(cc_channel < NRF_GRTC_SYSCOUNTER_CC_COUNT); in nrf_grtc_sys_counter_cc_add_set()
39 NRFX_ASSERT(cc_channel < NRF_GRTC_SYSCOUNTER_CC_COUNT && in nrf_grtc_sys_counter_cc_add_set()
42 NRFX_ASSERT(value <= NRF_GRTC_SYSCOUNTER_CCADD_MASK); in nrf_grtc_sys_counter_cc_add_set()
84 NRFX_ASSERT((task != NRF_GRTC_TASK_START) && in nrf_grtc_subscribe_set()
101 NRFX_ASSERT((task != NRF_GRTC_TASK_START) && in nrf_grtc_subscribe_clear()
194 NRFX_ASSERT(cc_channel < NRF_GRTC_SYSCOUNTER_CC_COUNT); in nrf_grtc_sys_counter_compare_event_enable()
196 NRFX_ASSERT(cc_channel < NRF_GRTC_SYSCOUNTER_CC_COUNT && in nrf_grtc_sys_counter_compare_event_enable()
[all …]
Dnrf_ppib.c24 NRFX_ASSERT(p_reg); in nrf_ppib_subscribe_set()
37 NRFX_ASSERT(p_reg); in nrf_ppib_subscribe_clear()
Dnrf_ipc.c55 NRFX_ASSERT(p_reg); in nrf_ipc_subscribe_set()
68 NRFX_ASSERT(p_reg); in nrf_ipc_subscribe_clear()
Dnrf_egu.c58 NRFX_ASSERT(p_reg); in nrf_egu_subscribe_set()
71 NRFX_ASSERT(p_reg); in nrf_egu_subscribe_clear()
Dnrf_gpiote.c170 NRFX_ASSERT(false); in nrf_gpiote_int_group_enable()
215 NRFX_ASSERT(false); in nrf_gpiote_int_group_disable()
Dnrf_dppi.c79 NRFX_ASSERT(channel < nrf_dppi_channel_number_get(p_reg)); in nrf_dppi_subscribe_set()
/nrf_hw_models-latest/src/nrfx/nrfx_replacements/
Dnrfx_glue_bsim.h22 #ifndef NRFX_ASSERT
23 #define NRFX_ASSERT(expression) macro