STM32F439xx HAL User Manual
Defines
Common Write and read registers Macros
TIM Exported Macros

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 Documentation

#define LL_TIM_ReadReg (   __INSTANCE__,
  __REG__ 
)    READ_REG(__INSTANCE__->__REG__)

Read a value in TIM register.

Parameters:
__INSTANCE__TIM Instance
__REG__Register to be read
Return values:
Registervalue

Definition at line 955 of file stm32f4xx_ll_tim.h.

Referenced by LL_TIM_ENCODER_Init(), LL_TIM_HALLSENSOR_Init(), LL_TIM_Init(), OC1Config(), OC2Config(), OC3Config(), and OC4Config().

#define LL_TIM_WriteReg (   __INSTANCE__,
  __REG__,
  __VALUE__ 
)    WRITE_REG(__INSTANCE__->__REG__, (__VALUE__))

Write a value in TIM register.

Parameters:
__INSTANCE__TIM Instance
__REG__Register to be written
__VALUE__Value to be written in the register
Return values:
None

Definition at line 947 of file stm32f4xx_ll_tim.h.

Referenced by LL_TIM_BDTR_Init(), LL_TIM_ENCODER_Init(), LL_TIM_HALLSENSOR_Init(), LL_TIM_Init(), OC1Config(), OC2Config(), OC3Config(), and OC4Config().