/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_lptim.h | 628 ErrorStatus LL_LPTIM_DeInit(const LPTIM_TypeDef *LPTIMx); 630 ErrorStatus LL_LPTIM_Init(LPTIM_TypeDef *LPTIMx, const LL_LPTIM_InitTypeDef *LPTIM_InitStruct); 648 __STATIC_INLINE void LL_LPTIM_Enable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Enable() argument 650 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable() 659 __STATIC_INLINE void LL_LPTIM_Disable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Disable() argument 661 CLEAR_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Disable() 670 __STATIC_INLINE uint32_t LL_LPTIM_IsEnabled(const LPTIM_TypeDef *LPTIMx) in LL_LPTIM_IsEnabled() argument 672 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled() 688 __STATIC_INLINE void LL_LPTIM_StartCounter(LPTIM_TypeDef *LPTIMx, uint32_t OperatingMode) in LL_LPTIM_StartCounter() argument 690 MODIFY_REG(LPTIMx->CR, LPTIM_CR_CNTSTRT | LPTIM_CR_SNGSTRT, OperatingMode); in LL_LPTIM_StartCounter() [all …]
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_lptim.h | 536 ErrorStatus LL_LPTIM_DeInit(const LPTIM_TypeDef *LPTIMx); 538 ErrorStatus LL_LPTIM_Init(LPTIM_TypeDef *LPTIMx, const LL_LPTIM_InitTypeDef *LPTIM_InitStruct); 556 __STATIC_INLINE void LL_LPTIM_Enable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Enable() argument 558 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable() 567 __STATIC_INLINE void LL_LPTIM_Disable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Disable() argument 569 CLEAR_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Disable() 578 __STATIC_INLINE uint32_t LL_LPTIM_IsEnabled(const LPTIM_TypeDef *LPTIMx) in LL_LPTIM_IsEnabled() argument 580 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled() 596 __STATIC_INLINE void LL_LPTIM_StartCounter(LPTIM_TypeDef *LPTIMx, uint32_t OperatingMode) in LL_LPTIM_StartCounter() argument 598 MODIFY_REG(LPTIMx->CR, LPTIM_CR_CNTSTRT | LPTIM_CR_SNGSTRT, OperatingMode); in LL_LPTIM_StartCounter() [all …]
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_lptim.h | 539 ErrorStatus LL_LPTIM_DeInit(const LPTIM_TypeDef *LPTIMx); 541 ErrorStatus LL_LPTIM_Init(LPTIM_TypeDef *LPTIMx, const LL_LPTIM_InitTypeDef *LPTIM_InitStruct); 559 __STATIC_INLINE void LL_LPTIM_Enable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Enable() argument 561 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable() 570 __STATIC_INLINE void LL_LPTIM_Disable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Disable() argument 572 CLEAR_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Disable() 581 __STATIC_INLINE uint32_t LL_LPTIM_IsEnabled(const LPTIM_TypeDef *LPTIMx) in LL_LPTIM_IsEnabled() argument 583 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled() 599 __STATIC_INLINE void LL_LPTIM_StartCounter(LPTIM_TypeDef *LPTIMx, uint32_t OperatingMode) in LL_LPTIM_StartCounter() argument 601 MODIFY_REG(LPTIMx->CR, LPTIM_CR_CNTSTRT | LPTIM_CR_SNGSTRT, OperatingMode); in LL_LPTIM_StartCounter() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_lptim.h | 542 ErrorStatus LL_LPTIM_DeInit(const LPTIM_TypeDef *LPTIMx); 544 ErrorStatus LL_LPTIM_Init(LPTIM_TypeDef *LPTIMx, const LL_LPTIM_InitTypeDef *LPTIM_InitStruct); 562 __STATIC_INLINE void LL_LPTIM_Enable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Enable() argument 564 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable() 573 __STATIC_INLINE void LL_LPTIM_Disable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Disable() argument 575 CLEAR_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Disable() 584 __STATIC_INLINE uint32_t LL_LPTIM_IsEnabled(const LPTIM_TypeDef *LPTIMx) in LL_LPTIM_IsEnabled() argument 586 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled() 602 __STATIC_INLINE void LL_LPTIM_StartCounter(LPTIM_TypeDef *LPTIMx, uint32_t OperatingMode) in LL_LPTIM_StartCounter() argument 604 MODIFY_REG(LPTIMx->CR, LPTIM_CR_CNTSTRT | LPTIM_CR_SNGSTRT, OperatingMode); in LL_LPTIM_StartCounter() [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_lptim.h | 597 ErrorStatus LL_LPTIM_DeInit(const LPTIM_TypeDef *LPTIMx); 599 ErrorStatus LL_LPTIM_Init(LPTIM_TypeDef *LPTIMx, const LL_LPTIM_InitTypeDef *LPTIM_InitStruct); 617 __STATIC_INLINE void LL_LPTIM_Enable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Enable() argument 619 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable() 628 __STATIC_INLINE void LL_LPTIM_Disable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Disable() argument 630 CLEAR_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Disable() 639 __STATIC_INLINE uint32_t LL_LPTIM_IsEnabled(const LPTIM_TypeDef *LPTIMx) in LL_LPTIM_IsEnabled() argument 641 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled() 657 __STATIC_INLINE void LL_LPTIM_StartCounter(LPTIM_TypeDef *LPTIMx, uint32_t OperatingMode) in LL_LPTIM_StartCounter() argument 659 MODIFY_REG(LPTIMx->CR, LPTIM_CR_CNTSTRT | LPTIM_CR_SNGSTRT, OperatingMode); in LL_LPTIM_StartCounter() [all …]
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_lptim.h | 559 ErrorStatus LL_LPTIM_DeInit(const LPTIM_TypeDef *LPTIMx); 561 ErrorStatus LL_LPTIM_Init(LPTIM_TypeDef *LPTIMx, const LL_LPTIM_InitTypeDef *LPTIM_InitStruct); 579 __STATIC_INLINE void LL_LPTIM_Enable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Enable() argument 581 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable() 590 __STATIC_INLINE void LL_LPTIM_Disable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Disable() argument 592 CLEAR_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Disable() 601 __STATIC_INLINE uint32_t LL_LPTIM_IsEnabled(const LPTIM_TypeDef *LPTIMx) in LL_LPTIM_IsEnabled() argument 603 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled() 619 __STATIC_INLINE void LL_LPTIM_StartCounter(LPTIM_TypeDef *LPTIMx, uint32_t OperatingMode) in LL_LPTIM_StartCounter() argument 621 MODIFY_REG(LPTIMx->CR, LPTIM_CR_CNTSTRT | LPTIM_CR_SNGSTRT, OperatingMode); in LL_LPTIM_StartCounter() [all …]
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_lptim.h | 355 ErrorStatus LL_LPTIM_DeInit(const LPTIM_TypeDef *LPTIMx); 357 ErrorStatus LL_LPTIM_Init(LPTIM_TypeDef *LPTIMx, const LL_LPTIM_InitTypeDef *LPTIM_InitStruct); 358 void LL_LPTIM_Disable(LPTIM_TypeDef *LPTIMx); 376 __STATIC_INLINE void LL_LPTIM_Enable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Enable() argument 378 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable() 387 __STATIC_INLINE uint32_t LL_LPTIM_IsEnabled(const LPTIM_TypeDef *LPTIMx) in LL_LPTIM_IsEnabled() argument 389 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled() 405 __STATIC_INLINE void LL_LPTIM_StartCounter(LPTIM_TypeDef *LPTIMx, uint32_t OperatingMode) in LL_LPTIM_StartCounter() argument 407 MODIFY_REG(LPTIMx->CR, LPTIM_CR_CNTSTRT | LPTIM_CR_SNGSTRT, OperatingMode); in LL_LPTIM_StartCounter() 419 __STATIC_INLINE void LL_LPTIM_EnableResetAfterRead(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_EnableResetAfterRead() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_lptim.h | 353 ErrorStatus LL_LPTIM_DeInit(LPTIM_TypeDef *LPTIMx); 355 ErrorStatus LL_LPTIM_Init(LPTIM_TypeDef *LPTIMx, const LL_LPTIM_InitTypeDef *LPTIM_InitStruct); 356 void LL_LPTIM_Disable(LPTIM_TypeDef *LPTIMx); 374 __STATIC_INLINE void LL_LPTIM_Enable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Enable() argument 376 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable() 385 __STATIC_INLINE uint32_t LL_LPTIM_IsEnabled(const LPTIM_TypeDef *LPTIMx) in LL_LPTIM_IsEnabled() argument 387 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled() 403 __STATIC_INLINE void LL_LPTIM_StartCounter(LPTIM_TypeDef *LPTIMx, uint32_t OperatingMode) in LL_LPTIM_StartCounter() argument 405 MODIFY_REG(LPTIMx->CR, LPTIM_CR_CNTSTRT | LPTIM_CR_SNGSTRT, OperatingMode); in LL_LPTIM_StartCounter() 416 __STATIC_INLINE void LL_LPTIM_EnableResetAfterRead(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_EnableResetAfterRead() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_lptim.h | 351 ErrorStatus LL_LPTIM_DeInit(const LPTIM_TypeDef *LPTIMx); 353 ErrorStatus LL_LPTIM_Init(LPTIM_TypeDef *LPTIMx, const LL_LPTIM_InitTypeDef *LPTIM_InitStruct); 354 void LL_LPTIM_Disable(LPTIM_TypeDef *LPTIMx); 372 __STATIC_INLINE void LL_LPTIM_Enable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Enable() argument 374 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable() 383 __STATIC_INLINE uint32_t LL_LPTIM_IsEnabled(const LPTIM_TypeDef *LPTIMx) in LL_LPTIM_IsEnabled() argument 385 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled() 401 __STATIC_INLINE void LL_LPTIM_StartCounter(LPTIM_TypeDef *LPTIMx, uint32_t OperatingMode) in LL_LPTIM_StartCounter() argument 403 MODIFY_REG(LPTIMx->CR, LPTIM_CR_CNTSTRT | LPTIM_CR_SNGSTRT, OperatingMode); in LL_LPTIM_StartCounter() 414 __STATIC_INLINE void LL_LPTIM_EnableResetAfterRead(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_EnableResetAfterRead() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_lptim.h | 365 ErrorStatus LL_LPTIM_DeInit(const LPTIM_TypeDef *LPTIMx); 367 ErrorStatus LL_LPTIM_Init(LPTIM_TypeDef *LPTIMx, const LL_LPTIM_InitTypeDef *LPTIM_InitStruct); 368 void LL_LPTIM_Disable(LPTIM_TypeDef *LPTIMx); 386 __STATIC_INLINE void LL_LPTIM_Enable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Enable() argument 388 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable() 397 __STATIC_INLINE uint32_t LL_LPTIM_IsEnabled(const LPTIM_TypeDef *LPTIMx) in LL_LPTIM_IsEnabled() argument 399 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled() 415 __STATIC_INLINE void LL_LPTIM_StartCounter(LPTIM_TypeDef *LPTIMx, uint32_t OperatingMode) in LL_LPTIM_StartCounter() argument 417 MODIFY_REG(LPTIMx->CR, LPTIM_CR_CNTSTRT | LPTIM_CR_SNGSTRT, OperatingMode); in LL_LPTIM_StartCounter() 428 __STATIC_INLINE void LL_LPTIM_EnableResetAfterRead(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_EnableResetAfterRead() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_lptim.h | 340 ErrorStatus LL_LPTIM_DeInit(LPTIM_TypeDef *LPTIMx); 342 ErrorStatus LL_LPTIM_Init(LPTIM_TypeDef *LPTIMx, LL_LPTIM_InitTypeDef *LPTIM_InitStruct); 343 void LL_LPTIM_Disable(LPTIM_TypeDef *LPTIMx); 361 __STATIC_INLINE void LL_LPTIM_Enable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Enable() argument 363 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable() 372 __STATIC_INLINE uint32_t LL_LPTIM_IsEnabled(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_IsEnabled() argument 374 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled() 390 __STATIC_INLINE void LL_LPTIM_StartCounter(LPTIM_TypeDef *LPTIMx, uint32_t OperatingMode) in LL_LPTIM_StartCounter() argument 392 MODIFY_REG(LPTIMx->CR, LPTIM_CR_CNTSTRT | LPTIM_CR_SNGSTRT, OperatingMode); in LL_LPTIM_StartCounter() 403 __STATIC_INLINE void LL_LPTIM_EnableResetAfterRead(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_EnableResetAfterRead() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_lptim.h | 352 ErrorStatus LL_LPTIM_DeInit(const LPTIM_TypeDef *LPTIMx); 354 ErrorStatus LL_LPTIM_Init(LPTIM_TypeDef *LPTIMx, const LL_LPTIM_InitTypeDef *LPTIM_InitStruct); 355 void LL_LPTIM_Disable(LPTIM_TypeDef *LPTIMx); 373 __STATIC_INLINE void LL_LPTIM_Enable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Enable() argument 375 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable() 384 __STATIC_INLINE uint32_t LL_LPTIM_IsEnabled(const LPTIM_TypeDef *LPTIMx) in LL_LPTIM_IsEnabled() argument 386 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled() 402 __STATIC_INLINE void LL_LPTIM_StartCounter(LPTIM_TypeDef *LPTIMx, uint32_t OperatingMode) in LL_LPTIM_StartCounter() argument 404 MODIFY_REG(LPTIMx->CR, LPTIM_CR_CNTSTRT | LPTIM_CR_SNGSTRT, OperatingMode); in LL_LPTIM_StartCounter() 415 __STATIC_INLINE void LL_LPTIM_EnableResetAfterRead(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_EnableResetAfterRead() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_lptim.h | 360 ErrorStatus LL_LPTIM_DeInit(const LPTIM_TypeDef *LPTIMx); 362 ErrorStatus LL_LPTIM_Init(LPTIM_TypeDef *LPTIMx, const LL_LPTIM_InitTypeDef *LPTIM_InitStruct); 363 void LL_LPTIM_Disable(LPTIM_TypeDef *LPTIMx); 381 __STATIC_INLINE void LL_LPTIM_Enable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Enable() argument 383 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable() 392 __STATIC_INLINE uint32_t LL_LPTIM_IsEnabled(const LPTIM_TypeDef *LPTIMx) in LL_LPTIM_IsEnabled() argument 394 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled() 410 __STATIC_INLINE void LL_LPTIM_StartCounter(LPTIM_TypeDef *LPTIMx, uint32_t OperatingMode) in LL_LPTIM_StartCounter() argument 412 MODIFY_REG(LPTIMx->CR, LPTIM_CR_CNTSTRT | LPTIM_CR_SNGSTRT, OperatingMode); in LL_LPTIM_StartCounter() 423 __STATIC_INLINE void LL_LPTIM_EnableResetAfterRead(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_EnableResetAfterRead() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_lptim.h | 367 ErrorStatus LL_LPTIM_DeInit(const LPTIM_TypeDef *LPTIMx); 369 ErrorStatus LL_LPTIM_Init(LPTIM_TypeDef *LPTIMx, const LL_LPTIM_InitTypeDef *LPTIM_InitStruct); 370 void LL_LPTIM_Disable(LPTIM_TypeDef *LPTIMx); 388 __STATIC_INLINE void LL_LPTIM_Enable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Enable() argument 390 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable() 399 __STATIC_INLINE uint32_t LL_LPTIM_IsEnabled(const LPTIM_TypeDef *LPTIMx) in LL_LPTIM_IsEnabled() argument 401 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled() 417 __STATIC_INLINE void LL_LPTIM_StartCounter(LPTIM_TypeDef *LPTIMx, uint32_t OperatingMode) in LL_LPTIM_StartCounter() argument 419 MODIFY_REG(LPTIMx->CR, LPTIM_CR_CNTSTRT | LPTIM_CR_SNGSTRT, OperatingMode); in LL_LPTIM_StartCounter() 430 __STATIC_INLINE void LL_LPTIM_EnableResetAfterRead(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_EnableResetAfterRead() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_lptim.h | 336 ErrorStatus LL_LPTIM_DeInit(const LPTIM_TypeDef *LPTIMx); 338 ErrorStatus LL_LPTIM_Init(LPTIM_TypeDef *LPTIMx, const LL_LPTIM_InitTypeDef *LPTIM_InitStruct); 339 void LL_LPTIM_Disable(LPTIM_TypeDef *LPTIMx); 357 __STATIC_INLINE void LL_LPTIM_Enable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Enable() argument 359 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable() 368 __STATIC_INLINE uint32_t LL_LPTIM_IsEnabled(const LPTIM_TypeDef *LPTIMx) in LL_LPTIM_IsEnabled() argument 370 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled() 386 __STATIC_INLINE void LL_LPTIM_StartCounter(LPTIM_TypeDef *LPTIMx, uint32_t OperatingMode) in LL_LPTIM_StartCounter() argument 388 MODIFY_REG(LPTIMx->CR, LPTIM_CR_CNTSTRT | LPTIM_CR_SNGSTRT, OperatingMode); in LL_LPTIM_StartCounter() 401 __STATIC_INLINE void LL_LPTIM_SetUpdateMode(LPTIM_TypeDef *LPTIMx, uint32_t UpdateMode) in LL_LPTIM_SetUpdateMode() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_lptim.h | 331 ErrorStatus LL_LPTIM_DeInit(const LPTIM_TypeDef *LPTIMx); 333 ErrorStatus LL_LPTIM_Init(LPTIM_TypeDef *LPTIMx, const LL_LPTIM_InitTypeDef *LPTIM_InitStruct); 334 void LL_LPTIM_Disable(LPTIM_TypeDef *LPTIMx); 352 __STATIC_INLINE void LL_LPTIM_Enable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Enable() argument 354 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable() 363 __STATIC_INLINE uint32_t LL_LPTIM_IsEnabled(const LPTIM_TypeDef *LPTIMx) in LL_LPTIM_IsEnabled() argument 365 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled() 381 __STATIC_INLINE void LL_LPTIM_StartCounter(LPTIM_TypeDef *LPTIMx, uint32_t OperatingMode) in LL_LPTIM_StartCounter() argument 383 MODIFY_REG(LPTIMx->CR, LPTIM_CR_CNTSTRT | LPTIM_CR_SNGSTRT, OperatingMode); in LL_LPTIM_StartCounter() 396 __STATIC_INLINE void LL_LPTIM_SetUpdateMode(LPTIM_TypeDef *LPTIMx, uint32_t UpdateMode) in LL_LPTIM_SetUpdateMode() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_lptim.h | 327 ErrorStatus LL_LPTIM_DeInit(const LPTIM_TypeDef *LPTIMx); 329 ErrorStatus LL_LPTIM_Init(LPTIM_TypeDef *LPTIMx, const LL_LPTIM_InitTypeDef *LPTIM_InitStruct); 330 void LL_LPTIM_Disable(LPTIM_TypeDef *LPTIMx); 348 __STATIC_INLINE void LL_LPTIM_Enable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Enable() argument 350 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable() 359 __STATIC_INLINE uint32_t LL_LPTIM_IsEnabled(const LPTIM_TypeDef *LPTIMx) in LL_LPTIM_IsEnabled() argument 361 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled() 377 __STATIC_INLINE void LL_LPTIM_StartCounter(LPTIM_TypeDef *LPTIMx, uint32_t OperatingMode) in LL_LPTIM_StartCounter() argument 379 MODIFY_REG(LPTIMx->CR, LPTIM_CR_CNTSTRT | LPTIM_CR_SNGSTRT, OperatingMode); in LL_LPTIM_StartCounter() 392 __STATIC_INLINE void LL_LPTIM_SetUpdateMode(LPTIM_TypeDef *LPTIMx, uint32_t UpdateMode) in LL_LPTIM_SetUpdateMode() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_lptim.c | 95 ErrorStatus LL_LPTIM_DeInit(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_DeInit() argument 100 assert_param(IS_LPTIM_INSTANCE(LPTIMx)); in LL_LPTIM_DeInit() 102 if (LPTIMx == LPTIM1) in LL_LPTIM_DeInit() 107 else if (LPTIMx == LPTIM2) in LL_LPTIM_DeInit() 112 else if (LPTIMx == LPTIM3) in LL_LPTIM_DeInit() 150 ErrorStatus LL_LPTIM_Init(LPTIM_TypeDef *LPTIMx, const LL_LPTIM_InitTypeDef *LPTIM_InitStruct) in LL_LPTIM_Init() argument 154 assert_param(IS_LPTIM_INSTANCE(LPTIMx)); in LL_LPTIM_Init() 163 if (LL_LPTIM_IsEnabled(LPTIMx) == 1UL) in LL_LPTIM_Init() 173 MODIFY_REG(LPTIMx->CFGR, in LL_LPTIM_Init() 193 void LL_LPTIM_Disable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Disable() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_lptim.c | 95 ErrorStatus LL_LPTIM_DeInit(const LPTIM_TypeDef *LPTIMx) in LL_LPTIM_DeInit() argument 100 assert_param(IS_LPTIM_INSTANCE(LPTIMx)); in LL_LPTIM_DeInit() 102 if (LPTIMx == LPTIM1) in LL_LPTIM_DeInit() 107 else if (LPTIMx == LPTIM2) in LL_LPTIM_DeInit() 112 else if (LPTIMx == LPTIM3) in LL_LPTIM_DeInit() 150 ErrorStatus LL_LPTIM_Init(LPTIM_TypeDef *LPTIMx, const LL_LPTIM_InitTypeDef *LPTIM_InitStruct) in LL_LPTIM_Init() argument 154 assert_param(IS_LPTIM_INSTANCE(LPTIMx)); in LL_LPTIM_Init() 163 if (LL_LPTIM_IsEnabled(LPTIMx) == 1UL) in LL_LPTIM_Init() 173 MODIFY_REG(LPTIMx->CFGR, in LL_LPTIM_Init() 193 void LL_LPTIM_Disable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Disable() argument [all …]
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_lptim.c | 95 ErrorStatus LL_LPTIM_DeInit(const LPTIM_TypeDef *LPTIMx) in LL_LPTIM_DeInit() argument 100 assert_param(IS_LPTIM_INSTANCE(LPTIMx)); in LL_LPTIM_DeInit() 102 if (LPTIMx == LPTIM1) in LL_LPTIM_DeInit() 108 else if (LPTIMx == LPTIM2) in LL_LPTIM_DeInit() 147 ErrorStatus LL_LPTIM_Init(LPTIM_TypeDef *LPTIMx, const LL_LPTIM_InitTypeDef *LPTIM_InitStruct) in LL_LPTIM_Init() argument 151 assert_param(IS_LPTIM_INSTANCE(LPTIMx)); in LL_LPTIM_Init() 160 if (LL_LPTIM_IsEnabled(LPTIMx) == 1UL) in LL_LPTIM_Init() 170 MODIFY_REG(LPTIMx->CFGR, in LL_LPTIM_Init() 190 void LL_LPTIM_Disable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Disable() argument 205 assert_param(IS_LPTIM_INSTANCE(LPTIMx)); in LL_LPTIM_Disable() [all …]
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_lptim.c | 95 ErrorStatus LL_LPTIM_DeInit(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_DeInit() argument 100 assert_param(IS_LPTIM_INSTANCE(LPTIMx)); in LL_LPTIM_DeInit() 102 if (LPTIMx == LPTIM1) in LL_LPTIM_DeInit() 107 else if (LPTIMx == LPTIM2) in LL_LPTIM_DeInit() 112 else if (LPTIMx == LPTIM3) in LL_LPTIM_DeInit() 117 else if (LPTIMx == LPTIM4) in LL_LPTIM_DeInit() 122 else if (LPTIMx == LPTIM5) in LL_LPTIM_DeInit() 160 ErrorStatus LL_LPTIM_Init(LPTIM_TypeDef *LPTIMx, LL_LPTIM_InitTypeDef *LPTIM_InitStruct) in LL_LPTIM_Init() argument 164 assert_param(IS_LPTIM_INSTANCE(LPTIMx)); in LL_LPTIM_Init() 173 if (LL_LPTIM_IsEnabled(LPTIMx) == 1UL) in LL_LPTIM_Init() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_lptim.c | 95 ErrorStatus LL_LPTIM_DeInit(const LPTIM_TypeDef *LPTIMx) in LL_LPTIM_DeInit() argument 100 assert_param(IS_LPTIM_INSTANCE(LPTIMx)); in LL_LPTIM_DeInit() 102 if (LPTIMx == LPTIM1) in LL_LPTIM_DeInit() 107 else if (LPTIMx == LPTIM2) in LL_LPTIM_DeInit() 113 else if (LPTIMx == LPTIM3) in LL_LPTIM_DeInit() 120 else if (LPTIMx == LPTIM4) in LL_LPTIM_DeInit() 127 else if (LPTIMx == LPTIM5) in LL_LPTIM_DeInit() 166 ErrorStatus LL_LPTIM_Init(LPTIM_TypeDef *LPTIMx, const LL_LPTIM_InitTypeDef *LPTIM_InitStruct) in LL_LPTIM_Init() argument 170 assert_param(IS_LPTIM_INSTANCE(LPTIMx)); in LL_LPTIM_Init() 179 if (LL_LPTIM_IsEnabled(LPTIMx) == 1UL) in LL_LPTIM_Init() [all …]
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_lptim.c | 95 ErrorStatus LL_LPTIM_DeInit(const LPTIM_TypeDef *LPTIMx) in LL_LPTIM_DeInit() argument 100 assert_param(IS_LPTIM_INSTANCE(LPTIMx)); in LL_LPTIM_DeInit() 102 if (LPTIMx == LPTIM1) in LL_LPTIM_DeInit() 108 else if (LPTIMx == LPTIM2) in LL_LPTIM_DeInit() 147 ErrorStatus LL_LPTIM_Init(LPTIM_TypeDef *LPTIMx, const LL_LPTIM_InitTypeDef *LPTIM_InitStruct) in LL_LPTIM_Init() argument 151 assert_param(IS_LPTIM_INSTANCE(LPTIMx)); in LL_LPTIM_Init() 160 if (LL_LPTIM_IsEnabled(LPTIMx) == 1UL) in LL_LPTIM_Init() 170 MODIFY_REG(LPTIMx->CFGR, in LL_LPTIM_Init() 190 void LL_LPTIM_Disable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Disable() argument 204 assert_param(IS_LPTIM_INSTANCE(LPTIMx)); in LL_LPTIM_Disable() [all …]
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_lptim.c | 95 ErrorStatus LL_LPTIM_DeInit(const LPTIM_TypeDef *LPTIMx) in LL_LPTIM_DeInit() argument 100 assert_param(IS_LPTIM_INSTANCE(LPTIMx)); in LL_LPTIM_DeInit() 102 if (LPTIMx == LPTIM1) in LL_LPTIM_DeInit() 108 else if (LPTIMx == LPTIM2) in LL_LPTIM_DeInit() 147 ErrorStatus LL_LPTIM_Init(LPTIM_TypeDef *LPTIMx, const LL_LPTIM_InitTypeDef *LPTIM_InitStruct) in LL_LPTIM_Init() argument 151 assert_param(IS_LPTIM_INSTANCE(LPTIMx)); in LL_LPTIM_Init() 160 if (LL_LPTIM_IsEnabled(LPTIMx) == 1UL) in LL_LPTIM_Init() 170 MODIFY_REG(LPTIMx->CFGR, in LL_LPTIM_Init() 190 void LL_LPTIM_Disable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Disable() argument 202 assert_param(IS_LPTIM_INSTANCE(LPTIMx)); in LL_LPTIM_Disable() [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_lptim.c | 95 ErrorStatus LL_LPTIM_DeInit(const LPTIM_TypeDef *LPTIMx) in LL_LPTIM_DeInit() argument 100 assert_param(IS_LPTIM_INSTANCE(LPTIMx)); in LL_LPTIM_DeInit() 102 if (LPTIMx == LPTIM1) in LL_LPTIM_DeInit() 140 ErrorStatus LL_LPTIM_Init(LPTIM_TypeDef *LPTIMx, const LL_LPTIM_InitTypeDef *LPTIM_InitStruct) in LL_LPTIM_Init() argument 144 assert_param(IS_LPTIM_INSTANCE(LPTIMx)); in LL_LPTIM_Init() 153 if (LL_LPTIM_IsEnabled(LPTIMx) == 1UL) in LL_LPTIM_Init() 163 MODIFY_REG(LPTIMx->CFGR, in LL_LPTIM_Init() 183 void LL_LPTIM_Disable(LPTIM_TypeDef *LPTIMx) in LL_LPTIM_Disable() argument 195 assert_param(IS_LPTIM_INSTANCE(LPTIMx)); in LL_LPTIM_Disable() 203 switch ((uint32_t)LPTIMx) in LL_LPTIM_Disable() [all …]
|