Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim_ex.c1727 uint32_t tmporx; in HAL_TIMEx_ConfigBreakInput() local
1794 tmporx = htim->Instance->OR2; in HAL_TIMEx_ConfigBreakInput()
1797 tmporx &= ~bkin_enable_mask; in HAL_TIMEx_ConfigBreakInput()
1798 tmporx |= (sBreakInputConfig->Enable << bkin_enable_bitpos) & bkin_enable_mask; in HAL_TIMEx_ConfigBreakInput()
1805 tmporx &= ~bkin_polarity_mask; in HAL_TIMEx_ConfigBreakInput()
1806 tmporx |= (sBreakInputConfig->Polarity << bkin_polarity_bitpos) & bkin_polarity_mask; in HAL_TIMEx_ConfigBreakInput()
1810 htim->Instance->OR2 = tmporx; in HAL_TIMEx_ConfigBreakInput()
1816 tmporx = htim->Instance->OR3; in HAL_TIMEx_ConfigBreakInput()
1819 tmporx &= ~bkin_enable_mask; in HAL_TIMEx_ConfigBreakInput()
1820 tmporx |= (sBreakInputConfig->Enable << bkin_enable_bitpos) & bkin_enable_mask; in HAL_TIMEx_ConfigBreakInput()
[all …]