Home
last modified time | relevance | path

Searched refs:MEC_UART_MCR_RTS_Pos (Results 1 – 3 of 3) sorted by relevance

/hal_microchip-latest/mec5/devices/common/
Dmec5_uart_v1.h89 #define MEC_UART_MCR_RTS_Pos (1UL) /*!< RTS (Bit 1) … macro
Dmec5_uart_v1_5.h90 #define MEC_UART_MCR_RTS_Pos (1UL) /*!< RTS (Bit 1) … macro
/hal_microchip-latest/mec5/drivers/
Dmec_uart.c704 bitpos = MEC_UART_MCR_RTS_Pos; in mec_hal_uart_dtr_rts_set()