Home
last modified time | relevance | path

Searched refs:ch (Results 1 – 4 of 4) sorted by relevance

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_IPC.c106 #define CHECK_VALID_CHANNEL(inst, ch, what) \ argument
107 if (nhw_ipc_st[inst].n_ch <= ch) { \
109 inst, what, ch, nhw_ipc_st[inst].n_ch); \
112 static void nhw_IPC_signal_EVENT(uint inst, uint ch) { in nhw_IPC_signal_EVENT() argument
113 NRF_IPC_regs[inst].EVENTS_RECEIVE[ch] = 1; in nhw_IPC_signal_EVENT()
115 nhw_dppi_event_signal_if(nhw_IPC_dppi_map[inst], NRF_IPC_regs[inst].PUBLISH_RECEIVE[ch]); in nhw_IPC_signal_EVENT()
124 static void nhw_IPC_notify_ipc_ch(uint ch) { in nhw_IPC_notify_ipc_ch() argument
126 uint ch_mask = 1 << ch; in nhw_IPC_notify_ipc_ch()
135 static void nhw_IPC_TASKS_SEND(uint inst, uint ch) { in nhw_IPC_TASKS_SEND() argument
136 CHECK_VALID_CHANNEL(inst, ch, "TASK_SEND"); in nhw_IPC_TASKS_SEND()
[all …]
DNHW_IPC.h19 void nhw_IPC_regw_sideeffects_TASKS_SEND(uint inst, uint ch);
24 void nhw_IPC_regw_sideeffects_SUBSCRIBE_SEND(uint inst, uint ch);
DNHW_PPIB.h17 void nhw_PPIB_regw_sideeffects_SUBSCRIBE_SEND(uint inst, uint ch);
/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() argument
20 p_reg->CC[ch] = cc_val; in nrf_rtc_cc_set()
22 nhw_rtc_regw_sideeffects_CC(i, ch); in nrf_rtc_cc_set()