PER Firmware
Loading...
Searching...
No Matches
oil_temps_table.c File Reference

Oil temp lookup table from datasheet. More...

#include <stdint.h>
#include "common/lerp_lut/lerp_lut.h"
Include dependency graph for oil_temps_table.c:

Functions

 LERP_LUT_INIT (oil_temps_lut, OIL_TEMPS, OIL_TEMPS_LUT_SIZE)
 

Variables

static constexpr size_t OIL_TEMPS_LUT_SIZE = 63
 
const lut_entry_t OIL_TEMPS [OIL_TEMPS_LUT_SIZE]
 

Detailed Description

Oil temp lookup table from datasheet.

Author
Anya Pokrovskaya (apokr.nosp@m.ovs@.nosp@m.purdu.nosp@m.e.ed.nosp@m.u)

Function Documentation

◆ LERP_LUT_INIT()

LERP_LUT_INIT ( oil_temps_lut ,
OIL_TEMPS ,
OIL_TEMPS_LUT_SIZE  )

Variable Documentation

◆ OIL_TEMPS

const lut_entry_t OIL_TEMPS[OIL_TEMPS_LUT_SIZE]

◆ OIL_TEMPS_LUT_SIZE

size_t OIL_TEMPS_LUT_SIZE = 63
staticconstexpr