HAL
__HAL_CRC_GET_IDR
is only used within HAL.
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
__HAL_CRC_GET_IDR
__HAL_CRC_GET_IDR macro
Return the data stored in the Independent Data (ID) register.
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_crc.h:114
#define
__HAL_CRC_GET_IDR
(
__HANDLE__
)
(
(
(
__HANDLE__
)
->
Instance
->
IDR
)
&
CRC_IDR_IDR
)
Arguments
Argument
Description
__HANDLE__
CRC handle
Return value
Value of the ID register
Notes
Refer to the Reference Manual to get the authorized __VALUE__ length in bits
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