#include <A31R71x_hal_timer2n.h>
Data Fields | |
uint32_t | ADR |
uint32_t | BDR |
uint8_t | TCLK_SEL |
uint16_t | Prescaler |
uint8_t | CkSel |
uint8_t | ExtCkEdge |
uint8_t | StartLevel |
uint8_t | CapEdge |
Configuration structure in COUNTER mode
Definition at line 203 of file A31R71x_hal_timer2n.h.
uint32_t ADR |
Definition at line 205 of file A31R71x_hal_timer2n.h.
Referenced by HAL_TIMER2n_Init().
uint32_t BDR |
Definition at line 206 of file A31R71x_hal_timer2n.h.
Referenced by HAL_TIMER2n_Init().
uint8_t CapEdge |
Set Capture Edge, should be:
Definition at line 226 of file A31R71x_hal_timer2n.h.
Referenced by HAL_TIMER2n_Init().
uint8_t CkSel |
Counter clock source select, should be:
Definition at line 214 of file A31R71x_hal_timer2n.h.
Referenced by HAL_TIMER2n_Init().
uint8_t ExtCkEdge |
Set External Clock Edge Selection bit:
Definition at line 218 of file A31R71x_hal_timer2n.h.
Referenced by HAL_TIMER2n_Init().
uint16_t Prescaler |
Timer Prescaler(TnPRS), should be:
Definition at line 211 of file A31R71x_hal_timer2n.h.
Referenced by HAL_TIMER2n_Init().
uint8_t StartLevel |
set initial output value, should be:
Definition at line 222 of file A31R71x_hal_timer2n.h.
Referenced by HAL_TIMER2n_Init().
uint8_t TCLK_SEL |
Timer Clock Source, should be:
Definition at line 207 of file A31R71x_hal_timer2n.h.
Referenced by HAL_TIMER2n_Init().