Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rcc.h2150 #define __HAL_RCC_CRC_FORCE_RESET() SET_BIT(RCC->AHB1RSTR, RCC_AHB1RSTR_CRCRST)
2175 #define __HAL_RCC_CRC_RELEASE_RESET() CLEAR_BIT(RCC->AHB1RSTR, RCC_AHB1RSTR_CRCRST)
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h10976 #define RCC_AHB1RSTR_CRCRST RCC_AHB1RSTR_CRCRST_Msk macro