This pages describes the UART RX byte file.
This file simply defines the main item, that the RX sequence drives.
Note: that the RX has pk_rx package.
package pk_rx;
struct uart_rx_byte_s like any_sequence_item {
uart_rx_data : byte;
transmit_delay : uint;
keep transmit_delay >= 200; --> 720 ns
keep soft transmit_delay < 400;
};--struct uart_rx_byte_s
To go to main project: main project page
|