HAL
__HAL_RCC_GET_RTC_HSE_PRESCALER
is only used within HAL.
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_GET_RTC_HSE_PRESCALER
__HAL_RCC_GET_RTC_HSE_PRESCALER macro
Get the RTC and HSE clock divider (RTCPRE).
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_rcc.h:1006
#define
__HAL_RCC_GET_RTC_HSE_PRESCALER
(
)
(
READ_BIT
(
RCC
->
CFGR
,
RCC_CFGR_RTCPRE
)
|
RCC_BDCR_RTCSEL
)
Return value
Returned value can be one of the following values: @arg
RCC_RTCCLKSOURCE_HSE_DIVX
HSE divided by X selected as RTC clock (X can be retrieved thanks to
__HAL_RCC_GET_RTC_HSE_PRESCALER
()
Examples
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