STM32 Sequencer  v1.6.0
SEQUENCER private functions

Functions

uint8_t SEQ_BitPosition (uint32_t Value)
 return the position of the first bit set to 1 More...
 

Detailed Description

Function Documentation

◆ SEQ_BitPosition()

uint8_t SEQ_BitPosition ( uint32_t  Value)

return the position of the first bit set to 1

Parameters
Value32 bit value
Return values
bitposition

Definition at line 519 of file stm32_seq.c.