Searched refs:TASKS_OUT (Results 1 – 4 of 4) sorted by relevance
/nrf_hw_models-latest/src/nrfx/hal/ |
D | nrf_gpiote.c | 59 if ((reg >= &NRF_GPIOTE_regs[inst].TASKS_OUT[0]) in nrf_gpiote_task_trigger() 60 && (reg<= &NRF_GPIOTE_regs[inst].TASKS_OUT[NHW_GPIOTE_MAX_CHANNELS])) { in nrf_gpiote_task_trigger() 61 nrf_gpiote_regw_sideeffects_TASKS_OUT(inst, reg - &NRF_GPIOTE_regs[inst].TASKS_OUT[0]); in nrf_gpiote_task_trigger()
|
/nrf_hw_models-latest/src/HW_models/ |
D | NRF_PPI.c | 139 { (void*)&NRF_GPIOTE_regs[0].TASKS_OUT[0], nrf_gpiote_TASKS_OUT_0}, 140 { (void*)&NRF_GPIOTE_regs[0].TASKS_OUT[1], nrf_gpiote_TASKS_OUT_1}, 141 { (void*)&NRF_GPIOTE_regs[0].TASKS_OUT[2], nrf_gpiote_TASKS_OUT_2}, 142 { (void*)&NRF_GPIOTE_regs[0].TASKS_OUT[3], nrf_gpiote_TASKS_OUT_3}, 143 { (void*)&NRF_GPIOTE_regs[0].TASKS_OUT[4], nrf_gpiote_TASKS_OUT_4}, 144 { (void*)&NRF_GPIOTE_regs[0].TASKS_OUT[5], nrf_gpiote_TASKS_OUT_5}, 145 { (void*)&NRF_GPIOTE_regs[0].TASKS_OUT[6], nrf_gpiote_TASKS_OUT_6}, 146 { (void*)&NRF_GPIOTE_regs[0].TASKS_OUT[7], nrf_gpiote_TASKS_OUT_7},
|
D | NRF_GPIOTE.c | 283 if (NRF_GPIOTE_regs[inst].TASKS_OUT[n]) { in nrf_gpiote_regw_sideeffects_TASKS_OUT() 284 NRF_GPIOTE_regs[inst].TASKS_OUT[n] = 0; in nrf_gpiote_regw_sideeffects_TASKS_OUT()
|
D | NRF5340_peri_types.h | 2172 …__OM uint32_t TASKS_OUT[8]; /*!< (@ 0x00000000) Description collection: Task for… member
|