Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/arch/xtensa/core/
Dgdbstub.c613 uint8_t *bin = (uint8_t *)&reg->val; in reg2hex() local
/Zephyr-Core-3.7.0/subsys/mgmt/updatehub/
Dupdatehub.c83 static int bin2hex_str(uint8_t *bin, size_t bin_len, char *str, size_t str_buf_len) in bin2hex_str()
/Zephyr-Core-3.7.0/include/zephyr/sys/
Dutil.h587 static inline uint8_t bin2bcd(uint8_t bin) in bin2bcd()