Go to the source code of this file.
|
| void NOINLINE | eeprom_read_len (byte *p, uint16_t e, uint16_t l) |
| |
| NOINLINE void | eeprom_write_len (byte *p, uint16_t e, uint16_t l) |
| |
| void | print_eeprom_string (byte n, cb_putc cb) |
| |
| static float | degrees (float v) |
| |
| static void | osd_print_S (PGM_P f) |
| |
| void | delay_telem () |
| |
| static void | delay_byte () |
| |
| void | serial_hex_dump (byte *p, uint16_t len) |
| |
| void | millis_plus (uint32_t *dst, uint16_t inc) |
| |
| void | long_plus (uint32_t *dst, uint16_t inc) |
| |
| int | long_diff (uint32_t *l1, uint32_t *l2) |
| |
| float | get_converth () |
| |
| float | get_converts () |
| |
| float | mul_converth (float f) |
| |
| float | mul_converts (float &f) |
| |
| float | f_div1000 (float f) |
| |
| uint16_t | time_since (uint32_t *t) |
| |
| void | float_add (float &dst, float val) |
| |
| void | calc_max (float &dst, float src) |
| |
| void | gps_norm (float &dst, long f) |
| |
| bool | timeToScreen () |
| |
◆ calc_max()
| void calc_max |
( |
float & |
dst, |
|
|
float |
src |
|
) |
| |
|
inline |
◆ degrees()
| static float degrees |
( |
float |
v | ) |
|
|
inlinestatic |
◆ delay_byte()
| static void delay_byte |
( |
| ) |
|
|
inlinestatic |
◆ delay_telem()
◆ eeprom_read_len()
| void NOINLINE eeprom_read_len |
( |
byte * |
p, |
|
|
uint16_t |
e, |
|
|
uint16_t |
l |
|
) |
| |
◆ eeprom_write_len()
| NOINLINE void eeprom_write_len |
( |
byte * |
p, |
|
|
uint16_t |
e, |
|
|
uint16_t |
l |
|
) |
| |
◆ f_div1000()
| float f_div1000 |
( |
float |
f | ) |
|
|
inline |
◆ float_add()
| void float_add |
( |
float & |
dst, |
|
|
float |
val |
|
) |
| |
|
inline |
◆ get_converth()
◆ get_converts()
◆ gps_norm()
| void gps_norm |
( |
float & |
dst, |
|
|
long |
f |
|
) |
| |
|
inline |
◆ long_diff()
| int long_diff |
( |
uint32_t * |
l1, |
|
|
uint32_t * |
l2 |
|
) |
| |
|
inline |
◆ long_plus()
| void long_plus |
( |
uint32_t * |
dst, |
|
|
uint16_t |
inc |
|
) |
| |
|
inline |
◆ millis_plus()
| void millis_plus |
( |
uint32_t * |
dst, |
|
|
uint16_t |
inc |
|
) |
| |
|
inline |
◆ mul_converth()
| float mul_converth |
( |
float |
f | ) |
|
|
inline |
◆ mul_converts()
| float mul_converts |
( |
float & |
f | ) |
|
|
inline |
◆ osd_print_S()
| static void osd_print_S |
( |
PGM_P |
f | ) |
|
|
inlinestatic |
◆ print_eeprom_string()
◆ serial_hex_dump()
| void serial_hex_dump |
( |
byte * |
p, |
|
|
uint16_t |
len |
|
) |
| |
◆ time_since()
| uint16_t time_since |
( |
uint32_t * |
t | ) |
|
|
inline |
◆ timeToScreen()
◆ measure
| const struct Measure* measure |