Home
last modified time | relevance | path

Searched defs:ch (Results 1 – 2 of 2) sorted by relevance

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_IPC.c106 #define CHECK_VALID_CHANNEL(inst, ch, what) \ argument
112 static void nhw_IPC_signal_EVENT(uint inst, uint ch) { in nhw_IPC_signal_EVENT()
124 static void nhw_IPC_notify_ipc_ch(uint ch) { in nhw_IPC_notify_ipc_ch()
135 static void nhw_IPC_TASKS_SEND(uint inst, uint ch) { in nhw_IPC_TASKS_SEND()
146 void nhw_IPC_regw_sideeffects_TASKS_SEND(uint inst, uint ch) { in nhw_IPC_regw_sideeffects_TASKS_SEND()
159 void nhw_IPC_regw_sideeffects_SUBSCRIBE_SEND(uint inst, uint ch) { in nhw_IPC_regw_sideeffects_SUBSCRIBE_SEND()
/nrf_hw_models-3.7.0/src/nrfx/hal/
Dnrf_rtc.c18 void nrf_rtc_cc_set(NRF_RTC_Type * p_reg, uint32_t ch, uint32_t cc_val) in nrf_rtc_cc_set()