Searched refs:get_lsb_short (Results 1 – 5 of 5) sorted by relevance
90 ascii_msgp->csum = (CSUM) get_lsb_short(bufpp); in get_mbg_ascii_msg()102 *svnop = (SVNO) get_lsb_short(bufpp); in get_mbg_svno()111 *healthp = (HEALTH) get_lsb_short(bufpp); in get_mbg_health()120 *cfgp = (CFG) get_lsb_short(bufpp); in get_mbg_cfg()300 cfghp->csum = (CSUM) get_lsb_short(buffpp); in get_mbg_cfgh()323 utcp->csum = (CSUM) get_lsb_short(buffpp); in get_mbg_utc()429 ephp->csum = (CSUM) get_lsb_short(buffpp); in get_mbg_eph()432 ephp->health = (HEALTH) get_lsb_short(buffpp); in get_mbg_eph()433 ephp->IODC = (IOD) get_lsb_short(buffpp); in get_mbg_eph()434 ephp->IODE2 = (IOD) get_lsb_short(buffpp); in get_mbg_eph()[all …]
179 headerp->cmd = (GPS_CMD) get_lsb_short(bufpp); in get_mbg_header() 181 headerp->data_csum = (CSUM) get_lsb_short(bufpp); in get_mbg_header() 182 headerp->hdr_csum = (CSUM) get_lsb_short(bufpp); in get_mbg_header()
40 get_lsb_short( in get_lsb_short() function
40 long get_lsb_short (unsigned char **);45 #define get_lsb_int16( _x_ ) ((int16_t) get_lsb_short( _x_ ))46 #define get_lsb_uint16( _x_ ) ((uint16_t) get_lsb_short( _x_ ))
4384 status = (BVAR_STAT) get_lsb_short(&bufp); in gps16x_message()