Searched defs:mtol (Results 1 – 1 of 1) sorted by relevance
51 # define __TO_TOL(mtol) (uint16_t)(mtol & 0x3f) argument52 # define __TO_M(mtol) (int16_t)(tos32((((mtol & 0xff00) >> 8) | ((mtol & 0xc0) << 2)), 10)) argument59 # define __TO_TOL(mtol) (uint16_t)(BSWAP_16(mtol) & 0x3f) argument60 # define __TO_M(mtol) (int16_t)(tos32((((BSWAP_16(mtol) & 0xff00) >> 8) | ((BSWAP_16(mtol) & … argument524 uint16_t mtol; /* M, tolerance */ member