Home
last modified time | relevance | path

Searched refs:NRF_PPIB_regs (Results 1 – 3 of 3) sorted by relevance

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_PPIB.c39 NRF_PPIB_Type *NRF_PPIB_regs; member
49 NRF_PPIB_Type NRF_PPIB_regs[NHW_PPIB_TOTAL_INST]; variable
60 memset(NRF_PPIB_regs, 0, sizeof(NRF_PPIB_Type) * NHW_PPIB_TOTAL_INST); in nhw_ppib_init()
63 nhw_ppib_st[i].NRF_PPIB_regs = &NRF_PPIB_regs[i]; in nhw_ppib_init()
105 bool subscribe_enable = (NRF_PPIB_regs[inst].SUBSCRIBE_SEND[ppib_ch] & (0x1UL << 31)) != 0; in nhw_ppib_confirm_direction()
106 bool publish_enable = (NRF_PPIB_regs[inst].PUBLISH_RECEIVE[ppib_ch] & (0x1UL << 31)) != 0; in nhw_ppib_confirm_direction()
155 nhw_ppib_hardwired_check(NRF_PPIB_regs[inst].SUBSCRIBE_SEND[ppib_ch], ppib_ch); in nhw_PPIB_regw_sideeffects_SUBSCRIBE_SEND()
158 this->NRF_PPIB_regs->SUBSCRIBE_SEND[ppib_ch], in nhw_PPIB_regw_sideeffects_SUBSCRIBE_SEND()
170 nhw_ppib_hardwired_check(NRF_PPIB_regs[inst].PUBLISH_RECEIVE[ppib_ch], ppib_ch); in nhw_ppib_propagate_event_mate()
173 NRF_PPIB_regs[inst].PUBLISH_RECEIVE[ppib_ch]); in nhw_ppib_propagate_event_mate()
/nrf_hw_models-3.7.0/src/nrfx/mdk_replacements/
Dnrf_bsim_redef.h544 extern NRF_PPIB_Type NRF_PPIB_regs[];
546 #define NRF_PPIB00_NS_BASE (&NRF_PPIB_regs[NHW_PPIB_00])
548 #define NRF_PPIB00_S_BASE (&NRF_PPIB_regs[NHW_PPIB_00])
550 #define NRF_PPIB01_NS_BASE (&NRF_PPIB_regs[NHW_PPIB_01])
552 #define NRF_PPIB01_S_BASE (&NRF_PPIB_regs[NHW_PPIB_01])
616 #define NRF_PPIB10_NS_BASE (&NRF_PPIB_regs[NHW_PPIB_10])
618 #define NRF_PPIB10_S_BASE (&NRF_PPIB_regs[NHW_PPIB_10])
620 #define NRF_PPIB11_NS_BASE (&NRF_PPIB_regs[NHW_PPIB_11])
622 #define NRF_PPIB11_S_BASE (&NRF_PPIB_regs[NHW_PPIB_11])
649 #define NRF_PPIB20_NS_BASE (&NRF_PPIB_regs[NHW_PPIB_20])
[all …]
/nrf_hw_models-3.7.0/src/nrfx/hal/
Dnrf_ppib.c13 int i = ( (int)p_reg - (int)&NRF_PPIB_regs[0] ) / sizeof(NRF_PPIB_Type); in ppib_number_from_ptr()