/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_lptim.c | 190 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/ |
D | stm32h5xx_hal_lptim.c | 190 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/ |
D | stm32wbaxx_hal_lptim.c | 190 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/ |
D | stm32l4xx_hal_lptim.c | 209 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/ |
D | stm32wlxx_hal_lptim.c | 207 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/ |
D | stm32l5xx_hal_lptim.c | 207 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/ |
D | stm32wbxx_hal_lptim.c | 212 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/ |
D | stm32g0xx_hal_lptim.c | 209 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/ |
D | stm32mp1xx_hal_lptim.c | 191 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/ |
D | stm32h7xx_hal_lptim.c | 191 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/ |
D | stm32g4xx_hal_lptim.c | 191 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/ |
D | stm32f4xx_hal_lptim.c | 188 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/ |
D | stm32f7xx_hal_lptim.c | 188 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/ |
D | stm32l0xx_hal_lptim.c | 188 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/ |
D | stm32u5xx_hal_lptim.h | 224 …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/ |
D | stm32wbaxx_hal_lptim.h | 224 …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/ |
D | stm32h5xx_hal_lptim.h | 224 …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/ |
D | stm32l4xx_hal_lptim.h | 169 …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/ |
D | stm32wlxx_hal_lptim.h | 168 …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/ |
D | stm32l5xx_hal_lptim.h | 168 …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/ |
D | stm32l0xx_hal_lptim.h | 149 …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/ |
D | stm32f7xx_hal_lptim.h | 149 …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/ |
D | stm32h7xx_hal_lptim.h | 156 …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/ |
D | stm32mp1xx_hal_lptim.h | 156 …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/ |
D | stm32f4xx_hal_lptim.h | 149 …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 …]
|