#include <A31L12x_hal_timer4n.h>
Data Fields | |
uint16_t | PDR |
uint16_t | ADR |
uint16_t | BDR |
uint16_t | Prescaler |
uint8_t | OutBStartLevel |
uint8_t | OutAStartLevel |
uint8_t | OutBEnable |
uint8_t | OutAEnable |
uint8_t | CkSel |
uint8_t | ECE |
Configuration structure in TIMER mode
Definition at line 260 of file A31L12x_hal_timer4n.h.
uint16_t ADR |
Definition at line 263 of file A31L12x_hal_timer4n.h.
Referenced by HAL_TIMER4n_Init().
uint16_t BDR |
Definition at line 264 of file A31L12x_hal_timer4n.h.
Referenced by HAL_TIMER4n_Init().
uint8_t CkSel |
Counter clock source select
Definition at line 275 of file A31L12x_hal_timer4n.h.
Referenced by HAL_TIMER4n_Init().
uint8_t ECE |
Definition at line 278 of file A31L12x_hal_timer4n.h.
Referenced by HAL_TIMER4n_Init().
uint8_t OutAEnable |
set initial outputA value
Definition at line 273 of file A31L12x_hal_timer4n.h.
Referenced by HAL_TIMER4n_Init().
uint8_t OutAStartLevel |
set initial outputA value
Definition at line 269 of file A31L12x_hal_timer4n.h.
Referenced by HAL_TIMER4n_Init().
uint8_t OutBEnable |
set initial outputB value
Definition at line 272 of file A31L12x_hal_timer4n.h.
Referenced by HAL_TIMER4n_Init().
uint8_t OutBStartLevel |
set initial outputB value
Definition at line 266 of file A31L12x_hal_timer4n.h.
Referenced by HAL_TIMER4n_Init().
uint16_t PDR |
Definition at line 262 of file A31L12x_hal_timer4n.h.
Referenced by HAL_TIMER4n_Init().
uint16_t Prescaler |
Definition at line 265 of file A31L12x_hal_timer4n.h.
Referenced by HAL_TIMER4n_Init().