Home
last modified time | relevance | path

Searched refs:DA (Results 1 – 12 of 12) sorted by relevance

/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Dlppdma_reg.h119 …__IO uint32_t DA; /*!< [0x0008] Destination Address Register of LPPDMA Channel n … member
Dpdma_reg.h119 …__IO uint32_t DA; /*!< [0x0008] Destination Address Register of PDMA Channel n … member
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dlppdma.c110 lppdma->LPDSCT[u32Ch].DA = u32DstAddr; in LPPDMA_SetTransferAddr()
Dpdma.c110 pdma->DSCT[u32Ch].DA = u32DstAddr; in PDMA_SetTransferAddr()
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dlppdma.h235 #define LPPDMA_SET_DST_ADDR(lppdma,u32Ch, u32Addr) ((uint32_t)(lppdma->LPDSCT[(u32Ch)].DA = (u32Add…
Dpdma.h323 #define PDMA_SET_DST_ADDR(pdma,u32Ch, u32Addr) ((uint32_t)(pdma->DSCT[(u32Ch)].DA = (u32Addr)))
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dpdma.h302 #define PDMA_SET_DST_ADDR(pdma,u32Ch, u32Addr) ((uint32_t)(pdma->DSCT[(u32Ch)].DA = (u32Addr)))
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dpdma.h349 #define PDMA_SET_DST_ADDR(pdma, u32Ch, u32Addr) ((uint32_t)((pdma)->DSCT[(u32Ch)].DA = (u32Addr)))
/hal_nuvoton-latest/m48x/Devices/M480/Include/
Dpdma_reg.h119 …__IO uint32_t DA; /*!< [0x0008] Destination Address Register of PDMA Channel n … member
/hal_nuvoton-latest/m48x/StdDriver/src/
Dpdma.c150 pdma->DSCT[u32Ch].DA = u32DstAddr; in PDMA_SetTransferAddr()
/hal_nuvoton-latest/m46x/StdDriver/src/
Dpdma.c150 (pdma)->DSCT[u32Ch].DA = u32DstAddr; in PDMA_SetTransferAddr()
/hal_nuvoton-latest/m46x/Devices/M460/Include/
Dpdma_reg.h119 …__IO uint32_t DA; /*!< [0x0008] Destination Address Register of PDMA Channel n … member