ArchXT_USARTConfig Struct Reference
|
yasimavr
|
Loading...
Searching...
No Matches
ArchXT_USARTConfig Struct Reference
Configuration structure for ArchXT_USART. More...
#include <arch_xt_usart.h>
Public Attributes | |
| reg_addr_t | reg_base |
| Base address for the peripheral I/O registers. | |
| int_vect_t | iv_rxc |
| Interrupt vector index for RXC. | |
| int_vect_t | iv_txc |
| Interrupt vector index for TXC. | |
| int_vect_t | iv_txe |
| Interrupt vector index for TXE. | |
Detailed Description
Configuration structure for ArchXT_USART.
Member Data Documentation
◆ iv_rxc
| int_vect_t ArchXT_USARTConfig::iv_rxc |
Interrupt vector index for RXC.
◆ iv_txc
| int_vect_t ArchXT_USARTConfig::iv_txc |
Interrupt vector index for TXC.
◆ iv_txe
| int_vect_t ArchXT_USARTConfig::iv_txe |
Interrupt vector index for TXE.
◆ reg_base
| reg_addr_t ArchXT_USARTConfig::reg_base |
Base address for the peripheral I/O registers.
The documentation for this struct was generated from the following file:
Generated by