Synopsis
unsigned long ctl_load_24b_le(unsigned char *data);
Description

ctl_load_24b_le reads a 24-bit data item stored as three consecutive bytes in little-endian byte order and pointed to by data, and returns that value. data can have any byte alignment.