Searched refs:get_lsb_short (Results 1 – 5 of 5) sorted by relevance
92 ascii_msgp->csum = (CSUM) get_lsb_short(bufpp); in get_mbg_ascii_msg()104 *svnop = (SVNO) get_lsb_short(bufpp); in get_mbg_svno()113 *healthp = (HEALTH) get_lsb_short(bufpp); in get_mbg_health()122 *cfgp = (CFG) get_lsb_short(bufpp); in get_mbg_cfg()302 cfghp->csum = (CSUM) get_lsb_short(buffpp); in get_mbg_cfgh()325 utcp->csum = (CSUM) get_lsb_short(buffpp); in get_mbg_utc()431 ephp->csum = (CSUM) get_lsb_short(buffpp); in get_mbg_eph()434 ephp->health = (HEALTH) get_lsb_short(buffpp); in get_mbg_eph()435 ephp->IODC = (IOD) get_lsb_short(buffpp); in get_mbg_eph()436 ephp->IODE2 = (IOD) get_lsb_short(buffpp); in get_mbg_eph()[all …]
181 headerp->cmd = (GPS_CMD) get_lsb_short(bufpp); in get_mbg_header()183 headerp->data_csum = (CSUM) get_lsb_short(bufpp); in get_mbg_header()184 headerp->hdr_csum = (CSUM) get_lsb_short(bufpp); in get_mbg_header()
42 get_lsb_short( in get_lsb_short() function
42 long get_lsb_short (unsigned char **);47 #define get_lsb_int16( _x_ ) ((int16_t) get_lsb_short( _x_ ))48 #define get_lsb_uint16( _x_ ) ((uint16_t) get_lsb_short( _x_ ))
4386 status = (BVAR_STAT) get_lsb_short(&bufp); in gps16x_message()