Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim_ex.c1701 MODIFY_REG(tmpbdtr, TIM_BDTR_BK2P, sBreakDeadTimeConfig->Break2Polarity); in HAL_TIMEx_ConfigBreakDeadTime()
Dstm32l4xx_ll_tim.c770 MODIFY_REG(tmpbdtr, TIM_BDTR_BK2P, TIM_BDTRInitStruct->Break2Polarity); in LL_TIM_BDTR_Init()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_tim.h999 #define LL_TIM_BREAK2_POLARITY_HIGH TIM_BDTR_BK2P /*!< Break input BRK2 is act…
3546 MODIFY_REG(TIMx->BDTR, TIM_BDTR_BK2P | TIM_BDTR_BK2F, Break2Polarity | Break2Filter); in LL_TIM_ConfigBRK2()
Dstm32l4xx_hal_tim.h853 #define TIM_BREAK2POLARITY_HIGH TIM_BDTR_BK2P /*!< Break input BR…
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h14600 #define TIM_BDTR_BK2P TIM_BDTR_BK2P_Msk /*!<Break Polarity f… macro