Home
last modified time | relevance | path

Searched defs:bin (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-2.7.6/include/sys/
Dutil.h348 static inline uint8_t bin2bcd(uint8_t bin) in bin2bcd()
/Zephyr-Core-2.7.6/subsys/mgmt/updatehub/
Dupdatehub.c88 static int bin2hex_str(uint8_t *bin, size_t bin_len, char *str, size_t str_buf_len) in bin2hex_str()