KM3NeT CLB
2.0
KM3NeT CLB v2 Embedded Software
|
Various useful functions. More...
#include <stdint.h>
#include <stdbool.h>
#include <string.h>
Go to the source code of this file.
Data Structures | |
union | b16_t |
union | b32_t |
Functions | |
static int | firstBitPos (uint32_t value) |
static bool | streq (const char *one, char *other) |
Simple compares two strings for equality. More... | |
int | clz (uint32_t val) |
Count the leading zero's. More... | |
Various useful functions.
Definition in file func.h.
int clz | ( | uint32_t | val | ) |