Searched refs:GDMA_REAL_XFER_WIDTH (Results 1 – 1 of 1) sorted by relevance
24 #define GDMA_REAL_XFER_WIDTH(width) (s_gdmaRealWidth[(uint8_t)(width)&0x03U]) macro76 uint8_t srcWidth = GDMA_REAL_XFER_WIDTH(config->srcWidth); in GDMA_VerifyTransferConfig()77 uint8_t destWidth = GDMA_REAL_XFER_WIDTH(config->destWidth); in GDMA_VerifyTransferConfig()