HAL
+
0
/4 examples
SourceVu will show references to
__LL_RTC_CONVERT_BCD2BIN
from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
RTC
RTC_Alarm
RTC_Alarm_Init
RTC_Calendar
RTC_TimeStamp
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
__LL_RTC_CONVERT_BCD2BIN
__LL_RTC_CONVERT_BCD2BIN macro
Helper macro to convert a value from BCD format to 2 digit decimal format
Syntax
Show:
Summary
Declaration
from
stm32f4xx_ll_rtc.h:630
#define
__LL_RTC_CONVERT_BCD2BIN
(
__VALUE__
)
(
uint8_t
)
(
(
(
uint8_t
)
(
(
__VALUE__
)
&
(
uint8_t
)
0xF0U
)
>
>
(
uint8_t
)
0x4U
)
*
10U
+
(
(
__VALUE__
)
&
(
uint8_t
)
0x0FU
)
)
Arguments
Argument
Description
__VALUE__
BCD value to be converted
Return value
Converted byte
Examples
__LL_RTC_CONVERT_BCD2BIN
is referenced by 4 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