/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_tim.c | 650 void LL_TIM_BDTR_StructInit(LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) in LL_TIM_BDTR_StructInit() argument 653 TIM_BDTRInitStruct->OSSRState = LL_TIM_OSSR_DISABLE; in LL_TIM_BDTR_StructInit() 654 TIM_BDTRInitStruct->OSSIState = LL_TIM_OSSI_DISABLE; in LL_TIM_BDTR_StructInit() 655 TIM_BDTRInitStruct->LockLevel = LL_TIM_LOCKLEVEL_OFF; in LL_TIM_BDTR_StructInit() 656 TIM_BDTRInitStruct->DeadTime = (uint8_t)0x00; in LL_TIM_BDTR_StructInit() 657 TIM_BDTRInitStruct->BreakState = LL_TIM_BREAK_DISABLE; in LL_TIM_BDTR_StructInit() 658 TIM_BDTRInitStruct->BreakPolarity = LL_TIM_BREAK_POLARITY_LOW; in LL_TIM_BDTR_StructInit() 659 TIM_BDTRInitStruct->BreakFilter = LL_TIM_BREAK_FILTER_FDIV1; in LL_TIM_BDTR_StructInit() 660 TIM_BDTRInitStruct->BreakAFMode = LL_TIM_BREAK_AFMODE_INPUT; in LL_TIM_BDTR_StructInit() 661 TIM_BDTRInitStruct->Break2State = LL_TIM_BREAK2_DISABLE; in LL_TIM_BDTR_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_ll_tim.c | 671 void LL_TIM_BDTR_StructInit(LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) in LL_TIM_BDTR_StructInit() argument 674 TIM_BDTRInitStruct->OSSRState = LL_TIM_OSSR_DISABLE; in LL_TIM_BDTR_StructInit() 675 TIM_BDTRInitStruct->OSSIState = LL_TIM_OSSI_DISABLE; in LL_TIM_BDTR_StructInit() 676 TIM_BDTRInitStruct->LockLevel = LL_TIM_LOCKLEVEL_OFF; in LL_TIM_BDTR_StructInit() 677 TIM_BDTRInitStruct->DeadTime = (uint8_t)0x00; in LL_TIM_BDTR_StructInit() 678 TIM_BDTRInitStruct->BreakState = LL_TIM_BREAK_DISABLE; in LL_TIM_BDTR_StructInit() 679 TIM_BDTRInitStruct->BreakPolarity = LL_TIM_BREAK_POLARITY_LOW; in LL_TIM_BDTR_StructInit() 680 TIM_BDTRInitStruct->BreakFilter = LL_TIM_BREAK_FILTER_FDIV1; in LL_TIM_BDTR_StructInit() 681 TIM_BDTRInitStruct->BreakAFMode = LL_TIM_BREAK_AFMODE_INPUT; in LL_TIM_BDTR_StructInit() 682 TIM_BDTRInitStruct->Break2State = LL_TIM_BREAK2_DISABLE; in LL_TIM_BDTR_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_ll_tim.c | 667 void LL_TIM_BDTR_StructInit(LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) in LL_TIM_BDTR_StructInit() argument 670 TIM_BDTRInitStruct->OSSRState = LL_TIM_OSSR_DISABLE; in LL_TIM_BDTR_StructInit() 671 TIM_BDTRInitStruct->OSSIState = LL_TIM_OSSI_DISABLE; in LL_TIM_BDTR_StructInit() 672 TIM_BDTRInitStruct->LockLevel = LL_TIM_LOCKLEVEL_OFF; in LL_TIM_BDTR_StructInit() 673 TIM_BDTRInitStruct->DeadTime = (uint8_t)0x00; in LL_TIM_BDTR_StructInit() 674 TIM_BDTRInitStruct->BreakState = LL_TIM_BREAK_DISABLE; in LL_TIM_BDTR_StructInit() 675 TIM_BDTRInitStruct->BreakPolarity = LL_TIM_BREAK_POLARITY_LOW; in LL_TIM_BDTR_StructInit() 676 TIM_BDTRInitStruct->BreakFilter = LL_TIM_BREAK_FILTER_FDIV1; in LL_TIM_BDTR_StructInit() 677 TIM_BDTRInitStruct->BreakAFMode = LL_TIM_BREAK_AFMODE_INPUT; in LL_TIM_BDTR_StructInit() 678 TIM_BDTRInitStruct->Break2State = LL_TIM_BREAK2_DISABLE; in LL_TIM_BDTR_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_tim.c | 662 void LL_TIM_BDTR_StructInit(LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) in LL_TIM_BDTR_StructInit() argument 665 TIM_BDTRInitStruct->OSSRState = LL_TIM_OSSR_DISABLE; in LL_TIM_BDTR_StructInit() 666 TIM_BDTRInitStruct->OSSIState = LL_TIM_OSSI_DISABLE; in LL_TIM_BDTR_StructInit() 667 TIM_BDTRInitStruct->LockLevel = LL_TIM_LOCKLEVEL_OFF; in LL_TIM_BDTR_StructInit() 668 TIM_BDTRInitStruct->DeadTime = (uint8_t)0x00; in LL_TIM_BDTR_StructInit() 669 TIM_BDTRInitStruct->BreakState = LL_TIM_BREAK_DISABLE; in LL_TIM_BDTR_StructInit() 670 TIM_BDTRInitStruct->BreakPolarity = LL_TIM_BREAK_POLARITY_LOW; in LL_TIM_BDTR_StructInit() 671 TIM_BDTRInitStruct->BreakFilter = LL_TIM_BREAK_FILTER_FDIV1; in LL_TIM_BDTR_StructInit() 672 TIM_BDTRInitStruct->BreakAFMode = LL_TIM_BREAK_AFMODE_INPUT; in LL_TIM_BDTR_StructInit() 673 TIM_BDTRInitStruct->Break2State = LL_TIM_BREAK2_DISABLE; in LL_TIM_BDTR_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_tim.c | 654 void LL_TIM_BDTR_StructInit(LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) in LL_TIM_BDTR_StructInit() argument 657 TIM_BDTRInitStruct->OSSRState = LL_TIM_OSSR_DISABLE; in LL_TIM_BDTR_StructInit() 658 TIM_BDTRInitStruct->OSSIState = LL_TIM_OSSI_DISABLE; in LL_TIM_BDTR_StructInit() 659 TIM_BDTRInitStruct->LockLevel = LL_TIM_LOCKLEVEL_OFF; in LL_TIM_BDTR_StructInit() 660 TIM_BDTRInitStruct->DeadTime = (uint8_t)0x00; in LL_TIM_BDTR_StructInit() 661 TIM_BDTRInitStruct->BreakState = LL_TIM_BREAK_DISABLE; in LL_TIM_BDTR_StructInit() 662 TIM_BDTRInitStruct->BreakPolarity = LL_TIM_BREAK_POLARITY_LOW; in LL_TIM_BDTR_StructInit() 663 TIM_BDTRInitStruct->BreakFilter = LL_TIM_BREAK_FILTER_FDIV1; in LL_TIM_BDTR_StructInit() 664 TIM_BDTRInitStruct->BreakAFMode = LL_TIM_BREAK_AFMODE_INPUT; in LL_TIM_BDTR_StructInit() 665 TIM_BDTRInitStruct->Break2State = LL_TIM_BREAK2_DISABLE; in LL_TIM_BDTR_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_tim.c | 685 void LL_TIM_BDTR_StructInit(LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) in LL_TIM_BDTR_StructInit() argument 688 TIM_BDTRInitStruct->OSSRState = LL_TIM_OSSR_DISABLE; in LL_TIM_BDTR_StructInit() 689 TIM_BDTRInitStruct->OSSIState = LL_TIM_OSSI_DISABLE; in LL_TIM_BDTR_StructInit() 690 TIM_BDTRInitStruct->LockLevel = LL_TIM_LOCKLEVEL_OFF; in LL_TIM_BDTR_StructInit() 691 TIM_BDTRInitStruct->DeadTime = (uint8_t)0x00; in LL_TIM_BDTR_StructInit() 692 TIM_BDTRInitStruct->BreakState = LL_TIM_BREAK_DISABLE; in LL_TIM_BDTR_StructInit() 693 TIM_BDTRInitStruct->BreakPolarity = LL_TIM_BREAK_POLARITY_LOW; in LL_TIM_BDTR_StructInit() 694 TIM_BDTRInitStruct->BreakFilter = LL_TIM_BREAK_FILTER_FDIV1; in LL_TIM_BDTR_StructInit() 695 TIM_BDTRInitStruct->BreakAFMode = LL_TIM_BREAK_AFMODE_INPUT; in LL_TIM_BDTR_StructInit() 696 TIM_BDTRInitStruct->Break2State = LL_TIM_BREAK2_DISABLE; in LL_TIM_BDTR_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_tim.c | 694 void LL_TIM_BDTR_StructInit(LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) in LL_TIM_BDTR_StructInit() argument 697 TIM_BDTRInitStruct->OSSRState = LL_TIM_OSSR_DISABLE; in LL_TIM_BDTR_StructInit() 698 TIM_BDTRInitStruct->OSSIState = LL_TIM_OSSI_DISABLE; in LL_TIM_BDTR_StructInit() 699 TIM_BDTRInitStruct->LockLevel = LL_TIM_LOCKLEVEL_OFF; in LL_TIM_BDTR_StructInit() 700 TIM_BDTRInitStruct->DeadTime = (uint8_t)0x00; in LL_TIM_BDTR_StructInit() 701 TIM_BDTRInitStruct->BreakState = LL_TIM_BREAK_DISABLE; in LL_TIM_BDTR_StructInit() 702 TIM_BDTRInitStruct->BreakPolarity = LL_TIM_BREAK_POLARITY_LOW; in LL_TIM_BDTR_StructInit() 703 TIM_BDTRInitStruct->BreakFilter = LL_TIM_BREAK_FILTER_FDIV1; in LL_TIM_BDTR_StructInit() 704 TIM_BDTRInitStruct->BreakAFMode = LL_TIM_BREAK_AFMODE_INPUT; in LL_TIM_BDTR_StructInit() 705 TIM_BDTRInitStruct->Break2State = LL_TIM_BREAK2_DISABLE; in LL_TIM_BDTR_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_tim.c | 718 void LL_TIM_BDTR_StructInit(LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) in LL_TIM_BDTR_StructInit() argument 721 TIM_BDTRInitStruct->OSSRState = LL_TIM_OSSR_DISABLE; in LL_TIM_BDTR_StructInit() 722 TIM_BDTRInitStruct->OSSIState = LL_TIM_OSSI_DISABLE; in LL_TIM_BDTR_StructInit() 723 TIM_BDTRInitStruct->LockLevel = LL_TIM_LOCKLEVEL_OFF; in LL_TIM_BDTR_StructInit() 724 TIM_BDTRInitStruct->DeadTime = (uint8_t)0x00; in LL_TIM_BDTR_StructInit() 725 TIM_BDTRInitStruct->BreakState = LL_TIM_BREAK_DISABLE; in LL_TIM_BDTR_StructInit() 726 TIM_BDTRInitStruct->BreakPolarity = LL_TIM_BREAK_POLARITY_LOW; in LL_TIM_BDTR_StructInit() 727 TIM_BDTRInitStruct->BreakFilter = LL_TIM_BREAK_FILTER_FDIV1; in LL_TIM_BDTR_StructInit() 728 TIM_BDTRInitStruct->BreakAFMode = LL_TIM_BREAK_AFMODE_INPUT; in LL_TIM_BDTR_StructInit() 729 TIM_BDTRInitStruct->Break2State = LL_TIM_BREAK2_DISABLE; in LL_TIM_BDTR_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_ll_tim.c | 561 void LL_TIM_BDTR_StructInit(LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) in LL_TIM_BDTR_StructInit() argument 564 TIM_BDTRInitStruct->OSSRState = LL_TIM_OSSR_DISABLE; in LL_TIM_BDTR_StructInit() 565 TIM_BDTRInitStruct->OSSIState = LL_TIM_OSSI_DISABLE; in LL_TIM_BDTR_StructInit() 566 TIM_BDTRInitStruct->LockLevel = LL_TIM_LOCKLEVEL_OFF; in LL_TIM_BDTR_StructInit() 567 TIM_BDTRInitStruct->DeadTime = (uint8_t)0x00; in LL_TIM_BDTR_StructInit() 568 TIM_BDTRInitStruct->BreakState = LL_TIM_BREAK_DISABLE; in LL_TIM_BDTR_StructInit() 569 TIM_BDTRInitStruct->BreakPolarity = LL_TIM_BREAK_POLARITY_LOW; in LL_TIM_BDTR_StructInit() 571 TIM_BDTRInitStruct->BreakFilter = LL_TIM_BREAK_FILTER_FDIV1; in LL_TIM_BDTR_StructInit() 574 TIM_BDTRInitStruct->BreakAFMode = LL_TIM_BREAK_AFMODE_INPUT; in LL_TIM_BDTR_StructInit() 577 TIM_BDTRInitStruct->Break2State = LL_TIM_BREAK2_DISABLE; in LL_TIM_BDTR_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_tim.c | 708 void LL_TIM_BDTR_StructInit(LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) in LL_TIM_BDTR_StructInit() argument 711 TIM_BDTRInitStruct->OSSRState = LL_TIM_OSSR_DISABLE; in LL_TIM_BDTR_StructInit() 712 TIM_BDTRInitStruct->OSSIState = LL_TIM_OSSI_DISABLE; in LL_TIM_BDTR_StructInit() 713 TIM_BDTRInitStruct->LockLevel = LL_TIM_LOCKLEVEL_OFF; in LL_TIM_BDTR_StructInit() 714 TIM_BDTRInitStruct->DeadTime = (uint8_t)0x00; in LL_TIM_BDTR_StructInit() 715 TIM_BDTRInitStruct->BreakState = LL_TIM_BREAK_DISABLE; in LL_TIM_BDTR_StructInit() 716 TIM_BDTRInitStruct->BreakPolarity = LL_TIM_BREAK_POLARITY_LOW; in LL_TIM_BDTR_StructInit() 717 TIM_BDTRInitStruct->BreakFilter = LL_TIM_BREAK_FILTER_FDIV1; in LL_TIM_BDTR_StructInit() 718 TIM_BDTRInitStruct->BreakAFMode = LL_TIM_BREAK_AFMODE_INPUT; in LL_TIM_BDTR_StructInit() 719 TIM_BDTRInitStruct->Break2State = LL_TIM_BREAK2_DISABLE; in LL_TIM_BDTR_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_tim.c | 704 void LL_TIM_BDTR_StructInit(LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) in LL_TIM_BDTR_StructInit() argument 707 TIM_BDTRInitStruct->OSSRState = LL_TIM_OSSR_DISABLE; in LL_TIM_BDTR_StructInit() 708 TIM_BDTRInitStruct->OSSIState = LL_TIM_OSSI_DISABLE; in LL_TIM_BDTR_StructInit() 709 TIM_BDTRInitStruct->LockLevel = LL_TIM_LOCKLEVEL_OFF; in LL_TIM_BDTR_StructInit() 710 TIM_BDTRInitStruct->DeadTime = (uint8_t)0x00; in LL_TIM_BDTR_StructInit() 711 TIM_BDTRInitStruct->BreakState = LL_TIM_BREAK_DISABLE; in LL_TIM_BDTR_StructInit() 712 TIM_BDTRInitStruct->BreakPolarity = LL_TIM_BREAK_POLARITY_LOW; in LL_TIM_BDTR_StructInit() 713 TIM_BDTRInitStruct->BreakFilter = LL_TIM_BREAK_FILTER_FDIV1; in LL_TIM_BDTR_StructInit() 714 TIM_BDTRInitStruct->BreakAFMode = LL_TIM_BREAK_AFMODE_INPUT; in LL_TIM_BDTR_StructInit() 715 TIM_BDTRInitStruct->Break2State = LL_TIM_BREAK2_DISABLE; in LL_TIM_BDTR_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_tim.c | 745 void LL_TIM_BDTR_StructInit(LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) in LL_TIM_BDTR_StructInit() argument 748 TIM_BDTRInitStruct->OSSRState = LL_TIM_OSSR_DISABLE; in LL_TIM_BDTR_StructInit() 749 TIM_BDTRInitStruct->OSSIState = LL_TIM_OSSI_DISABLE; in LL_TIM_BDTR_StructInit() 750 TIM_BDTRInitStruct->LockLevel = LL_TIM_LOCKLEVEL_OFF; in LL_TIM_BDTR_StructInit() 751 TIM_BDTRInitStruct->DeadTime = (uint8_t)0x00; in LL_TIM_BDTR_StructInit() 752 TIM_BDTRInitStruct->BreakState = LL_TIM_BREAK_DISABLE; in LL_TIM_BDTR_StructInit() 753 TIM_BDTRInitStruct->BreakPolarity = LL_TIM_BREAK_POLARITY_LOW; in LL_TIM_BDTR_StructInit() 754 TIM_BDTRInitStruct->BreakFilter = LL_TIM_BREAK_FILTER_FDIV1; in LL_TIM_BDTR_StructInit() 755 TIM_BDTRInitStruct->BreakAFMode = LL_TIM_BREAK_AFMODE_INPUT; in LL_TIM_BDTR_StructInit() 756 TIM_BDTRInitStruct->Break2State = LL_TIM_BREAK2_DISABLE; in LL_TIM_BDTR_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_tim.c | 730 void LL_TIM_BDTR_StructInit(LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) in LL_TIM_BDTR_StructInit() argument 733 TIM_BDTRInitStruct->OSSRState = LL_TIM_OSSR_DISABLE; in LL_TIM_BDTR_StructInit() 734 TIM_BDTRInitStruct->OSSIState = LL_TIM_OSSI_DISABLE; in LL_TIM_BDTR_StructInit() 735 TIM_BDTRInitStruct->LockLevel = LL_TIM_LOCKLEVEL_OFF; in LL_TIM_BDTR_StructInit() 736 TIM_BDTRInitStruct->DeadTime = (uint8_t)0x00; in LL_TIM_BDTR_StructInit() 737 TIM_BDTRInitStruct->BreakState = LL_TIM_BREAK_DISABLE; in LL_TIM_BDTR_StructInit() 738 TIM_BDTRInitStruct->BreakPolarity = LL_TIM_BREAK_POLARITY_LOW; in LL_TIM_BDTR_StructInit() 739 TIM_BDTRInitStruct->BreakFilter = LL_TIM_BREAK_FILTER_FDIV1; in LL_TIM_BDTR_StructInit() 741 TIM_BDTRInitStruct->BreakAFMode = LL_TIM_BREAK_AFMODE_INPUT; in LL_TIM_BDTR_StructInit() 743 TIM_BDTRInitStruct->Break2State = LL_TIM_BREAK2_DISABLE; in LL_TIM_BDTR_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_tim.c | 702 void LL_TIM_BDTR_StructInit(LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) in LL_TIM_BDTR_StructInit() argument 705 TIM_BDTRInitStruct->OSSRState = LL_TIM_OSSR_DISABLE; in LL_TIM_BDTR_StructInit() 706 TIM_BDTRInitStruct->OSSIState = LL_TIM_OSSI_DISABLE; in LL_TIM_BDTR_StructInit() 707 TIM_BDTRInitStruct->LockLevel = LL_TIM_LOCKLEVEL_OFF; in LL_TIM_BDTR_StructInit() 708 TIM_BDTRInitStruct->DeadTime = (uint8_t)0x00; in LL_TIM_BDTR_StructInit() 709 TIM_BDTRInitStruct->BreakState = LL_TIM_BREAK_DISABLE; in LL_TIM_BDTR_StructInit() 710 TIM_BDTRInitStruct->BreakPolarity = LL_TIM_BREAK_POLARITY_LOW; in LL_TIM_BDTR_StructInit() 711 TIM_BDTRInitStruct->BreakFilter = LL_TIM_BREAK_FILTER_FDIV1; in LL_TIM_BDTR_StructInit() 712 TIM_BDTRInitStruct->BreakAFMode = LL_TIM_BREAK_AFMODE_INPUT; in LL_TIM_BDTR_StructInit() 713 TIM_BDTRInitStruct->Break2State = LL_TIM_BREAK2_DISABLE; in LL_TIM_BDTR_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_tim.c | 739 void LL_TIM_BDTR_StructInit(LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) in LL_TIM_BDTR_StructInit() argument 742 TIM_BDTRInitStruct->OSSRState = LL_TIM_OSSR_DISABLE; in LL_TIM_BDTR_StructInit() 743 TIM_BDTRInitStruct->OSSIState = LL_TIM_OSSI_DISABLE; in LL_TIM_BDTR_StructInit() 744 TIM_BDTRInitStruct->LockLevel = LL_TIM_LOCKLEVEL_OFF; in LL_TIM_BDTR_StructInit() 745 TIM_BDTRInitStruct->DeadTime = (uint8_t)0x00; in LL_TIM_BDTR_StructInit() 746 TIM_BDTRInitStruct->BreakState = LL_TIM_BREAK_DISABLE; in LL_TIM_BDTR_StructInit() 747 TIM_BDTRInitStruct->BreakPolarity = LL_TIM_BREAK_POLARITY_LOW; in LL_TIM_BDTR_StructInit() 748 TIM_BDTRInitStruct->BreakFilter = LL_TIM_BREAK_FILTER_FDIV1; in LL_TIM_BDTR_StructInit() 749 TIM_BDTRInitStruct->BreakAFMode = LL_TIM_BREAK_AFMODE_INPUT; in LL_TIM_BDTR_StructInit() 750 TIM_BDTRInitStruct->Break2State = LL_TIM_BREAK2_DISABLE; in LL_TIM_BDTR_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_tim.c | 718 void LL_TIM_BDTR_StructInit(LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) in LL_TIM_BDTR_StructInit() argument 721 TIM_BDTRInitStruct->OSSRState = LL_TIM_OSSR_DISABLE; in LL_TIM_BDTR_StructInit() 722 TIM_BDTRInitStruct->OSSIState = LL_TIM_OSSI_DISABLE; in LL_TIM_BDTR_StructInit() 723 TIM_BDTRInitStruct->LockLevel = LL_TIM_LOCKLEVEL_OFF; in LL_TIM_BDTR_StructInit() 724 TIM_BDTRInitStruct->DeadTime = (uint8_t)0x00; in LL_TIM_BDTR_StructInit() 725 TIM_BDTRInitStruct->BreakState = LL_TIM_BREAK_DISABLE; in LL_TIM_BDTR_StructInit() 726 TIM_BDTRInitStruct->BreakPolarity = LL_TIM_BREAK_POLARITY_LOW; in LL_TIM_BDTR_StructInit() 727 TIM_BDTRInitStruct->BreakFilter = LL_TIM_BREAK_FILTER_FDIV1; in LL_TIM_BDTR_StructInit() 728 TIM_BDTRInitStruct->Break2State = LL_TIM_BREAK2_DISABLE; in LL_TIM_BDTR_StructInit() 729 TIM_BDTRInitStruct->Break2Polarity = LL_TIM_BREAK2_POLARITY_LOW; in LL_TIM_BDTR_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_tim.c | 691 void LL_TIM_BDTR_StructInit(LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) in LL_TIM_BDTR_StructInit() argument 694 TIM_BDTRInitStruct->OSSRState = LL_TIM_OSSR_DISABLE; in LL_TIM_BDTR_StructInit() 695 TIM_BDTRInitStruct->OSSIState = LL_TIM_OSSI_DISABLE; in LL_TIM_BDTR_StructInit() 696 TIM_BDTRInitStruct->LockLevel = LL_TIM_LOCKLEVEL_OFF; in LL_TIM_BDTR_StructInit() 697 TIM_BDTRInitStruct->DeadTime = (uint8_t)0x00; in LL_TIM_BDTR_StructInit() 698 TIM_BDTRInitStruct->BreakState = LL_TIM_BREAK_DISABLE; in LL_TIM_BDTR_StructInit() 699 TIM_BDTRInitStruct->BreakPolarity = LL_TIM_BREAK_POLARITY_LOW; in LL_TIM_BDTR_StructInit() 700 TIM_BDTRInitStruct->BreakFilter = LL_TIM_BREAK_FILTER_FDIV1; in LL_TIM_BDTR_StructInit() 701 TIM_BDTRInitStruct->Break2State = LL_TIM_BREAK2_DISABLE; in LL_TIM_BDTR_StructInit() 702 TIM_BDTRInitStruct->Break2Polarity = LL_TIM_BREAK2_POLARITY_LOW; in LL_TIM_BDTR_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_tim.c | 769 void LL_TIM_BDTR_StructInit(LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) in LL_TIM_BDTR_StructInit() argument 772 TIM_BDTRInitStruct->OSSRState = LL_TIM_OSSR_DISABLE; in LL_TIM_BDTR_StructInit() 773 TIM_BDTRInitStruct->OSSIState = LL_TIM_OSSI_DISABLE; in LL_TIM_BDTR_StructInit() 774 TIM_BDTRInitStruct->LockLevel = LL_TIM_LOCKLEVEL_OFF; in LL_TIM_BDTR_StructInit() 775 TIM_BDTRInitStruct->DeadTime = (uint8_t)0x00; in LL_TIM_BDTR_StructInit() 776 TIM_BDTRInitStruct->BreakState = LL_TIM_BREAK_DISABLE; in LL_TIM_BDTR_StructInit() 777 TIM_BDTRInitStruct->BreakPolarity = LL_TIM_BREAK_POLARITY_LOW; in LL_TIM_BDTR_StructInit() 779 TIM_BDTRInitStruct->BreakFilter = LL_TIM_BREAK_FILTER_FDIV1; in LL_TIM_BDTR_StructInit() 782 TIM_BDTRInitStruct->Break2State = LL_TIM_BREAK2_DISABLE; in LL_TIM_BDTR_StructInit() 783 TIM_BDTRInitStruct->Break2Polarity = LL_TIM_BREAK2_POLARITY_LOW; in LL_TIM_BDTR_StructInit() [all …]
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_tim.c | 664 void LL_TIM_BDTR_StructInit(LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) in LL_TIM_BDTR_StructInit() argument 667 TIM_BDTRInitStruct->OSSRState = LL_TIM_OSSR_DISABLE; in LL_TIM_BDTR_StructInit() 668 TIM_BDTRInitStruct->OSSIState = LL_TIM_OSSI_DISABLE; in LL_TIM_BDTR_StructInit() 669 TIM_BDTRInitStruct->LockLevel = LL_TIM_LOCKLEVEL_OFF; in LL_TIM_BDTR_StructInit() 670 TIM_BDTRInitStruct->DeadTime = (uint8_t)0x00; in LL_TIM_BDTR_StructInit() 671 TIM_BDTRInitStruct->BreakState = LL_TIM_BREAK_DISABLE; in LL_TIM_BDTR_StructInit() 672 TIM_BDTRInitStruct->BreakPolarity = LL_TIM_BREAK_POLARITY_LOW; in LL_TIM_BDTR_StructInit() 673 TIM_BDTRInitStruct->AutomaticOutput = LL_TIM_AUTOMATICOUTPUT_DISABLE; in LL_TIM_BDTR_StructInit() 690 ErrorStatus LL_TIM_BDTR_Init(TIM_TypeDef *TIMx, const LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) in LL_TIM_BDTR_Init() argument 696 assert_param(IS_LL_TIM_OSSR_STATE(TIM_BDTRInitStruct->OSSRState)); in LL_TIM_BDTR_Init() [all …]
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_tim.c | 664 void LL_TIM_BDTR_StructInit(LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) in LL_TIM_BDTR_StructInit() argument 667 TIM_BDTRInitStruct->OSSRState = LL_TIM_OSSR_DISABLE; in LL_TIM_BDTR_StructInit() 668 TIM_BDTRInitStruct->OSSIState = LL_TIM_OSSI_DISABLE; in LL_TIM_BDTR_StructInit() 669 TIM_BDTRInitStruct->LockLevel = LL_TIM_LOCKLEVEL_OFF; in LL_TIM_BDTR_StructInit() 670 TIM_BDTRInitStruct->DeadTime = (uint8_t)0x00; in LL_TIM_BDTR_StructInit() 671 TIM_BDTRInitStruct->BreakState = LL_TIM_BREAK_DISABLE; in LL_TIM_BDTR_StructInit() 672 TIM_BDTRInitStruct->BreakPolarity = LL_TIM_BREAK_POLARITY_LOW; in LL_TIM_BDTR_StructInit() 673 TIM_BDTRInitStruct->AutomaticOutput = LL_TIM_AUTOMATICOUTPUT_DISABLE; in LL_TIM_BDTR_StructInit() 690 ErrorStatus LL_TIM_BDTR_Init(TIM_TypeDef *TIMx, const LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) in LL_TIM_BDTR_Init() argument 696 assert_param(IS_LL_TIM_OSSR_STATE(TIM_BDTRInitStruct->OSSRState)); in LL_TIM_BDTR_Init() [all …]
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_tim.c | 643 void LL_TIM_BDTR_StructInit(LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) in LL_TIM_BDTR_StructInit() argument 646 TIM_BDTRInitStruct->OSSRState = LL_TIM_OSSR_DISABLE; in LL_TIM_BDTR_StructInit() 647 TIM_BDTRInitStruct->OSSIState = LL_TIM_OSSI_DISABLE; in LL_TIM_BDTR_StructInit() 648 TIM_BDTRInitStruct->LockLevel = LL_TIM_LOCKLEVEL_OFF; in LL_TIM_BDTR_StructInit() 649 TIM_BDTRInitStruct->DeadTime = (uint8_t)0x00; in LL_TIM_BDTR_StructInit() 650 TIM_BDTRInitStruct->BreakState = LL_TIM_BREAK_DISABLE; in LL_TIM_BDTR_StructInit() 651 TIM_BDTRInitStruct->BreakPolarity = LL_TIM_BREAK_POLARITY_LOW; in LL_TIM_BDTR_StructInit() 652 TIM_BDTRInitStruct->AutomaticOutput = LL_TIM_AUTOMATICOUTPUT_DISABLE; in LL_TIM_BDTR_StructInit() 669 ErrorStatus LL_TIM_BDTR_Init(TIM_TypeDef *TIMx, const LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) in LL_TIM_BDTR_Init() argument 675 assert_param(IS_LL_TIM_OSSR_STATE(TIM_BDTRInitStruct->OSSRState)); in LL_TIM_BDTR_Init() [all …]
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_tim.c | 682 void LL_TIM_BDTR_StructInit(LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) in LL_TIM_BDTR_StructInit() argument 685 TIM_BDTRInitStruct->OSSRState = LL_TIM_OSSR_DISABLE; in LL_TIM_BDTR_StructInit() 686 TIM_BDTRInitStruct->OSSIState = LL_TIM_OSSI_DISABLE; in LL_TIM_BDTR_StructInit() 687 TIM_BDTRInitStruct->LockLevel = LL_TIM_LOCKLEVEL_OFF; in LL_TIM_BDTR_StructInit() 688 TIM_BDTRInitStruct->DeadTime = (uint8_t)0x00; in LL_TIM_BDTR_StructInit() 689 TIM_BDTRInitStruct->BreakState = LL_TIM_BREAK_DISABLE; in LL_TIM_BDTR_StructInit() 690 TIM_BDTRInitStruct->BreakPolarity = LL_TIM_BREAK_POLARITY_LOW; in LL_TIM_BDTR_StructInit() 691 TIM_BDTRInitStruct->AutomaticOutput = LL_TIM_AUTOMATICOUTPUT_DISABLE; in LL_TIM_BDTR_StructInit() 708 ErrorStatus LL_TIM_BDTR_Init(TIM_TypeDef *TIMx, const LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct) in LL_TIM_BDTR_Init() argument 714 assert_param(IS_LL_TIM_OSSR_STATE(TIM_BDTRInitStruct->OSSRState)); in LL_TIM_BDTR_Init() [all …]
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_tim.h | 3991 void LL_TIM_BDTR_StructInit(LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct); 3992 ErrorStatus LL_TIM_BDTR_Init(TIM_TypeDef *TIMx, const LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct);
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_tim.h | 4014 void LL_TIM_BDTR_StructInit(LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct); 4015 ErrorStatus LL_TIM_BDTR_Init(TIM_TypeDef *TIMx, const LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct);
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_tim.h | 3876 void LL_TIM_BDTR_StructInit(LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct); 3877 ErrorStatus LL_TIM_BDTR_Init(TIM_TypeDef *TIMx, const LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct);
|