Functions | |
void | USART_Modem_RTS (void) |
Function: Function USART_Modem_RTS. More... | |
void | USART_Modem_DTR (void) |
Function: Function USART_Modem_DTR. More... | |
void | USART_Modem_CTS (void) |
Function: Function USART_Modem_CTS. More... | |
void | USART_Modem_DSR (void) |
Function: Function USART_Modem_DSR. More... | |
void | USART_Modem_DCD (void) |
Function: Function USART_Modem_DCD. More... | |
void | USART_Modem_RI (void) |
Function: Function USART_Modem_RI. More... | |
These tests verify API and operation of the USART modem lines handling functions.
The data exchange tests verify the following driver functions (USART Driver function documentation):
void USART_Modem_RTS | ( | void | ) |
The function USART_Modem_RTS verifies driving of modem line Request To Send (RTS):
void USART_Modem_DTR | ( | void | ) |
The function USART_Modem_DTR verifies driving of modem line Data Terminal Ready (DTR):
void USART_Modem_CTS | ( | void | ) |
The function USART_Modem_CTS verifies read of modem line Clear To Send (CTS):
void USART_Modem_DSR | ( | void | ) |
The function USART_Modem_DSR verifies read of modem line Data Set Ready (DSR):
void USART_Modem_DCD | ( | void | ) |
The function USART_Modem_DCD verifies read of modem line Data Carrier Detect (DCD):
void USART_Modem_RI | ( | void | ) |
The function USART_Modem_RI verifies read of modem line Ring Indicator (RI):