#include <A31G12x_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 TIMER mode
Definition at line 172 of file A31G12x_hal_timer2n.h.
uint32_t ADR |
Definition at line 174 of file A31G12x_hal_timer2n.h.
Referenced by HAL_TIMER2n_Init().
uint32_t BDR |
Definition at line 175 of file A31G12x_hal_timer2n.h.
Referenced by HAL_TIMER2n_Init().
uint8_t CapEdge |
Set Capture Edge, should be:
Definition at line 195 of file A31G12x_hal_timer2n.h.
Referenced by HAL_TIMER2n_Init().
uint8_t CkSel |
Counter clock source select, should be:
Definition at line 183 of file A31G12x_hal_timer2n.h.
Referenced by HAL_TIMER2n_Init().
uint8_t ExtCkEdge |
Set External Clock Edge Selection bit:
Definition at line 187 of file A31G12x_hal_timer2n.h.
Referenced by HAL_TIMER2n_Init().
uint16_t Prescaler |
Timer Prescaler(TnPRS), should be:
Definition at line 180 of file A31G12x_hal_timer2n.h.
Referenced by HAL_TIMER2n_Init().
uint8_t StartLevel |
set initial output value, should be:
Definition at line 191 of file A31G12x_hal_timer2n.h.
Referenced by HAL_TIMER2n_Init().
uint8_t TCLK_SEL |
Timer Clock Source, should be:
Definition at line 176 of file A31G12x_hal_timer2n.h.
Referenced by HAL_TIMER2n_Init().