Speeduino
|
Typedefs | |
typedef uint16_t | QU1X8_t |
Variables | |
static constexpr QU1X8_t | QU1X8_INTEGER_SHIFT = 8 |
static constexpr QU1X8_t | QU1X8_ONE = (QU1X8_t)1U << QU1X8_INTEGER_SHIFT |
static constexpr QU1X8_t | QU1X8_HALF = (QU1X8_t)1U << (QU1X8_INTEGER_SHIFT-1U) |
|
inlinestatic |
|
inlinestatic |
table3d_dim_t find_xbin | ( | table3d_axis_t & | value, |
const table3d_axis_t * | pAxis, | ||
table3d_dim_t | size, | ||
table3d_dim_t | lastBin | ||
) |
table3d_dim_t find_ybin | ( | table3d_axis_t & | value, |
const table3d_axis_t * | pAxis, | ||
table3d_dim_t | size, | ||
table3d_dim_t | lastBin | ||
) |
table3d_value_t get3DTableValue | ( | struct table3DGetValueCache * | pValueCache, |
table3d_dim_t | axisSize, | ||
const table3d_value_t * | pValues, | ||
const table3d_axis_t * | pXAxis, | ||
const table3d_axis_t * | pYAxis, | ||
table3d_axis_t | Y_in, | ||
table3d_axis_t | X_in | ||
) |
|
inlinestatic |
|
staticconstexpr |