17.4.7 Event signal detection when device is in
active/idle modes
When RXD pin goes low, counter is started to detect break condition.
If the break field duration is longer than 11-bittimes LINBRK will be set.
If the break field duration is longer than 21-bit times LINBTOE will be set.
If the break field duration is
shorter than 11-bit times (minimum can be 150us as per LIN protocol) break
condition is treated invalid and ignored.
This will be fine since the
purpose of event signal transmission is to wake up the device only and, in this
case, device is already in active/idle state and UART is ready to receive
break/synch fields.
If necessary DIO based interrupt on RXD pin can also be generated for software
use.
RXD pin will not glitch as it is generated by the LIN transceiver.