Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_tim.c705 TIM_BDTRInitStruct->BreakState = LL_TIM_BREAK_DISABLE; in LL_TIM_BDTR_StructInit()
739 assert_param(IS_LL_TIM_BREAK_STATE(TIM_BDTRInitStruct->BreakState)); in LL_TIM_BDTR_Init()
751 MODIFY_REG(tmpbdtr, TIM_BDTR_BKE, TIM_BDTRInitStruct->BreakState); in LL_TIM_BDTR_Init()
Dstm32l4xx_hal_tim_ex.c1670 assert_param(IS_TIM_BREAK_STATE(sBreakDeadTimeConfig->BreakState)); in HAL_TIMEx_ConfigBreakDeadTime()
1686 MODIFY_REG(tmpbdtr, TIM_BDTR_BKE, sBreakDeadTimeConfig->BreakState); in HAL_TIMEx_ConfigBreakDeadTime()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tim.h290 uint32_t BreakState; /*!< TIM Break State member
Dstm32l4xx_ll_tim.h487 uint16_t BreakState; /*!< Specifies whether the TIM Break input is enabled or not. member