Searched refs:NRF_PPI_regs (Results 1 – 3 of 3) sorted by relevance
/nrf_hw_models-latest/src/HW_models/ |
D | NRF_PPI.c | 39 NRF_PPI_Type NRF_PPI_regs; ///< The PPI registers variable 47 NRF_PPI_regs.CHEN |= NRF_PPI_regs.CHG[groupnbr]; in nrf_ppi_TASK_CHG_ENDIS() 50 NRF_PPI_regs.CHEN &= ~NRF_PPI_regs.CHG[groupnbr]; in nrf_ppi_TASK_CHG_ENDIS() 250 { (void*)&NRF_PPI_regs.TASKS_CHG[0].EN, nrf_ppi_TASK_CHG0_EN}, 251 { (void*)&NRF_PPI_regs.TASKS_CHG[1].EN, nrf_ppi_TASK_CHG1_EN}, 252 { (void*)&NRF_PPI_regs.TASKS_CHG[2].EN, nrf_ppi_TASK_CHG2_EN}, 253 { (void*)&NRF_PPI_regs.TASKS_CHG[3].EN, nrf_ppi_TASK_CHG3_EN}, 254 { (void*)&NRF_PPI_regs.TASKS_CHG[4].EN, nrf_ppi_TASK_CHG4_EN}, 255 { (void*)&NRF_PPI_regs.TASKS_CHG[5].EN, nrf_ppi_TASK_CHG5_EN}, 256 { (void*)&NRF_PPI_regs.TASKS_CHG[0].DIS, nrf_ppi_TASK_CHG0_DIS}, [all …]
|
/nrf_hw_models-latest/src/nrfx/hal/ |
D | README.md | 13 For example `NRF_PPI_BASE` is defined as `(&NRF_PPI_regs)`, where 14 `NRF_PPI_regs` is the HW models structure containing the PPI model
|
/nrf_hw_models-latest/src/nrfx/mdk_replacements/ |
D | nrf_bsim_redef.h | 58 extern NRF_PPI_Type NRF_PPI_regs; 60 #define NRF_PPI_BASE (&NRF_PPI_regs)
|