Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_tim.h618 #define TIM_SLAVEMODE_RESET (0x0004U) macro
901 ((MODE) == TIM_SLAVEMODE_RESET) || \
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_tim.h768 #define TIM_SLAVEMODE_RESET ((uint32_t)0x0004U) macro
777 ((__MODE__) == TIM_SLAVEMODE_RESET) || \
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tim.h930 #define TIM_SLAVEMODE_RESET TIM_SMCR_SMS_2 /*!… macro
1773 ((__MODE__) == TIM_SLAVEMODE_RESET) || \
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim_ex.c211 htim->Instance->SMCR |= TIM_SLAVEMODE_RESET; in HAL_TIMEx_HallSensor_Init()