LMS 2012
|
Go to the source code of this file.
Functions | |
int | lego_pru_suart_init (void) |
void | lego_pru_suart_exit (void) |
int | lego_pru_uart_init (int port) |
void | lego_pru_uart_exit (int port) |
int | lego_pru_uart_activate (int port) |
void | lego_pru_uart_deactivate (int port) |
void | lego_pru_set_baudrate (int port, unsigned int baud) |
int | lego_pru_uart_get_break_state (int port) |
int | lego_pru_write_bytes (int port, unsigned char *pdata, int size) |
int | lego_pru_read_bytes (int port, unsigned char *pdata, int size) |
int | lego_pru_size_data_rx_buffer (int port) |
int lego_pru_read_bytes | ( | int | port, |
unsigned char * | pdata, | ||
int | size | ||
) |
Definition at line 1311 of file lego_ti_omapl_pru_suart.c.
void lego_pru_set_baudrate | ( | int | port, |
unsigned int | baud | ||
) |
Definition at line 1250 of file lego_ti_omapl_pru_suart.c.
int lego_pru_size_data_rx_buffer | ( | int | port | ) |
Definition at line 1352 of file lego_ti_omapl_pru_suart.c.
void lego_pru_suart_exit | ( | void | ) |
Definition at line 1367 of file lego_ti_omapl_pru_suart.c.
int lego_pru_suart_init | ( | void | ) |
Definition at line 1361 of file lego_ti_omapl_pru_suart.c.
int lego_pru_uart_activate | ( | int | port | ) |
Definition at line 1186 of file lego_ti_omapl_pru_suart.c.
void lego_pru_uart_deactivate | ( | int | port | ) |
Definition at line 1211 of file lego_ti_omapl_pru_suart.c.
void lego_pru_uart_exit | ( | int | port | ) |
Definition at line 1240 of file lego_ti_omapl_pru_suart.c.
int lego_pru_uart_get_break_state | ( | int | port | ) |
Definition at line 1275 of file lego_ti_omapl_pru_suart.c.
int lego_pru_uart_init | ( | int | port | ) |
Definition at line 1228 of file lego_ti_omapl_pru_suart.c.
int lego_pru_write_bytes | ( | int | port, |
unsigned char * | pdata, | ||
int | size | ||
) |
Definition at line 1288 of file lego_ti_omapl_pru_suart.c.