Subversion Repositories FuelGauge

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 6
Line 97... Line 97...
97
 
97
 
98
/* Private macro -------------------------------------------------------------*/
98
/* Private macro -------------------------------------------------------------*/
99
/** @defgroup TIMEx_Private_Macros TIM Extended Private Macros
99
/** @defgroup TIMEx_Private_Macros TIM Extended Private Macros
100
  * @{
100
  * @{
101
  */
101
  */
102
#define IS_TIM_REMAP(__INSTANCE__, __REMAP__)                                             \
102
#define IS_TIM_REMAP(__INSTANCE__, __REMAP__)                                        \
103
          (((__INSTANCE__) == TIM14)  && (((__REMAP__) & 0xFFFFFFFCU) == 0x00000000U))
103
  (((__INSTANCE__) == TIM14)  && (((__REMAP__) & 0xFFFFFFFCU) == 0x00000000U))
104
 
104
 
105
/**
105
/**
106
  * @}
106
  * @}
107
  */
107
  */
108
/* End of private macro ------------------------------------------------------*/
108
/* End of private macro ------------------------------------------------------*/
Line 227... Line 227...
227
  * @brief    Extended Peripheral State functions
227
  * @brief    Extended Peripheral State functions
228
  * @{
228
  * @{
229
  */
229
  */
230
/* Extended Peripheral State functions  ***************************************/
230
/* Extended Peripheral State functions  ***************************************/
231
HAL_TIM_StateTypeDef HAL_TIMEx_HallSensor_GetState(TIM_HandleTypeDef *htim);
231
HAL_TIM_StateTypeDef HAL_TIMEx_HallSensor_GetState(TIM_HandleTypeDef *htim);
-
 
232
HAL_TIM_ChannelStateTypeDef HAL_TIMEx_GetChannelNState(TIM_HandleTypeDef *htim,  uint32_t ChannelN);
232
/**
233
/**
233
  * @}
234
  * @}
234
  */
235
  */
235
 
236
 
236
/**
237
/**