#include <A31R71x_hal_timer2n.h>
Data Fields | |
uint8_t | TCLK_SEL |
uint16_t | Prescaler |
uint8_t | ClrMode |
uint8_t | CkSel |
uint8_t | CAPCkSel |
uint8_t | Reserved [2] |
Capture Input configuration structure
Definition at line 234 of file A31R71x_hal_timer2n.h.
uint8_t CAPCkSel |
Capture clock source select, should be:
Definition at line 257 of file A31R71x_hal_timer2n.h.
Referenced by HAL_TIMER2n_Init().
uint8_t CkSel |
Counter clock source select, should be:
Definition at line 249 of file A31R71x_hal_timer2n.h.
Referenced by HAL_TIMER2n_Init().
uint8_t ClrMode |
clear select when capture, should be:
Definition at line 243 of file A31R71x_hal_timer2n.h.
Referenced by HAL_TIMER2n_Init().
uint16_t Prescaler |
Timer Prescaler(TnPRS), should be:
Definition at line 240 of file A31R71x_hal_timer2n.h.
Referenced by HAL_TIMER2n_Init().
uint8_t Reserved[2] |
Reserved
Definition at line 262 of file A31R71x_hal_timer2n.h.
uint8_t TCLK_SEL |
Timer Clock Source, should be:
Definition at line 236 of file A31R71x_hal_timer2n.h.
Referenced by HAL_TIMER2n_Init().