Home
last modified time | relevance | path

Searched refs:TIM_BDTR_BKE (Results 1 – 5 of 5) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_tim.h576 #define LL_TIM_BREAK_ENABLE TIM_BDTR_BKE /*!< Break function enabled */
3439 SET_BIT(TIMx->BDTR, TIM_BDTR_BKE); in LL_TIM_EnableBRK()
3452 CLEAR_BIT(TIMx->BDTR, TIM_BDTR_BKE); in LL_TIM_DisableBRK()
Dstm32l4xx_hal_tim.h825 #define TIM_BREAK_ENABLE TIM_BDTR_BKE /*!< Break input BR…
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim_ex.c1686 MODIFY_REG(tmpbdtr, TIM_BDTR_BKE, sBreakDeadTimeConfig->BreakState); in HAL_TIMEx_ConfigBreakDeadTime()
Dstm32l4xx_ll_tim.c751 MODIFY_REG(tmpbdtr, TIM_BDTR_BKE, TIM_BDTRInitStruct->BreakState); in LL_TIM_BDTR_Init()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h14577 #define TIM_BDTR_BKE TIM_BDTR_BKE_Msk /*!<Break enable for… macro