Home
last modified time | relevance | path

Searched refs:TRGSTS (Results 1 – 8 of 8) sorted by relevance

/hal_nuvoton-latest/m2l31x/Devices/M2L31/Include/
Dlppdma_reg.h341 …__I uint32_t TRGSTS; /*!< [0x040c] LPPDMA Channel Request Status Register … member
Dpdma_reg.h552 …__I uint32_t TRGSTS; /*!< [0x040c] PDMA Channel Request Status Register … member
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dlppdma.h207 #define LPPDMA_IS_CH_BUSY(lppdma,u32Ch) ((uint32_t)(lppdma->TRGSTS & (1UL << (u32Ch)))? 1 : 0)
Dpdma.h295 #define PDMA_IS_CH_BUSY(pdma,u32Ch) ((uint32_t)(pdma->TRGSTS & (1UL << (u32Ch)))? 1 : 0)
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dpdma.h274 #define PDMA_IS_CH_BUSY(pdma,u32Ch) ((uint32_t)(pdma->TRGSTS & (1 << (u32Ch)))? 1 : 0)
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dpdma.h321 #define PDMA_IS_CH_BUSY(pdma, u32Ch) ((uint32_t)((pdma)->TRGSTS & (1UL << (u32Ch)))? 1 : 0)
/hal_nuvoton-latest/m48x/Devices/M480/Include/
Dpdma_reg.h565 …__I uint32_t TRGSTS; /*!< [0x040c] PDMA Channel Request Status Register … member
/hal_nuvoton-latest/m46x/Devices/M460/Include/
Dpdma_reg.h859 …__I uint32_t TRGSTS; /*!< [0x040c] PDMA Channel Request Status Register … member