Searched defs:SET_RTS (Results 1 – 2 of 2) sorted by relevance
200 #define SET_RTS 0x02 /* assert RTS */ macro
5778 #define SET_RTS(_VAL_) (REG32(ADR_UART_MCR)) = (((_VAL_) << 1) | ((REG32(ADR_UART_MCR)) & 0xfffffff… macro