Home
last modified time | relevance | path

Searched refs:HallSensor_MspDeInitCallback (Results 1 – 25 of 63) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_tim_ex.c245 if (htim->HallSensor_MspDeInitCallback == NULL) in HAL_TIMEx_HallSensor_DeInit()
247 htim->HallSensor_MspDeInitCallback = HAL_TIMEx_HallSensor_MspDeInit; in HAL_TIMEx_HallSensor_DeInit()
250 htim->HallSensor_MspDeInitCallback(htim); in HAL_TIMEx_HallSensor_DeInit()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_tim_ex.c251 if (htim->HallSensor_MspDeInitCallback == NULL) in HAL_TIMEx_HallSensor_DeInit()
253 htim->HallSensor_MspDeInitCallback = HAL_TIMEx_HallSensor_MspDeInit; in HAL_TIMEx_HallSensor_DeInit()
256 htim->HallSensor_MspDeInitCallback(htim); in HAL_TIMEx_HallSensor_DeInit()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_tim_ex.c252 if (htim->HallSensor_MspDeInitCallback == NULL) in HAL_TIMEx_HallSensor_DeInit()
254 htim->HallSensor_MspDeInitCallback = HAL_TIMEx_HallSensor_MspDeInit; in HAL_TIMEx_HallSensor_DeInit()
257 htim->HallSensor_MspDeInitCallback(htim); in HAL_TIMEx_HallSensor_DeInit()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_tim_ex.c251 if (htim->HallSensor_MspDeInitCallback == NULL) in HAL_TIMEx_HallSensor_DeInit()
253 htim->HallSensor_MspDeInitCallback = HAL_TIMEx_HallSensor_MspDeInit; in HAL_TIMEx_HallSensor_DeInit()
256 htim->HallSensor_MspDeInitCallback(htim); in HAL_TIMEx_HallSensor_DeInit()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_tim_ex.c251 if (htim->HallSensor_MspDeInitCallback == NULL) in HAL_TIMEx_HallSensor_DeInit()
253 htim->HallSensor_MspDeInitCallback = HAL_TIMEx_HallSensor_MspDeInit; in HAL_TIMEx_HallSensor_DeInit()
256 htim->HallSensor_MspDeInitCallback(htim); in HAL_TIMEx_HallSensor_DeInit()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_tim_ex.c253 if (htim->HallSensor_MspDeInitCallback == NULL) in HAL_TIMEx_HallSensor_DeInit()
255 htim->HallSensor_MspDeInitCallback = HAL_TIMEx_HallSensor_MspDeInit; in HAL_TIMEx_HallSensor_DeInit()
258 htim->HallSensor_MspDeInitCallback(htim); in HAL_TIMEx_HallSensor_DeInit()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_tim_ex.c252 if (htim->HallSensor_MspDeInitCallback == NULL) in HAL_TIMEx_HallSensor_DeInit()
254 htim->HallSensor_MspDeInitCallback = HAL_TIMEx_HallSensor_MspDeInit; in HAL_TIMEx_HallSensor_DeInit()
257 htim->HallSensor_MspDeInitCallback(htim); in HAL_TIMEx_HallSensor_DeInit()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_tim_ex.c253 if (htim->HallSensor_MspDeInitCallback == NULL) in HAL_TIMEx_HallSensor_DeInit()
255 htim->HallSensor_MspDeInitCallback = HAL_TIMEx_HallSensor_MspDeInit; in HAL_TIMEx_HallSensor_DeInit()
258 htim->HallSensor_MspDeInitCallback(htim); in HAL_TIMEx_HallSensor_DeInit()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_tim_ex.c263 if (htim->HallSensor_MspDeInitCallback == NULL) in HAL_TIMEx_HallSensor_DeInit()
265 htim->HallSensor_MspDeInitCallback = HAL_TIMEx_HallSensor_MspDeInit; in HAL_TIMEx_HallSensor_DeInit()
268 htim->HallSensor_MspDeInitCallback(htim); in HAL_TIMEx_HallSensor_DeInit()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_tim_ex.c264 if (htim->HallSensor_MspDeInitCallback == NULL) in HAL_TIMEx_HallSensor_DeInit()
266 htim->HallSensor_MspDeInitCallback = HAL_TIMEx_HallSensor_MspDeInit; in HAL_TIMEx_HallSensor_DeInit()
269 htim->HallSensor_MspDeInitCallback(htim); in HAL_TIMEx_HallSensor_DeInit()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_tim_ex.c264 if (htim->HallSensor_MspDeInitCallback == NULL) in HAL_TIMEx_HallSensor_DeInit()
266 htim->HallSensor_MspDeInitCallback = HAL_TIMEx_HallSensor_MspDeInit; in HAL_TIMEx_HallSensor_DeInit()
269 htim->HallSensor_MspDeInitCallback(htim); in HAL_TIMEx_HallSensor_DeInit()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_tim_ex.c289 if (htim->HallSensor_MspDeInitCallback == NULL) in HAL_TIMEx_HallSensor_DeInit()
291 htim->HallSensor_MspDeInitCallback = HAL_TIMEx_HallSensor_MspDeInit; in HAL_TIMEx_HallSensor_DeInit()
294 htim->HallSensor_MspDeInitCallback(htim); in HAL_TIMEx_HallSensor_DeInit()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_tim_ex.c265 if (htim->HallSensor_MspDeInitCallback == NULL) in HAL_TIMEx_HallSensor_DeInit()
267 htim->HallSensor_MspDeInitCallback = HAL_TIMEx_HallSensor_MspDeInit; in HAL_TIMEx_HallSensor_DeInit()
270 htim->HallSensor_MspDeInitCallback(htim); in HAL_TIMEx_HallSensor_DeInit()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_tim_ex.c275 if (htim->HallSensor_MspDeInitCallback == NULL) in HAL_TIMEx_HallSensor_DeInit()
277 htim->HallSensor_MspDeInitCallback = HAL_TIMEx_HallSensor_MspDeInit; in HAL_TIMEx_HallSensor_DeInit()
280 htim->HallSensor_MspDeInitCallback(htim); in HAL_TIMEx_HallSensor_DeInit()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_tim_ex.c264 if (htim->HallSensor_MspDeInitCallback == NULL) in HAL_TIMEx_HallSensor_DeInit()
266 htim->HallSensor_MspDeInitCallback = HAL_TIMEx_HallSensor_MspDeInit; in HAL_TIMEx_HallSensor_DeInit()
269 htim->HallSensor_MspDeInitCallback(htim); in HAL_TIMEx_HallSensor_DeInit()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_tim_ex.c269 if (htim->HallSensor_MspDeInitCallback == NULL) in HAL_TIMEx_HallSensor_DeInit()
271 htim->HallSensor_MspDeInitCallback = HAL_TIMEx_HallSensor_MspDeInit; in HAL_TIMEx_HallSensor_DeInit()
274 htim->HallSensor_MspDeInitCallback(htim); in HAL_TIMEx_HallSensor_DeInit()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_tim_ex.c270 if (htim->HallSensor_MspDeInitCallback == NULL) in HAL_TIMEx_HallSensor_DeInit()
272 htim->HallSensor_MspDeInitCallback = HAL_TIMEx_HallSensor_MspDeInit; in HAL_TIMEx_HallSensor_DeInit()
275 htim->HallSensor_MspDeInitCallback(htim); in HAL_TIMEx_HallSensor_DeInit()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_tim_ex.c269 if (htim->HallSensor_MspDeInitCallback == NULL) in HAL_TIMEx_HallSensor_DeInit()
271 htim->HallSensor_MspDeInitCallback = HAL_TIMEx_HallSensor_MspDeInit; in HAL_TIMEx_HallSensor_DeInit()
274 htim->HallSensor_MspDeInitCallback(htim); in HAL_TIMEx_HallSensor_DeInit()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_tim_ex.c270 if (htim->HallSensor_MspDeInitCallback == NULL) in HAL_TIMEx_HallSensor_DeInit()
272 htim->HallSensor_MspDeInitCallback = HAL_TIMEx_HallSensor_MspDeInit; in HAL_TIMEx_HallSensor_DeInit()
275 htim->HallSensor_MspDeInitCallback(htim); in HAL_TIMEx_HallSensor_DeInit()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_tim_ex.c270 if (htim->HallSensor_MspDeInitCallback == NULL) in HAL_TIMEx_HallSensor_DeInit()
272 htim->HallSensor_MspDeInitCallback = HAL_TIMEx_HallSensor_MspDeInit; in HAL_TIMEx_HallSensor_DeInit()
275 htim->HallSensor_MspDeInitCallback(htim); in HAL_TIMEx_HallSensor_DeInit()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_tim_ex.c270 if (htim->HallSensor_MspDeInitCallback == NULL) in HAL_TIMEx_HallSensor_DeInit()
272 htim->HallSensor_MspDeInitCallback = HAL_TIMEx_HallSensor_MspDeInit; in HAL_TIMEx_HallSensor_DeInit()
275 htim->HallSensor_MspDeInitCallback(htim); in HAL_TIMEx_HallSensor_DeInit()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_tim.h365 …void (* HallSensor_MspDeInitCallback)(struct __TIM_HandleTypeDef *htim); /*!< TIM Hall Sensor… member
1051 … (__HANDLE__)->HallSensor_MspDeInitCallback = NULL; \
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_tim.h365 …void (* HallSensor_MspDeInitCallback)(struct __TIM_HandleTypeDef *htim); /*!< TIM Hall Sensor… member
1050 … (__HANDLE__)->HallSensor_MspDeInitCallback = NULL; \
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_tim.h355 …void (* HallSensor_MspDeInitCallback)(struct __TIM_HandleTypeDef *htim); /*!< TIM Hall Sensor… member
1118 … (__HANDLE__)->HallSensor_MspDeInitCallback = NULL; \
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_tim.h365 …void (* HallSensor_MspDeInitCallback)(struct __TIM_HandleTypeDef *htim); /*!< TIM Hall Sensor… member
1050 … (__HANDLE__)->HallSensor_MspDeInitCallback = NULL; \

123