![]() |
S32 SDK
|
Structure for idle line configuration settings. More...
#include <lpuart_hal.h>
Data Fields | |
unsigned | idleLineType: 1 |
unsigned | rxWakeIdleDetect: 1 |
Structure for idle line configuration settings.
Implements : lpuart_idle_line_config_t_Class
Definition at line 211 of file lpuart_hal.h.
unsigned idleLineType |
ILT, Idle bit count start: 0 - after start bit (default), 1 - after stop bit
Definition at line 213 of file lpuart_hal.h.
unsigned rxWakeIdleDetect |
RWUID, Receiver Wake Up Idle Detect. IDLE status bit operation during receive standbyControls whether idle character that wakes up receiver will also set IDLE status bit 0 - IDLE status bit doesn't get set (default), 1 - IDLE status bit gets set
Definition at line 215 of file lpuart_hal.h.