Home
last modified time | relevance | path

Searched refs:TIM_BDTRInitStruct (Results 1 – 25 of 44) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_tim.c650 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/
Dstm32u0xx_ll_tim.c671 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/
Dstm32wbaxx_ll_tim.c667 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/
Dstm32c0xx_ll_tim.c662 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/
Dstm32wbxx_ll_tim.c654 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/
Dstm32l5xx_ll_tim.c685 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/
Dstm32g0xx_ll_tim.c694 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/
Dstm32mp1xx_ll_tim.c718 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/
Dstm32wb0x_ll_tim.c561 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/
Dstm32h7rsxx_ll_tim.c708 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/
Dstm32u5xx_ll_tim.c704 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/
Dstm32n6xx_ll_tim.c745 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/
Dstm32h7xx_ll_tim.c730 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/
Dstm32g4xx_ll_tim.c702 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/
Dstm32h5xx_ll_tim.c739 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/
Dstm32f7xx_ll_tim.c718 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/
Dstm32l4xx_ll_tim.c691 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/
Dstm32f3xx_ll_tim.c769 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/
Dstm32f2xx_ll_tim.c664 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/
Dstm32f4xx_ll_tim.c664 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/
Dstm32f0xx_ll_tim.c643 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/
Dstm32f1xx_ll_tim.c682 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/
Dstm32f0xx_ll_tim.h3991 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/
Dstm32f2xx_ll_tim.h4014 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/
Dstm32f1xx_ll_tim.h3876 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);

12