Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_54_AAR_CCM_ECB.c304 ret = nhw_EVDMA_start(&in_evdma, (void *)NRF_AAR_regs[inst]->IN.PTR); in nhw_AAR_resolve_logic()
308 ret = nhw_EVDMA_start(&out_evdma, (void *)NRF_AAR_regs[inst]->OUT.PTR); in nhw_AAR_resolve_logic()
505 ret = nhw_EVDMA_start(&in_evdma, (void *)NRF_CCM_regs[inst]->IN.PTR); in nhw_CCM_logic()
509 ret = nhw_EVDMA_start(&out_evdma, (void *)NRF_CCM_regs[inst]->OUT.PTR); in nhw_CCM_logic()
760 ret = nhw_EVDMA_start(&in_evdma, (void *)NRF_ECB_regs[inst].IN.PTR); in nhw_ECB_logic()
778 ret = nhw_EVDMA_start(&out_evdma, (void *)NRF_ECB_regs[inst].OUT.PTR); in nhw_ECB_logic()
DNHW_UART.c635 u_el->RXD_PTR = NRF_UARTE_regs[inst].RXD.PTR; in nhw_UARTE_RxDMA_start()
638 u_el->RXD_PTR = NRF_UARTE_regs[inst].DMA.RX.PTR; in nhw_UARTE_RxDMA_start()
808 u_el->TXD_PTR = NRF_UARTE_regs[inst].TXD.PTR; in nhw_UARTE_TASK_STARTTX()
811 u_el->TXD_PTR = NRF_UARTE_regs[inst].DMA.TX.PTR; in nhw_UARTE_TASK_STARTTX()
DNRF5340_peri_types.h109 …__IOM uint32_t PTR; /*!< (@ 0x00000000) Data pointer … member
263 …__IOM uint32_t PTR; /*!< (@ 0x00000000) Data pointer … member
273 …__IOM uint32_t PTR; /*!< (@ 0x00000000) Data pointer … member
/nrf_hw_models-latest/tests/zephyr_apps/54_aar_ccm_ecb/src/
Dtest_ecb.c28 print_job((job_t*)ECB->IN.PTR, true); in start_ecb_and_wait()
39 print_job((job_t*)ECB->OUT.PTR, true); in start_ecb_and_wait()