Changeset 5686b44d in rtems for bsps/include/dev/serial/zynq-uart.h
- Timestamp:
- Dec 2, 2020, 7:20:36 PM (3 months ago)
- Branches:
- master
- Children:
- a92d4ae
- Parents:
- 2b56f5a
- git-author:
- Kinsey Moore <kinsey.moore@…> (12/02/20 19:20:36)
- git-committer:
- Joel Sherrill <joel@…> (12/03/20 23:35:28)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/include/dev/serial/zynq-uart.h
r2b56f5a r5686b44d 79 79 void zynq_uart_reset_tx_flush(zynq_uart_context *ctx); 80 80 81 int zynq_cal_baud_rate( 82 uint32_t baudrate, 83 uint32_t* brgr, 84 uint32_t* bauddiv, 85 uint32_t modereg 86 ); 87 81 88 #ifdef __cplusplus 82 89 }
Note: See TracChangeset
for help on using the changeset viewer.