ArchXT_TimerBConfig Struct Reference
|
yasimavr
|
Loading...
Searching...
No Matches
ArchXT_TimerBConfig Struct Reference
Configuration structure for ArchXT_TimerB. More...
#include <arch_xt_timer_b.h>
Public Types | |
| enum | Options { EventCount = 0x01 , OverflowFlag = 0x02 } |
Public Attributes | |
| reg_addr_t | reg_base |
| Base address for the peripheral I/O registers. | |
| int_vect_t | iv_capt = AVR_INTERRUPT_NONE |
| Interrupt vector index for TCB_CAPT. | |
| int | options = 0x00 |
Detailed Description
Configuration structure for ArchXT_TimerB.
Member Enumeration Documentation
◆ Options
Member Data Documentation
◆ iv_capt
| int_vect_t ArchXT_TimerBConfig::iv_capt = AVR_INTERRUPT_NONE |
Interrupt vector index for TCB_CAPT.
◆ options
| int ArchXT_TimerBConfig::options = 0x00 |
◆ reg_base
| reg_addr_t ArchXT_TimerBConfig::reg_base |
Base address for the peripheral I/O registers.
The documentation for this struct was generated from the following file:
Generated by