Home
last modified time | relevance | path

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

/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim_ex.c1699 MODIFY_REG(tmpbdtr, TIM_BDTR_BK2F, (sBreakDeadTimeConfig->Break2Filter << TIM_BDTR_BK2F_Pos)); in HAL_TIMEx_ConfigBreakDeadTime()
Dstm32l4xx_ll_tim.c768 MODIFY_REG(tmpbdtr, TIM_BDTR_BK2F, (TIM_BDTRInitStruct->Break2Filter)); in LL_TIM_BDTR_Init()
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_tim.h3546 MODIFY_REG(TIMx->BDTR, TIM_BDTR_BK2P | TIM_BDTR_BK2F, Break2Polarity | Break2Filter); in LL_TIM_ConfigBRK2()
/loramac-node-3.7.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h14593 #define TIM_BDTR_BK2F TIM_BDTR_BK2F_Msk /*!<Break Filter for… macro