Searched defs:SET_DTR (Results 1 – 2 of 2) sorted by relevance
199 #define SET_DTR 0x04 /* assert DTR */ macro
5777 #define SET_DTR(_VAL_) (REG32(ADR_UART_MCR)) = (((_VAL_) << 0) | ((REG32(ADR_UART_MCR)) & 0xfffffff… macro