MG32F157 Standard Peripherals Firmware Library
|
Macros | |
#define | USART_DMAReq_Tx ((uint16_t)0x0080) |
#define | USART_DMAReq_Rx ((uint16_t)0x0040) |
#define | IS_USART_DMAREQ(DMAREQ) ((((DMAREQ) & (uint16_t)0xFF3F) == 0x00) && ((DMAREQ) != (uint16_t)0x00)) |