Searched refs:NRFX_ASSERT (Results 1 – 7 of 7) sorted by relevance
17 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 …]
24 NRFX_ASSERT(p_reg); in nrf_ppib_subscribe_set()37 NRFX_ASSERT(p_reg); in nrf_ppib_subscribe_clear()
55 NRFX_ASSERT(p_reg); in nrf_ipc_subscribe_set()68 NRFX_ASSERT(p_reg); in nrf_ipc_subscribe_clear()
58 NRFX_ASSERT(p_reg); in nrf_egu_subscribe_set()71 NRFX_ASSERT(p_reg); in nrf_egu_subscribe_clear()
170 NRFX_ASSERT(false); in nrf_gpiote_int_group_enable()215 NRFX_ASSERT(false); in nrf_gpiote_int_group_disable()
79 NRFX_ASSERT(channel < nrf_dppi_channel_number_get(p_reg)); in nrf_dppi_subscribe_set()
22 #ifndef NRFX_ASSERT23 #define NRFX_ASSERT(expression) macro