ArchXT_TWIConfig Struct Reference
|
yasimavr
|
Loading...
Searching...
No Matches
ArchXT_TWIConfig Struct Reference
Configuration structure for ArchXT_TWI. More...
#include <arch_xt_twi.h>
Public Attributes | |
| reg_addr_t | reg_base |
| Base address for the peripheral I/O registers. | |
| int_vect_t | iv_host |
| Interrupt vector index for the host side. | |
| int_vect_t | iv_client |
| Interrupt vector index for the client side. | |
| bool | dual_ctrl |
| Enable the dual port control. | |
Detailed Description
Configuration structure for ArchXT_TWI.
Member Data Documentation
◆ dual_ctrl
| bool ArchXT_TWIConfig::dual_ctrl |
Enable the dual port control.
◆ iv_client
| int_vect_t ArchXT_TWIConfig::iv_client |
Interrupt vector index for the client side.
◆ iv_host
| int_vect_t ArchXT_TWIConfig::iv_host |
Interrupt vector index for the host side.
◆ reg_base
| reg_addr_t ArchXT_TWIConfig::reg_base |
Base address for the peripheral I/O registers.
The documentation for this struct was generated from the following file:
Generated by