Searched defs:bin (Results 1 – 3 of 3) sorted by relevance
613 uint8_t *bin = (uint8_t *)®->val; in reg2hex() local
83 static int bin2hex_str(uint8_t *bin, size_t bin_len, char *str, size_t str_buf_len) in bin2hex_str()
587 static inline uint8_t bin2bcd(uint8_t bin) in bin2bcd()