#include <T32CZ20_timers.h>
Data Fields | |
| __IO uint32_t | initial_value |
| __IO uint32_t | current_countdown_value |
| __IO uint32_t | control |
| __IO uint32_t | clear_interrupt |
| __IO uint32_t | interrupt_repeat |
| __IO uint32_t | prescalar |
| __IO uint32_t | expire_value |
the struct we use so we can address registers using field names this is valid for slow timer0 and slow timer1
| __IO uint32_t SLOW_TIMER_REGISTERS_T::clear_interrupt |
| __IO uint32_t SLOW_TIMER_REGISTERS_T::control |
| __IO uint32_t SLOW_TIMER_REGISTERS_T::current_countdown_value |
| __IO uint32_t SLOW_TIMER_REGISTERS_T::expire_value |
| __IO uint32_t SLOW_TIMER_REGISTERS_T::initial_value |
| __IO uint32_t SLOW_TIMER_REGISTERS_T::interrupt_repeat |
| __IO uint32_t SLOW_TIMER_REGISTERS_T::prescalar |