Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rcc.h1398 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SYSCFGEN); \
1400 … tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SYSCFGEN); \
1406 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_FWEN); \
1408 … tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_FWEN); \
1415 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SDMMC1EN); \
1417 … tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SDMMC1EN); \
1424 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM1EN); \
1426 … tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM1EN); \
1432 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI1EN); \
1434 … tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI1EN); \
[all …]
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rcc.h1398 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SYSCFGEN); \
1400 … tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SYSCFGEN); \
1406 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_FWEN); \
1408 … tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_FWEN); \
1415 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SDMMC1EN); \
1417 … tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SDMMC1EN); \
1424 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM1EN); \
1426 … tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_TIM1EN); \
1432 SET_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI1EN); \
1434 … tmpreg = READ_BIT(RCC->APB2ENR, RCC_APB2ENR_SPI1EN); \
[all …]
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h728 …__IO uint32_t APB2ENR; /*!< RCC APB2 peripheral clocks enable register, … member