Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rcc.h2584 #define __HAL_RCC_TIM17_FORCE_RESET() SET_BIT(RCC->APB2RSTR, RCC_APB2RSTR_TIM17RST)
2631 #define __HAL_RCC_TIM17_RELEASE_RESET() CLEAR_BIT(RCC->APB2RSTR, RCC_APB2RSTR_TIM17RST)
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h11127 #define RCC_APB2RSTR_TIM17RST RCC_APB2RSTR_TIM17RST_Msk macro