0.3.1
Unsigned 32-bit

Functions

uint32_t uint32_log2 (uint32_t value)
 Not yet documented.
 
uint32_t uint32_loop_log2 (uint32_t value)
 Not yet documented.
 
uint32_t uint32_pow2_round_next (uint32_t value)
 Not yet documented.
 
static uint32_t uint32_pow2_round (uint32_t value, uint32_t pow)
 Not yet documented.
 

Detailed Description

Description goes here.

Function Documentation

◆ uint32_log2()

uint32_t uint32_log2 ( uint32_t  value)

Not yet documented.

Parameters
valueNot yet documented.
Returns
Not yet documented.

◆ uint32_loop_log2()

uint32_t uint32_loop_log2 ( uint32_t  value)

Not yet documented.

Parameters
valueNot yet documented.
Returns
Not yet documented.

◆ uint32_pow2_round_next()

uint32_t uint32_pow2_round_next ( uint32_t  value)

Not yet documented.

Parameters
valueNot yet documented.
Returns
Not yet documented.

◆ uint32_pow2_round()

static uint32_t uint32_pow2_round ( uint32_t  value,
uint32_t  pow 
)
inlinestatic

Not yet documented.

Parameters
valueNot yet documented.
powNot yet documented.
Returns
Not yet documented.