STM8S/A Standard Peripherals Drivers
|
TIM4_Registers_Reset_Value
Defines | |
#define | TIM4_ARR_RESET_VALUE ((uint8_t)0xFF) |
#define | TIM4_CNTR_RESET_VALUE ((uint8_t)0x00) |
#define | TIM4_CR1_RESET_VALUE ((uint8_t)0x00) |
#define | TIM4_EGR_RESET_VALUE ((uint8_t)0x00) |
#define | TIM4_IER_RESET_VALUE ((uint8_t)0x00) |
#define | TIM4_PSCR_RESET_VALUE ((uint8_t)0x00) |
#define | TIM4_SR1_RESET_VALUE ((uint8_t)0x00) |
Define Documentation
#define TIM4_ARR_RESET_VALUE ((uint8_t)0xFF) |
Definition at line 1084 of file stm8s.h.
Referenced by TIM4_DeInit().
#define TIM4_CNTR_RESET_VALUE ((uint8_t)0x00) |
Definition at line 1082 of file stm8s.h.
Referenced by TIM4_DeInit().
#define TIM4_CR1_RESET_VALUE ((uint8_t)0x00) |
Definition at line 1078 of file stm8s.h.
Referenced by TIM4_DeInit().
#define TIM4_IER_RESET_VALUE ((uint8_t)0x00) |
Definition at line 1079 of file stm8s.h.
Referenced by TIM4_DeInit().
#define TIM4_PSCR_RESET_VALUE ((uint8_t)0x00) |
Definition at line 1083 of file stm8s.h.
Referenced by TIM4_DeInit().
#define TIM4_SR1_RESET_VALUE ((uint8_t)0x00) |
Definition at line 1080 of file stm8s.h.
Referenced by TIM4_DeInit().