Home
last modified time | relevance | path

Searched refs:Break2State (Results 1 – 4 of 4) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_tim.c708 TIM_BDTRInitStruct->Break2State = LL_TIM_BREAK2_DISABLE; in LL_TIM_BDTR_StructInit()
763 assert_param(IS_LL_TIM_BREAK2_STATE(TIM_BDTRInitStruct->Break2State)); in LL_TIM_BDTR_Init()
769 MODIFY_REG(tmpbdtr, TIM_BDTR_BK2E, TIM_BDTRInitStruct->Break2State); in LL_TIM_BDTR_Init()
Dstm32l4xx_hal_tim_ex.c1694 assert_param(IS_TIM_BREAK2_STATE(sBreakDeadTimeConfig->Break2State)); in HAL_TIMEx_ConfigBreakDeadTime()
1700 MODIFY_REG(tmpbdtr, TIM_BDTR_BK2E, sBreakDeadTimeConfig->Break2State); in HAL_TIMEx_ConfigBreakDeadTime()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tim.h296 uint32_t Break2State; /*!< TIM Break2 State member
Dstm32l4xx_ll_tim.h508 uint32_t Break2State; /*!< Specifies whether the TIM Break2 input is enabled or not. member