Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| en:software:homelab:library:usart [2010/12/30 13:46] – allan.pettai | en:software:homelab:library:usart [2020/07/20 12:00] (current) – external edit 127.0.0.1 |
|---|
| * **//usart//** \\ Data type to hold USART inteface control, status and data register addresses. //usart// typed variables should be initialized at the beginning of the program code. For initializations, there is a macro-functions //USART//, whose only parameter is the index of interface (0 or 1). | * **//usart//** \\ Data type to hold USART inteface control, status and data register addresses. //usart// typed variables should be initialized at the beginning of the program code. For initializations, there is a macro-functions //USART//, whose only parameter is the index of interface (0 or 1). |
| |
| * **//adc_usart_databits//** \\ Data bits count enumeration data type. Options: | * **//usart_databits//** \\ Data bits count enumeration data type. Options: |
| * //USART_DATABITS_5// - 5 data bits. | * //USART_DATABITS_5// - 5 data bits. |
| * //USART_DATABITS_6// - 6 data bits. | * //USART_DATABITS_6// - 6 data bits. |