Searched refs:TRGSTS (Results 1 – 8 of 8) sorted by relevance
341 …__I uint32_t TRGSTS; /*!< [0x040c] LPPDMA Channel Request Status Register … member
552 …__I uint32_t TRGSTS; /*!< [0x040c] PDMA Channel Request Status Register … member
207 #define LPPDMA_IS_CH_BUSY(lppdma,u32Ch) ((uint32_t)(lppdma->TRGSTS & (1UL << (u32Ch)))? 1 : 0)
295 #define PDMA_IS_CH_BUSY(pdma,u32Ch) ((uint32_t)(pdma->TRGSTS & (1UL << (u32Ch)))? 1 : 0)
274 #define PDMA_IS_CH_BUSY(pdma,u32Ch) ((uint32_t)(pdma->TRGSTS & (1 << (u32Ch)))? 1 : 0)
321 #define PDMA_IS_CH_BUSY(pdma, u32Ch) ((uint32_t)((pdma)->TRGSTS & (1UL << (u32Ch)))? 1 : 0)
565 …__I uint32_t TRGSTS; /*!< [0x040c] PDMA Channel Request Status Register … member
859 …__I uint32_t TRGSTS; /*!< [0x040c] PDMA Channel Request Status Register … member