Home
last modified time | relevance | path

Searched refs:hlptim (Results 1 – 25 of 28) sorted by relevance

12

/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_lptim.c190 static HAL_StatusTypeDef LPTIM_OC1_SetConfig(LPTIM_HandleTypeDef *hlptim, const LPTIM_OC_ConfigType…
191 static HAL_StatusTypeDef LPTIM_OC2_SetConfig(LPTIM_HandleTypeDef *hlptim, const LPTIM_OC_ConfigType…
192 static void LPTIM_IC1_SetConfig(LPTIM_HandleTypeDef *hlptim, const LPTIM_IC_ConfigTypeDef *sConfig);
193 static void LPTIM_IC2_SetConfig(LPTIM_HandleTypeDef *hlptim, const LPTIM_IC_ConfigTypeDef *sConfig);
197 static HAL_StatusTypeDef LPTIM_WaitForFlag(const LPTIM_HandleTypeDef *hlptim, uint32_t flag);
236 HAL_StatusTypeDef HAL_LPTIM_Init(LPTIM_HandleTypeDef *hlptim) in HAL_LPTIM_Init() argument
241 if (hlptim == NULL) in HAL_LPTIM_Init()
247 assert_param(IS_LPTIM_INSTANCE(hlptim->Instance)); in HAL_LPTIM_Init()
248 assert_param(IS_LPTIM_PERIOD(hlptim->Init.Period)); in HAL_LPTIM_Init()
250 assert_param(IS_LPTIM_CLOCK_SOURCE(hlptim->Init.Clock.Source)); in HAL_LPTIM_Init()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_lptim.c190 static HAL_StatusTypeDef LPTIM_OC1_SetConfig(LPTIM_HandleTypeDef *hlptim, const LPTIM_OC_ConfigType…
191 static HAL_StatusTypeDef LPTIM_OC2_SetConfig(LPTIM_HandleTypeDef *hlptim, const LPTIM_OC_ConfigType…
192 static void LPTIM_IC1_SetConfig(LPTIM_HandleTypeDef *hlptim, const LPTIM_IC_ConfigTypeDef *sConfig);
193 static void LPTIM_IC2_SetConfig(LPTIM_HandleTypeDef *hlptim, const LPTIM_IC_ConfigTypeDef *sConfig);
197 static HAL_StatusTypeDef LPTIM_WaitForFlag(LPTIM_HandleTypeDef *hlptim, uint32_t flag);
236 HAL_StatusTypeDef HAL_LPTIM_Init(LPTIM_HandleTypeDef *hlptim) in HAL_LPTIM_Init() argument
241 if (hlptim == NULL) in HAL_LPTIM_Init()
247 assert_param(IS_LPTIM_INSTANCE(hlptim->Instance)); in HAL_LPTIM_Init()
248 assert_param(IS_LPTIM_PERIOD(hlptim->Init.Period)); in HAL_LPTIM_Init()
250 assert_param(IS_LPTIM_CLOCK_SOURCE(hlptim->Init.Clock.Source)); in HAL_LPTIM_Init()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_lptim.c190 static HAL_StatusTypeDef LPTIM_OC1_SetConfig(LPTIM_HandleTypeDef *hlptim, const LPTIM_OC_ConfigType…
191 static HAL_StatusTypeDef LPTIM_OC2_SetConfig(LPTIM_HandleTypeDef *hlptim, const LPTIM_OC_ConfigType…
192 static void LPTIM_IC1_SetConfig(LPTIM_HandleTypeDef *hlptim, const LPTIM_IC_ConfigTypeDef *sConfig);
193 static void LPTIM_IC2_SetConfig(LPTIM_HandleTypeDef *hlptim, const LPTIM_IC_ConfigTypeDef *sConfig);
197 static HAL_StatusTypeDef LPTIM_WaitForFlag(const LPTIM_HandleTypeDef *hlptim, uint32_t flag);
236 HAL_StatusTypeDef HAL_LPTIM_Init(LPTIM_HandleTypeDef *hlptim) in HAL_LPTIM_Init() argument
241 if (hlptim == NULL) in HAL_LPTIM_Init()
247 assert_param(IS_LPTIM_INSTANCE(hlptim->Instance)); in HAL_LPTIM_Init()
248 assert_param(IS_LPTIM_PERIOD(hlptim->Init.Period)); in HAL_LPTIM_Init()
250 assert_param(IS_LPTIM_CLOCK_SOURCE(hlptim->Init.Clock.Source)); in HAL_LPTIM_Init()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_lptim.c209 static HAL_StatusTypeDef LPTIM_WaitForFlag(LPTIM_HandleTypeDef *hlptim, uint32_t flag);
241 HAL_StatusTypeDef HAL_LPTIM_Init(LPTIM_HandleTypeDef *hlptim) in HAL_LPTIM_Init() argument
246 if (hlptim == NULL) in HAL_LPTIM_Init()
252 assert_param(IS_LPTIM_INSTANCE(hlptim->Instance)); in HAL_LPTIM_Init()
254 assert_param(IS_LPTIM_CLOCK_SOURCE(hlptim->Init.Clock.Source)); in HAL_LPTIM_Init()
255 assert_param(IS_LPTIM_CLOCK_PRESCALER(hlptim->Init.Clock.Prescaler)); in HAL_LPTIM_Init()
256 if ((hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Init()
257 || (hlptim->Init.CounterSource == LPTIM_COUNTERSOURCE_EXTERNAL)) in HAL_LPTIM_Init()
259 assert_param(IS_LPTIM_CLOCK_POLARITY(hlptim->Init.UltraLowPowerClock.Polarity)); in HAL_LPTIM_Init()
260 assert_param(IS_LPTIM_CLOCK_SAMPLE_TIME(hlptim->Init.UltraLowPowerClock.SampleTime)); in HAL_LPTIM_Init()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_lptim.c207 static HAL_StatusTypeDef LPTIM_WaitForFlag(LPTIM_HandleTypeDef *hlptim, uint32_t flag);
239 HAL_StatusTypeDef HAL_LPTIM_Init(LPTIM_HandleTypeDef *hlptim) in HAL_LPTIM_Init() argument
244 if (hlptim == NULL) in HAL_LPTIM_Init()
250 assert_param(IS_LPTIM_INSTANCE(hlptim->Instance)); in HAL_LPTIM_Init()
252 assert_param(IS_LPTIM_CLOCK_SOURCE(hlptim->Init.Clock.Source)); in HAL_LPTIM_Init()
253 assert_param(IS_LPTIM_CLOCK_PRESCALER(hlptim->Init.Clock.Prescaler)); in HAL_LPTIM_Init()
254 if ((hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Init()
255 || (hlptim->Init.CounterSource == LPTIM_COUNTERSOURCE_EXTERNAL)) in HAL_LPTIM_Init()
257 assert_param(IS_LPTIM_CLOCK_POLARITY(hlptim->Init.UltraLowPowerClock.Polarity)); in HAL_LPTIM_Init()
258 assert_param(IS_LPTIM_CLOCK_SAMPLE_TIME(hlptim->Init.UltraLowPowerClock.SampleTime)); in HAL_LPTIM_Init()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_lptim.c207 static HAL_StatusTypeDef LPTIM_WaitForFlag(LPTIM_HandleTypeDef *hlptim, uint32_t flag);
239 HAL_StatusTypeDef HAL_LPTIM_Init(LPTIM_HandleTypeDef *hlptim) in HAL_LPTIM_Init() argument
244 if (hlptim == NULL) in HAL_LPTIM_Init()
250 assert_param(IS_LPTIM_INSTANCE(hlptim->Instance)); in HAL_LPTIM_Init()
252 assert_param(IS_LPTIM_CLOCK_SOURCE(hlptim->Init.Clock.Source)); in HAL_LPTIM_Init()
253 assert_param(IS_LPTIM_CLOCK_PRESCALER(hlptim->Init.Clock.Prescaler)); in HAL_LPTIM_Init()
254 if ((hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Init()
255 || (hlptim->Init.CounterSource == LPTIM_COUNTERSOURCE_EXTERNAL)) in HAL_LPTIM_Init()
257 assert_param(IS_LPTIM_CLOCK_POLARITY(hlptim->Init.UltraLowPowerClock.Polarity)); in HAL_LPTIM_Init()
258 assert_param(IS_LPTIM_CLOCK_SAMPLE_TIME(hlptim->Init.UltraLowPowerClock.SampleTime)); in HAL_LPTIM_Init()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_lptim.c212 static HAL_StatusTypeDef LPTIM_WaitForFlag(const LPTIM_HandleTypeDef *hlptim, uint32_t flag);
244 HAL_StatusTypeDef HAL_LPTIM_Init(LPTIM_HandleTypeDef *hlptim) in HAL_LPTIM_Init() argument
249 if (hlptim == NULL) in HAL_LPTIM_Init()
255 assert_param(IS_LPTIM_INSTANCE(hlptim->Instance)); in HAL_LPTIM_Init()
257 assert_param(IS_LPTIM_CLOCK_SOURCE(hlptim->Init.Clock.Source)); in HAL_LPTIM_Init()
258 assert_param(IS_LPTIM_CLOCK_PRESCALER(hlptim->Init.Clock.Prescaler)); in HAL_LPTIM_Init()
259 if ((hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Init()
260 || (hlptim->Init.CounterSource == LPTIM_COUNTERSOURCE_EXTERNAL)) in HAL_LPTIM_Init()
262 assert_param(IS_LPTIM_CLOCK_POLARITY(hlptim->Init.UltraLowPowerClock.Polarity)); in HAL_LPTIM_Init()
263 assert_param(IS_LPTIM_CLOCK_SAMPLE_TIME(hlptim->Init.UltraLowPowerClock.SampleTime)); in HAL_LPTIM_Init()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_lptim.c209 static HAL_StatusTypeDef LPTIM_WaitForFlag(LPTIM_HandleTypeDef *hlptim, uint32_t flag);
241 HAL_StatusTypeDef HAL_LPTIM_Init(LPTIM_HandleTypeDef *hlptim) in HAL_LPTIM_Init() argument
246 if (hlptim == NULL) in HAL_LPTIM_Init()
252 assert_param(IS_LPTIM_INSTANCE(hlptim->Instance)); in HAL_LPTIM_Init()
254 assert_param(IS_LPTIM_CLOCK_SOURCE(hlptim->Init.Clock.Source)); in HAL_LPTIM_Init()
255 assert_param(IS_LPTIM_CLOCK_PRESCALER(hlptim->Init.Clock.Prescaler)); in HAL_LPTIM_Init()
256 if ((hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Init()
257 || (hlptim->Init.CounterSource == LPTIM_COUNTERSOURCE_EXTERNAL)) in HAL_LPTIM_Init()
259 assert_param(IS_LPTIM_CLOCK_POLARITY(hlptim->Init.UltraLowPowerClock.Polarity)); in HAL_LPTIM_Init()
260 assert_param(IS_LPTIM_CLOCK_SAMPLE_TIME(hlptim->Init.UltraLowPowerClock.SampleTime)); in HAL_LPTIM_Init()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_lptim.c191 static HAL_StatusTypeDef LPTIM_WaitForFlag(LPTIM_HandleTypeDef *hlptim, uint32_t flag);
223 HAL_StatusTypeDef HAL_LPTIM_Init(LPTIM_HandleTypeDef *hlptim) in HAL_LPTIM_Init() argument
228 if (hlptim == NULL) in HAL_LPTIM_Init()
234 assert_param(IS_LPTIM_INSTANCE(hlptim->Instance)); in HAL_LPTIM_Init()
236 assert_param(IS_LPTIM_CLOCK_SOURCE(hlptim->Init.Clock.Source)); in HAL_LPTIM_Init()
237 assert_param(IS_LPTIM_CLOCK_PRESCALER(hlptim->Init.Clock.Prescaler)); in HAL_LPTIM_Init()
238 if ((hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Init()
239 || (hlptim->Init.CounterSource == LPTIM_COUNTERSOURCE_EXTERNAL)) in HAL_LPTIM_Init()
241 assert_param(IS_LPTIM_CLOCK_POLARITY(hlptim->Init.UltraLowPowerClock.Polarity)); in HAL_LPTIM_Init()
242 assert_param(IS_LPTIM_CLOCK_SAMPLE_TIME(hlptim->Init.UltraLowPowerClock.SampleTime)); in HAL_LPTIM_Init()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_lptim.c191 static HAL_StatusTypeDef LPTIM_WaitForFlag(LPTIM_HandleTypeDef *hlptim, uint32_t flag);
223 HAL_StatusTypeDef HAL_LPTIM_Init(LPTIM_HandleTypeDef *hlptim) in HAL_LPTIM_Init() argument
228 if (hlptim == NULL) in HAL_LPTIM_Init()
234 assert_param(IS_LPTIM_INSTANCE(hlptim->Instance)); in HAL_LPTIM_Init()
236 assert_param(IS_LPTIM_CLOCK_SOURCE(hlptim->Init.Clock.Source)); in HAL_LPTIM_Init()
237 assert_param(IS_LPTIM_CLOCK_PRESCALER(hlptim->Init.Clock.Prescaler)); in HAL_LPTIM_Init()
238 if ((hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Init()
239 || (hlptim->Init.CounterSource == LPTIM_COUNTERSOURCE_EXTERNAL)) in HAL_LPTIM_Init()
241 assert_param(IS_LPTIM_CLOCK_POLARITY(hlptim->Init.UltraLowPowerClock.Polarity)); in HAL_LPTIM_Init()
242 assert_param(IS_LPTIM_CLOCK_SAMPLE_TIME(hlptim->Init.UltraLowPowerClock.SampleTime)); in HAL_LPTIM_Init()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_lptim.c191 static HAL_StatusTypeDef LPTIM_WaitForFlag(LPTIM_HandleTypeDef *hlptim, uint32_t flag);
223 HAL_StatusTypeDef HAL_LPTIM_Init(LPTIM_HandleTypeDef *hlptim) in HAL_LPTIM_Init() argument
228 if (hlptim == NULL) in HAL_LPTIM_Init()
234 assert_param(IS_LPTIM_INSTANCE(hlptim->Instance)); in HAL_LPTIM_Init()
236 assert_param(IS_LPTIM_CLOCK_SOURCE(hlptim->Init.Clock.Source)); in HAL_LPTIM_Init()
237 assert_param(IS_LPTIM_CLOCK_PRESCALER(hlptim->Init.Clock.Prescaler)); in HAL_LPTIM_Init()
238 if ((hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Init()
239 || (hlptim->Init.CounterSource == LPTIM_COUNTERSOURCE_EXTERNAL)) in HAL_LPTIM_Init()
241 assert_param(IS_LPTIM_CLOCK_POLARITY(hlptim->Init.UltraLowPowerClock.Polarity)); in HAL_LPTIM_Init()
242 assert_param(IS_LPTIM_CLOCK_SAMPLE_TIME(hlptim->Init.UltraLowPowerClock.SampleTime)); in HAL_LPTIM_Init()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_lptim.c188 static HAL_StatusTypeDef LPTIM_WaitForFlag(LPTIM_HandleTypeDef *hlptim, uint32_t flag);
220 HAL_StatusTypeDef HAL_LPTIM_Init(LPTIM_HandleTypeDef *hlptim) in HAL_LPTIM_Init() argument
225 if (hlptim == NULL) in HAL_LPTIM_Init()
231 assert_param(IS_LPTIM_INSTANCE(hlptim->Instance)); in HAL_LPTIM_Init()
233 assert_param(IS_LPTIM_CLOCK_SOURCE(hlptim->Init.Clock.Source)); in HAL_LPTIM_Init()
234 assert_param(IS_LPTIM_CLOCK_PRESCALER(hlptim->Init.Clock.Prescaler)); in HAL_LPTIM_Init()
235 if ((hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Init()
236 || (hlptim->Init.CounterSource == LPTIM_COUNTERSOURCE_EXTERNAL)) in HAL_LPTIM_Init()
238 assert_param(IS_LPTIM_CLOCK_POLARITY(hlptim->Init.UltraLowPowerClock.Polarity)); in HAL_LPTIM_Init()
239 assert_param(IS_LPTIM_CLOCK_SAMPLE_TIME(hlptim->Init.UltraLowPowerClock.SampleTime)); in HAL_LPTIM_Init()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_lptim.c188 static HAL_StatusTypeDef LPTIM_WaitForFlag(LPTIM_HandleTypeDef *hlptim, uint32_t flag);
220 HAL_StatusTypeDef HAL_LPTIM_Init(LPTIM_HandleTypeDef *hlptim) in HAL_LPTIM_Init() argument
225 if (hlptim == NULL) in HAL_LPTIM_Init()
231 assert_param(IS_LPTIM_INSTANCE(hlptim->Instance)); in HAL_LPTIM_Init()
233 assert_param(IS_LPTIM_CLOCK_SOURCE(hlptim->Init.Clock.Source)); in HAL_LPTIM_Init()
234 assert_param(IS_LPTIM_CLOCK_PRESCALER(hlptim->Init.Clock.Prescaler)); in HAL_LPTIM_Init()
235 if ((hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Init()
236 || (hlptim->Init.CounterSource == LPTIM_COUNTERSOURCE_EXTERNAL)) in HAL_LPTIM_Init()
238 assert_param(IS_LPTIM_CLOCK_POLARITY(hlptim->Init.UltraLowPowerClock.Polarity)); in HAL_LPTIM_Init()
239 assert_param(IS_LPTIM_CLOCK_SAMPLE_TIME(hlptim->Init.UltraLowPowerClock.SampleTime)); in HAL_LPTIM_Init()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_lptim.c188 static HAL_StatusTypeDef LPTIM_WaitForFlag(const LPTIM_HandleTypeDef *hlptim, uint32_t flag);
220 HAL_StatusTypeDef HAL_LPTIM_Init(LPTIM_HandleTypeDef *hlptim) in HAL_LPTIM_Init() argument
225 if (hlptim == NULL) in HAL_LPTIM_Init()
231 assert_param(IS_LPTIM_INSTANCE(hlptim->Instance)); in HAL_LPTIM_Init()
233 assert_param(IS_LPTIM_CLOCK_SOURCE(hlptim->Init.Clock.Source)); in HAL_LPTIM_Init()
234 assert_param(IS_LPTIM_CLOCK_PRESCALER(hlptim->Init.Clock.Prescaler)); in HAL_LPTIM_Init()
235 if ((hlptim->Init.Clock.Source == LPTIM_CLOCKSOURCE_ULPTIM) in HAL_LPTIM_Init()
236 || (hlptim->Init.CounterSource == LPTIM_COUNTERSOURCE_EXTERNAL)) in HAL_LPTIM_Init()
238 assert_param(IS_LPTIM_CLOCK_POLARITY(hlptim->Init.UltraLowPowerClock.Polarity)); in HAL_LPTIM_Init()
239 assert_param(IS_LPTIM_CLOCK_SAMPLE_TIME(hlptim->Init.UltraLowPowerClock.SampleTime)); in HAL_LPTIM_Init()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_lptim.h224 …void (* MspInitCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< LPTIM Base Msp Ini…
225 …void (* MspDeInitCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< LPTIM Base Msp DeI…
226 …void (* CompareMatchCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Compare match Call…
227 …void (* AutoReloadMatchCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Auto-reload match …
228 …void (* TriggerCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< External trigger e…
229 …void (* CompareWriteCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Compare register w…
230 …void (* AutoReloadWriteCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Auto-reload regist…
231 …void (* DirectionUpCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Up-counting direct…
232 …void (* DirectionDownCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Down-counting dire…
233 …void (* UpdateEventCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Update event detec…
[all …]
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_lptim.h224 …void (* MspInitCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< LPTIM Base Msp Ini…
225 …void (* MspDeInitCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< LPTIM Base Msp DeI…
226 …void (* CompareMatchCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Compare match Call…
227 …void (* AutoReloadMatchCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Auto-reload match …
228 …void (* TriggerCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< External trigger e…
229 …void (* CompareWriteCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Compare register w…
230 …void (* AutoReloadWriteCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Auto-reload regist…
231 …void (* DirectionUpCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Up-counting direct…
232 …void (* DirectionDownCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Down-counting dire…
233 …void (* UpdateEventCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Update event detec…
[all …]
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_lptim.h224 …void (* MspInitCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< LPTIM Base Msp Ini…
225 …void (* MspDeInitCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< LPTIM Base Msp DeI…
226 …void (* CompareMatchCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Compare match Call…
227 …void (* AutoReloadMatchCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Auto-reload match …
228 …void (* TriggerCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< External trigger e…
229 …void (* CompareWriteCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Compare register w…
230 …void (* AutoReloadWriteCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Auto-reload regist…
231 …void (* DirectionUpCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Up-counting direct…
232 …void (* DirectionDownCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Down-counting dire…
233 …void (* UpdateEventCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Update event detec…
[all …]
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_lptim.h169 …void (* MspInitCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< LPTIM Base Msp Ini…
170 …void (* MspDeInitCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< LPTIM Base Msp DeI…
171 …void (* CompareMatchCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Compare match Call…
172 …void (* AutoReloadMatchCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Auto-reload match …
173 …void (* TriggerCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< External trigger e…
174 …void (* CompareWriteCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Compare register w…
175 …void (* AutoReloadWriteCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Auto-reload regist…
176 …void (* DirectionUpCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Up-counting direct…
177 …void (* DirectionDownCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Down-counting dire…
179 …void (* UpdateEventCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Update event detec…
[all …]
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_lptim.h168 …void (* MspInitCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< LPTIM Base Msp Ini…
169 …void (* MspDeInitCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< LPTIM Base Msp DeI…
170 …void (* CompareMatchCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Compare match Call…
171 …void (* AutoReloadMatchCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Auto-reload match …
172 …void (* TriggerCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< External trigger e…
173 …void (* CompareWriteCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Compare register w…
174 …void (* AutoReloadWriteCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Auto-reload regist…
175 …void (* DirectionUpCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Up-counting direct…
176 …void (* DirectionDownCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Down-counting dire…
177 …void (* UpdateEventCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Update event detec…
[all …]
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_lptim.h168 …void (* MspInitCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< LPTIM Base Msp Ini…
169 …void (* MspDeInitCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< LPTIM Base Msp DeI…
170 …void (* CompareMatchCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Compare match Call…
171 …void (* AutoReloadMatchCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Auto-reload match …
172 …void (* TriggerCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< External trigger e…
173 …void (* CompareWriteCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Compare register w…
174 …void (* AutoReloadWriteCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Auto-reload regist…
175 …void (* DirectionUpCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Up-counting direct…
176 …void (* DirectionDownCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Down-counting dire…
177 …void (* UpdateEventCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Update event detec…
[all …]
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_lptim.h149 …void (* MspInitCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< LPTIM Base Msp Ini…
150 …void (* MspDeInitCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< LPTIM Base Msp DeI…
151 …void (* CompareMatchCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Compare match Call…
152 …void (* AutoReloadMatchCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Auto-reload match …
153 …void (* TriggerCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< External trigger e…
154 …void (* CompareWriteCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Compare register w…
155 …void (* AutoReloadWriteCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Auto-reload regist…
156 …void (* DirectionUpCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Up-counting direct…
157 …void (* DirectionDownCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Down-counting dire…
181 typedef void (*pLPTIM_CallbackTypeDef)(LPTIM_HandleTypeDef *hlptim); /*!< pointer to the LPTIM ca…
[all …]
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_lptim.h149 …void (* MspInitCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< LPTIM Base Msp Ini…
150 …void (* MspDeInitCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< LPTIM Base Msp DeI…
151 …void (* CompareMatchCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Compare match Call…
152 …void (* AutoReloadMatchCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Auto-reload match …
153 …void (* TriggerCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< External trigger e…
154 …void (* CompareWriteCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Compare register w…
155 …void (* AutoReloadWriteCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Auto-reload regist…
156 …void (* DirectionUpCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Up-counting direct…
157 …void (* DirectionDownCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Down-counting dire…
181 typedef void (*pLPTIM_CallbackTypeDef)(LPTIM_HandleTypeDef *hlptim); /*!< pointer to the LPTIM ca…
[all …]
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_lptim.h156 …void (* MspInitCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< LPTIM Base Msp Ini…
157 …void (* MspDeInitCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< LPTIM Base Msp DeI…
158 …void (* CompareMatchCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Compare match Call…
159 …void (* AutoReloadMatchCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Auto-reload match …
160 …void (* TriggerCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< External trigger e…
161 …void (* CompareWriteCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Compare register w…
162 …void (* AutoReloadWriteCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Auto-reload regist…
163 …void (* DirectionUpCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Up-counting direct…
164 …void (* DirectionDownCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Down-counting dire…
188 typedef void (*pLPTIM_CallbackTypeDef)(LPTIM_HandleTypeDef *hlptim); /*!< pointer to the LPTIM ca…
[all …]
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_lptim.h156 …void (* MspInitCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< LPTIM Base Msp Ini…
157 …void (* MspDeInitCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< LPTIM Base Msp DeI…
158 …void (* CompareMatchCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Compare match Call…
159 …void (* AutoReloadMatchCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Auto-reload match …
160 …void (* TriggerCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< External trigger e…
161 …void (* CompareWriteCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Compare register w…
162 …void (* AutoReloadWriteCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Auto-reload regist…
163 …void (* DirectionUpCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Up-counting direct…
164 …void (* DirectionDownCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Down-counting dire…
188 typedef void (*pLPTIM_CallbackTypeDef)(LPTIM_HandleTypeDef *hlptim); /*!< pointer to the LPTIM ca…
[all …]
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_lptim.h149 …void (* MspInitCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< LPTIM Base Msp Ini…
150 …void (* MspDeInitCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< LPTIM Base Msp DeI…
151 …void (* CompareMatchCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Compare match Call…
152 …void (* AutoReloadMatchCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Auto-reload match …
153 …void (* TriggerCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< External trigger e…
154 …void (* CompareWriteCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Compare register w…
155 …void (* AutoReloadWriteCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Auto-reload regist…
156 …void (* DirectionUpCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Up-counting direct…
157 …void (* DirectionDownCallback)(struct __LPTIM_HandleTypeDef *hlptim); /*!< Down-counting dire…
181 typedef void (*pLPTIM_CallbackTypeDef)(LPTIM_HandleTypeDef *hlptim); /*!< pointer to the LPTIM ca…
[all …]

12