CMSIS
+
0
/28 examples
SourceVu will show references to
__CLZ()
from the following samples and libraries:
HAL
Drivers
Boards
STM32446E_EVAL
STM32412G-Discovery
STM32F413H-Discovery
STM32469I-Discovery
STM32469I_EVAL
Examples
STM32F412G-Discovery
Demonstrations
STemWin
Examples
BSP
QSPI
QSPI_ExecuteInPlace
QSPI_MemoryMapped
QSPI_PreInitConfig
QSPI_ReadWrite_DMA
QSPI_ReadWrite_IT
STM32F413H-Discovery
Examples
BSP
QSPI
QSPI_ReadWrite_DMA
QSPI_ReadWrite_IT
STM32446E_EVAL
Examples
QSPI
QSPI_ExecuteInPlace
QSPI_MemoryMapped
QSPI_ReadWrite_DMA
QSPI_ReadWrite_IT
STM32469I-Discovery
Applications
FileX
Fx_Dual_Instance
Fx_NoR_Write_Read_File
Examples
QSPI
QSPI_ExecuteInPlace
QSPI_PreInitConfig
STM32469I_EVAL
Examples
QSPI
QSPI_ExecuteInPlace
QSPI_MemoryMapped
QSPI_ReadWrite_DMA
QSPI_ReadWrite_IT
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
CMSIS
__CLZ()
__CLZ() function
Count leading zeros Counts the number of leading zeros of a data value.
Syntax
Show:
Summary
Declaration
from
cmsis_gcc.h:403
__STATIC_FORCEINLINE
uint8_t
__CLZ
(
uint32_t
value
)
;
Arguments
Argument
value
Return value
number of leading zeros in value
Examples
__CLZ()
is referenced by 28 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