STM32H735xx HAL User Manual
|
Defines | |
#define | LL_TIM_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG((__INSTANCE__)->__REG__, (__VALUE__)) |
Write a value in TIM register. | |
#define | LL_TIM_ReadReg(__INSTANCE__, __REG__) READ_REG((__INSTANCE__)->__REG__) |
Read a value in TIM register. |
#define LL_TIM_ReadReg | ( | __INSTANCE__, | |
__REG__ | |||
) | READ_REG((__INSTANCE__)->__REG__) |
Read a value in TIM register.
__INSTANCE__ | TIM Instance |
__REG__ | Register to be read |
Register | value |
Definition at line 1380 of file stm32h7xx_ll_tim.h.
Referenced by LL_TIM_ENCODER_Init(), LL_TIM_HALLSENSOR_Init(), LL_TIM_Init(), OC1Config(), OC2Config(), OC3Config(), OC4Config(), OC5Config(), and OC6Config().
#define LL_TIM_WriteReg | ( | __INSTANCE__, | |
__REG__, | |||
__VALUE__ | |||
) | WRITE_REG((__INSTANCE__)->__REG__, (__VALUE__)) |
Write a value in TIM register.
__INSTANCE__ | TIM Instance |
__REG__ | Register to be written |
__VALUE__ | Value to be written in the register |
None |
Definition at line 1372 of file stm32h7xx_ll_tim.h.
Referenced by LL_TIM_BDTR_Init(), LL_TIM_ENCODER_Init(), LL_TIM_HALLSENSOR_Init(), LL_TIM_Init(), OC1Config(), OC2Config(), OC3Config(), OC4Config(), OC5Config(), and OC6Config().