rtl433  UNKNOWN
RTL-433 utility
tpms_pmv107j.c File Reference

Functions

static int tpms_pmv107j_decode (r_device *decoder, bitbuffer_t *bitbuffer, unsigned row, unsigned bitpos)
 
static int tpms_pmv107j_callback (r_device *decoder, bitbuffer_t *bitbuffer)
 

Variables

static const unsigned char preamble_pattern [1] = {0xf8}
 
static char * output_fields []
 
r_device tpms_pmv107j
 

Function Documentation

◆ tpms_pmv107j_callback()

static int tpms_pmv107j_callback ( r_device decoder,
bitbuffer_t bitbuffer 
)
static

◆ tpms_pmv107j_decode()

static int tpms_pmv107j_decode ( r_device decoder,
bitbuffer_t bitbuffer,
unsigned  row,
unsigned  bitpos 
)
static

Variable Documentation

◆ output_fields

char* output_fields[]
static
Initial value:
= {
"model",
"type",
"id",
"status",
"battery",
"counter",
"failed",
"pressure_kPa",
"temperature_C",
"mic",
NULL
}

◆ preamble_pattern

const unsigned char preamble_pattern[1] = {0xf8}
static

Referenced by tpms_pmv107j_callback().

◆ tpms_pmv107j

r_device tpms_pmv107j
Initial value:
= {
.name = "PMV-107J (Toyota) TPMS",
.modulation = FSK_PULSE_PCM,
.short_width = 100,
.long_width = 100,
.reset_limit = 250,
.decode_fn = &tpms_pmv107j_callback,
.disabled = 0,
.fields = output_fields,
}
static int tpms_pmv107j_callback(r_device *decoder, bitbuffer_t *bitbuffer)
Definition: tpms_pmv107j.c:95
FSK, Pulse Code Modulation.
Definition: r_device.h:19
static char * output_fields[]
Definition: tpms_pmv107j.c:109