Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_tim.h585 #define LL_TIM_BREAK2_ENABLE TIM_BDTR_BK2E /*!< Break2 function enabled */
3499 SET_BIT(TIMx->BDTR, TIM_BDTR_BK2E); in LL_TIM_EnableBRK2()
3512 CLEAR_BIT(TIMx->BDTR, TIM_BDTR_BK2E); in LL_TIM_DisableBRK2()
Dstm32l4xx_hal_tim.h844 #define TIM_BREAK2_ENABLE TIM_BDTR_BK2E /*!< Break input BR…
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim_ex.c1700 MODIFY_REG(tmpbdtr, TIM_BDTR_BK2E, sBreakDeadTimeConfig->Break2State); in HAL_TIMEx_ConfigBreakDeadTime()
Dstm32l4xx_ll_tim.c769 MODIFY_REG(tmpbdtr, TIM_BDTR_BK2E, TIM_BDTRInitStruct->Break2State); in LL_TIM_BDTR_Init()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h14597 #define TIM_BDTR_BK2E TIM_BDTR_BK2E_Msk /*!<Break enable for… macro