HAL
+
0
/14 examples
SourceVu will show references to
__HAL_RCC_BKPSRAM_CLK_ENABLE
from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STemWin
Examples
PWR
PWR_CurrentConsumption
STM32469I_EVAL
Demonstrations
STemWin
STM324xG_EVAL
Demonstrations
STemWin
Examples
PWR
PWR_CurrentConsumption
STM32F429I-Discovery
Demonstrations
STemWin
Examples
PWR
PWR_CurrentConsumption
STM32446E-Nucleo
Examples
PWR
PWR_CurrentConsumption
STM324x9I_EVAL
Demonstrations
STemWin
MB1046
MB1063
Examples
PWR
PWR_CurrentConsumption
STM32F4-Discovery
Examples
PWR
PWR_CurrentConsumption
STM32F429ZI-Nucleo
Examples
PWR
PWR_CurrentConsumption
STM32F446ZE-Nucleo
Examples
PWR
PWR_CurrentConsumption
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
__HAL_RCC_BKPSRAM_CLK_ENABLE
__HAL_RCC_BKPSRAM_CLK_ENABLE macro
Enables or disables the AHB1 peripheral clock.
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_rcc_ex.h:3961
#define
__HAL_RCC_BKPSRAM_CLK_ENABLE
(
)
do
{
\
__IO
uint32_t
tmpreg
=
0x00U
;
\
SET_BIT
(
RCC
->
AHB1ENR
,
RCC_AHB1ENR_BKPSRAMEN
)
;
\
\
tmpreg
=
READ_BIT
(
RCC
->
AHB1ENR
,
RCC_AHB1ENR_BKPSRAMEN
)
;
\
UNUSED
(
tmpreg
)
;
\
}
while
(
0U
)
Notes
After reset, the peripheral clock (used for registers read/write access) is disabled and the application software has to enable this clock before using it.
Examples
__HAL_RCC_BKPSRAM_CLK_ENABLE
is referenced by 14 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out