Home
last modified time | relevance | path

Searched refs:tmpcfgr (Results 1 – 17 of 17) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_lptim.c246 uint32_t tmpcfgr; in HAL_LPTIM_Init() local
301 tmpcfgr = hlptim->Instance->CFGR; in HAL_LPTIM_Init()
306 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKPOL | LPTIM_CFGR_CKFLT)); in HAL_LPTIM_Init()
310 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_TRGFLT | LPTIM_CFGR_TRIGSEL)); in HAL_LPTIM_Init()
314 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKSEL | LPTIM_CFGR_TRIGEN | LPTIM_CFGR_PRELOAD | in HAL_LPTIM_Init()
318 tmpcfgr |= (hlptim->Init.Clock.Source | in HAL_LPTIM_Init()
329 tmpcfgr |= (hlptim->Init.Trigger.SampleTime | in HAL_LPTIM_Init()
337 tmpcfgr |= (hlptim->Init.UltraLowPowerClock.Polarity | in HAL_LPTIM_Init()
345 tmpcfgr |= (hlptim->Init.Trigger.Source | in HAL_LPTIM_Init()
351 hlptim->Instance->CFGR = tmpcfgr; in HAL_LPTIM_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_lptim.c225 uint32_t tmpcfgr; in HAL_LPTIM_Init() local
280 tmpcfgr = hlptim->Instance->CFGR; in HAL_LPTIM_Init()
285 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKPOL | LPTIM_CFGR_CKFLT)); in HAL_LPTIM_Init()
289 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_TRGFLT | LPTIM_CFGR_TRIGSEL)); in HAL_LPTIM_Init()
293 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKSEL | LPTIM_CFGR_TRIGEN | LPTIM_CFGR_PRELOAD | in HAL_LPTIM_Init()
297 tmpcfgr |= (hlptim->Init.Clock.Source | in HAL_LPTIM_Init()
308 tmpcfgr |= (hlptim->Init.Trigger.SampleTime | in HAL_LPTIM_Init()
316 tmpcfgr |= (hlptim->Init.UltraLowPowerClock.Polarity | in HAL_LPTIM_Init()
324 tmpcfgr |= (hlptim->Init.Trigger.Source | in HAL_LPTIM_Init()
330 hlptim->Instance->CFGR = tmpcfgr; in HAL_LPTIM_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_lptim.c222 uint32_t tmpcfgr; in HAL_LPTIM_Init() local
277 tmpcfgr = hlptim->Instance->CFGR; in HAL_LPTIM_Init()
282 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKPOL | LPTIM_CFGR_CKFLT)); in HAL_LPTIM_Init()
286 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_TRGFLT | LPTIM_CFGR_TRIGSEL)); in HAL_LPTIM_Init()
290 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKSEL | LPTIM_CFGR_TRIGEN | LPTIM_CFGR_PRELOAD | in HAL_LPTIM_Init()
294 tmpcfgr |= (hlptim->Init.Clock.Source | in HAL_LPTIM_Init()
305 tmpcfgr |= (hlptim->Init.Trigger.SampleTime | in HAL_LPTIM_Init()
313 tmpcfgr |= (hlptim->Init.UltraLowPowerClock.Polarity | in HAL_LPTIM_Init()
321 tmpcfgr |= (hlptim->Init.Trigger.Source | in HAL_LPTIM_Init()
327 hlptim->Instance->CFGR = tmpcfgr; in HAL_LPTIM_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_lptim.c222 uint32_t tmpcfgr; in HAL_LPTIM_Init() local
277 tmpcfgr = hlptim->Instance->CFGR; in HAL_LPTIM_Init()
282 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKPOL | LPTIM_CFGR_CKFLT)); in HAL_LPTIM_Init()
286 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_TRGFLT | LPTIM_CFGR_TRIGSEL)); in HAL_LPTIM_Init()
290 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKSEL | LPTIM_CFGR_TRIGEN | LPTIM_CFGR_PRELOAD | in HAL_LPTIM_Init()
294 tmpcfgr |= (hlptim->Init.Clock.Source | in HAL_LPTIM_Init()
305 tmpcfgr |= (hlptim->Init.Trigger.SampleTime | in HAL_LPTIM_Init()
313 tmpcfgr |= (hlptim->Init.UltraLowPowerClock.Polarity | in HAL_LPTIM_Init()
321 tmpcfgr |= (hlptim->Init.Trigger.Source | in HAL_LPTIM_Init()
327 hlptim->Instance->CFGR = tmpcfgr; in HAL_LPTIM_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_lptim.c243 uint32_t tmpcfgr; in HAL_LPTIM_Init() local
298 tmpcfgr = hlptim->Instance->CFGR; in HAL_LPTIM_Init()
303 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKPOL | LPTIM_CFGR_CKFLT)); in HAL_LPTIM_Init()
307 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_TRGFLT | LPTIM_CFGR_TRIGSEL)); in HAL_LPTIM_Init()
311 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKSEL | LPTIM_CFGR_TRIGEN | LPTIM_CFGR_PRELOAD | in HAL_LPTIM_Init()
315 tmpcfgr |= (hlptim->Init.Clock.Source | in HAL_LPTIM_Init()
326 tmpcfgr |= (hlptim->Init.Trigger.SampleTime | in HAL_LPTIM_Init()
334 tmpcfgr |= (hlptim->Init.UltraLowPowerClock.Polarity | in HAL_LPTIM_Init()
342 tmpcfgr |= (hlptim->Init.Trigger.Source | in HAL_LPTIM_Init()
348 hlptim->Instance->CFGR = tmpcfgr; in HAL_LPTIM_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_lptim.c222 uint32_t tmpcfgr; in HAL_LPTIM_Init() local
277 tmpcfgr = hlptim->Instance->CFGR; in HAL_LPTIM_Init()
282 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKPOL | LPTIM_CFGR_CKFLT)); in HAL_LPTIM_Init()
286 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_TRGFLT | LPTIM_CFGR_TRIGSEL)); in HAL_LPTIM_Init()
290 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKSEL | LPTIM_CFGR_TRIGEN | LPTIM_CFGR_PRELOAD | in HAL_LPTIM_Init()
294 tmpcfgr |= (hlptim->Init.Clock.Source | in HAL_LPTIM_Init()
305 tmpcfgr |= (hlptim->Init.Trigger.SampleTime | in HAL_LPTIM_Init()
313 tmpcfgr |= (hlptim->Init.UltraLowPowerClock.Polarity | in HAL_LPTIM_Init()
321 tmpcfgr |= (hlptim->Init.Trigger.Source | in HAL_LPTIM_Init()
327 hlptim->Instance->CFGR = tmpcfgr; in HAL_LPTIM_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_lptim.c225 uint32_t tmpcfgr; in HAL_LPTIM_Init() local
280 tmpcfgr = hlptim->Instance->CFGR; in HAL_LPTIM_Init()
285 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKPOL | LPTIM_CFGR_CKFLT)); in HAL_LPTIM_Init()
289 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_TRGFLT | LPTIM_CFGR_TRIGSEL)); in HAL_LPTIM_Init()
293 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKSEL | LPTIM_CFGR_TRIGEN | LPTIM_CFGR_PRELOAD | in HAL_LPTIM_Init()
297 tmpcfgr |= (hlptim->Init.Clock.Source | in HAL_LPTIM_Init()
308 tmpcfgr |= (hlptim->Init.Trigger.SampleTime | in HAL_LPTIM_Init()
316 tmpcfgr |= (hlptim->Init.UltraLowPowerClock.Polarity | in HAL_LPTIM_Init()
324 tmpcfgr |= (hlptim->Init.Trigger.Source | in HAL_LPTIM_Init()
330 hlptim->Instance->CFGR = tmpcfgr; in HAL_LPTIM_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_lptim.c225 uint32_t tmpcfgr; in HAL_LPTIM_Init() local
280 tmpcfgr = hlptim->Instance->CFGR; in HAL_LPTIM_Init()
285 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKPOL | LPTIM_CFGR_CKFLT)); in HAL_LPTIM_Init()
289 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_TRGFLT | LPTIM_CFGR_TRIGSEL)); in HAL_LPTIM_Init()
293 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKSEL | LPTIM_CFGR_TRIGEN | LPTIM_CFGR_PRELOAD | in HAL_LPTIM_Init()
297 tmpcfgr |= (hlptim->Init.Clock.Source | in HAL_LPTIM_Init()
308 tmpcfgr |= (hlptim->Init.Trigger.SampleTime | in HAL_LPTIM_Init()
316 tmpcfgr |= (hlptim->Init.UltraLowPowerClock.Polarity | in HAL_LPTIM_Init()
324 tmpcfgr |= (hlptim->Init.Trigger.Source | in HAL_LPTIM_Init()
330 hlptim->Instance->CFGR = tmpcfgr; in HAL_LPTIM_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_lptim.c241 uint32_t tmpcfgr; in HAL_LPTIM_Init() local
321 tmpcfgr = hlptim->Instance->CFGR; in HAL_LPTIM_Init()
326 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKPOL | LPTIM_CFGR_CKFLT)); in HAL_LPTIM_Init()
330 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_TRGFLT | LPTIM_CFGR_TRIGSEL)); in HAL_LPTIM_Init()
334 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKSEL | LPTIM_CFGR_TRIGEN | LPTIM_CFGR_PRELOAD | in HAL_LPTIM_Init()
338 tmpcfgr |= (hlptim->Init.Clock.Source | in HAL_LPTIM_Init()
349 tmpcfgr |= (hlptim->Init.Trigger.SampleTime | in HAL_LPTIM_Init()
357 tmpcfgr |= (hlptim->Init.UltraLowPowerClock.Polarity | in HAL_LPTIM_Init()
365 tmpcfgr |= (hlptim->Init.Trigger.Source | in HAL_LPTIM_Init()
371 hlptim->Instance->CFGR = tmpcfgr; in HAL_LPTIM_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_lptim.c241 uint32_t tmpcfgr; in HAL_LPTIM_Init() local
321 tmpcfgr = hlptim->Instance->CFGR; in HAL_LPTIM_Init()
326 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKPOL | LPTIM_CFGR_CKFLT)); in HAL_LPTIM_Init()
330 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_TRGFLT | LPTIM_CFGR_TRIGSEL)); in HAL_LPTIM_Init()
334 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKSEL | LPTIM_CFGR_TRIGEN | LPTIM_CFGR_PRELOAD | in HAL_LPTIM_Init()
338 tmpcfgr |= (hlptim->Init.Clock.Source | in HAL_LPTIM_Init()
349 tmpcfgr |= (hlptim->Init.Trigger.SampleTime | in HAL_LPTIM_Init()
357 tmpcfgr |= (hlptim->Init.UltraLowPowerClock.Polarity | in HAL_LPTIM_Init()
365 tmpcfgr |= (hlptim->Init.Trigger.Source | in HAL_LPTIM_Init()
371 hlptim->Instance->CFGR = tmpcfgr; in HAL_LPTIM_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_lptim.c243 uint32_t tmpcfgr; in HAL_LPTIM_Init() local
327 tmpcfgr = hlptim->Instance->CFGR; in HAL_LPTIM_Init()
332 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKPOL | LPTIM_CFGR_CKFLT)); in HAL_LPTIM_Init()
336 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_TRGFLT | LPTIM_CFGR_TRIGSEL)); in HAL_LPTIM_Init()
340 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKSEL | LPTIM_CFGR_TRIGEN | LPTIM_CFGR_PRELOAD | in HAL_LPTIM_Init()
344 tmpcfgr |= (hlptim->Init.Clock.Source | in HAL_LPTIM_Init()
355 tmpcfgr |= (hlptim->Init.Trigger.SampleTime | in HAL_LPTIM_Init()
363 tmpcfgr |= (hlptim->Init.UltraLowPowerClock.Polarity | in HAL_LPTIM_Init()
371 tmpcfgr |= (hlptim->Init.Trigger.Source | in HAL_LPTIM_Init()
377 hlptim->Instance->CFGR = tmpcfgr; in HAL_LPTIM_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_lptim.c238 uint32_t tmpcfgr; in HAL_LPTIM_Init() local
325 tmpcfgr = hlptim->Instance->CFGR; in HAL_LPTIM_Init()
330 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKPOL | LPTIM_CFGR_CKFLT)); in HAL_LPTIM_Init()
334 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_TRGFLT | LPTIM_CFGR_TRIGSEL)); in HAL_LPTIM_Init()
338 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKSEL | LPTIM_CFGR_TRIGEN | LPTIM_CFGR_PRELOAD | in HAL_LPTIM_Init()
342 tmpcfgr |= (hlptim->Init.Clock.Source | in HAL_LPTIM_Init()
352 tmpcfgr |= (hlptim->Init.Trigger.SampleTime | in HAL_LPTIM_Init()
360 tmpcfgr |= (hlptim->Init.UltraLowPowerClock.Polarity | in HAL_LPTIM_Init()
368 tmpcfgr |= (hlptim->Init.Trigger.Source | in HAL_LPTIM_Init()
374 hlptim->Instance->CFGR = tmpcfgr; in HAL_LPTIM_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_lptim.c238 uint32_t tmpcfgr; in HAL_LPTIM_Init() local
325 tmpcfgr = hlptim->Instance->CFGR; in HAL_LPTIM_Init()
330 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKPOL | LPTIM_CFGR_CKFLT)); in HAL_LPTIM_Init()
334 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_TRGFLT | LPTIM_CFGR_TRIGSEL)); in HAL_LPTIM_Init()
338 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKSEL | LPTIM_CFGR_TRIGEN | LPTIM_CFGR_PRELOAD | in HAL_LPTIM_Init()
342 tmpcfgr |= (hlptim->Init.Clock.Source | in HAL_LPTIM_Init()
352 tmpcfgr |= (hlptim->Init.Trigger.SampleTime | in HAL_LPTIM_Init()
360 tmpcfgr |= (hlptim->Init.UltraLowPowerClock.Polarity | in HAL_LPTIM_Init()
368 tmpcfgr |= (hlptim->Init.Trigger.Source | in HAL_LPTIM_Init()
374 hlptim->Instance->CFGR = tmpcfgr; in HAL_LPTIM_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_lptim.c256 uint32_t tmpcfgr; in HAL_LPTIM_Init() local
343 tmpcfgr = hlptim->Instance->CFGR; in HAL_LPTIM_Init()
348 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKPOL | LPTIM_CFGR_CKFLT)); in HAL_LPTIM_Init()
352 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_TRGFLT | LPTIM_CFGR_TRIGSEL)); in HAL_LPTIM_Init()
356 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKSEL | LPTIM_CFGR_TRIGEN | LPTIM_CFGR_PRELOAD | in HAL_LPTIM_Init()
360 tmpcfgr |= (hlptim->Init.Clock.Source | in HAL_LPTIM_Init()
370 tmpcfgr |= (hlptim->Init.Trigger.SampleTime | in HAL_LPTIM_Init()
378 tmpcfgr |= (hlptim->Init.UltraLowPowerClock.Polarity | in HAL_LPTIM_Init()
386 tmpcfgr |= (hlptim->Init.Trigger.Source | in HAL_LPTIM_Init()
392 hlptim->Instance->CFGR = tmpcfgr; in HAL_LPTIM_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_lptim.c256 uint32_t tmpcfgr; in HAL_LPTIM_Init() local
343 tmpcfgr = hlptim->Instance->CFGR; in HAL_LPTIM_Init()
348 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKPOL | LPTIM_CFGR_CKFLT)); in HAL_LPTIM_Init()
352 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_TRGFLT | LPTIM_CFGR_TRIGSEL)); in HAL_LPTIM_Init()
356 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKSEL | LPTIM_CFGR_TRIGEN | LPTIM_CFGR_PRELOAD | in HAL_LPTIM_Init()
360 tmpcfgr |= (hlptim->Init.Clock.Source | in HAL_LPTIM_Init()
370 tmpcfgr |= (hlptim->Init.Trigger.SampleTime | in HAL_LPTIM_Init()
378 tmpcfgr |= (hlptim->Init.UltraLowPowerClock.Polarity | in HAL_LPTIM_Init()
386 tmpcfgr |= (hlptim->Init.Trigger.Source | in HAL_LPTIM_Init()
392 hlptim->Instance->CFGR = tmpcfgr; in HAL_LPTIM_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_lptim.c238 uint32_t tmpcfgr; in HAL_LPTIM_Init() local
325 tmpcfgr = hlptim->Instance->CFGR; in HAL_LPTIM_Init()
330 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKPOL | LPTIM_CFGR_CKFLT)); in HAL_LPTIM_Init()
334 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_TRGFLT | LPTIM_CFGR_TRIGSEL)); in HAL_LPTIM_Init()
338 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKSEL | LPTIM_CFGR_TRIGEN | LPTIM_CFGR_PRELOAD | in HAL_LPTIM_Init()
342 tmpcfgr |= (hlptim->Init.Clock.Source | in HAL_LPTIM_Init()
352 tmpcfgr |= (hlptim->Init.Trigger.SampleTime | in HAL_LPTIM_Init()
360 tmpcfgr |= (hlptim->Init.UltraLowPowerClock.Polarity | in HAL_LPTIM_Init()
368 tmpcfgr |= (hlptim->Init.Trigger.Source | in HAL_LPTIM_Init()
374 hlptim->Instance->CFGR = tmpcfgr; in HAL_LPTIM_Init()
[all …]
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_lptim.c240 uint32_t tmpcfgr; in HAL_LPTIM_Init() local
327 tmpcfgr = hlptim->Instance->CFGR; in HAL_LPTIM_Init()
332 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKPOL | LPTIM_CFGR_CKFLT)); in HAL_LPTIM_Init()
336 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_TRGFLT | LPTIM_CFGR_TRIGSEL)); in HAL_LPTIM_Init()
340 tmpcfgr &= (uint32_t)(~(LPTIM_CFGR_CKSEL | LPTIM_CFGR_TRIGEN | LPTIM_CFGR_PRELOAD | in HAL_LPTIM_Init()
344 tmpcfgr |= (hlptim->Init.Clock.Source | in HAL_LPTIM_Init()
354 tmpcfgr |= (hlptim->Init.Trigger.SampleTime | in HAL_LPTIM_Init()
362 tmpcfgr |= (hlptim->Init.UltraLowPowerClock.Polarity | in HAL_LPTIM_Init()
370 tmpcfgr |= (hlptim->Init.Trigger.Source | in HAL_LPTIM_Init()
376 hlptim->Instance->CFGR = tmpcfgr; in HAL_LPTIM_Init()
[all …]