Home
last modified time | relevance | path

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

/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/
Dstm32f4xx_hash.c174 RCC_AHB2PeriphResetCmd(RCC_AHB2Periph_HASH, ENABLE); in HASH_DeInit()
176 RCC_AHB2PeriphResetCmd(RCC_AHB2Periph_HASH, DISABLE); in HASH_DeInit()
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_rcc.h371 #define RCC_AHB2Periph_HASH ((uint32_t)0x00000020) macro