Searched defs:hex (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/lib/utils/ |
D | hex.c | 40 size_t bin2hex(const uint8_t *buf, size_t buflen, char *hex, size_t hexlen) in bin2hex() 59 size_t hex2bin(const char *hex, size_t hexlen, uint8_t *buf, size_t buflen) in hex2bin()
|
/Zephyr-latest/arch/x86/core/ia32/ |
D | gdbstub.c | 148 size_t arch_gdb_reg_writeall(struct gdb_ctx *ctx, uint8_t *hex, size_t hexlen) in arch_gdb_reg_writeall() 188 size_t arch_gdb_reg_writeone(struct gdb_ctx *ctx, uint8_t *hex, size_t hexlen, in arch_gdb_reg_writeone()
|
/Zephyr-latest/arch/arm/core/ |
D | gdbstub.c | 161 size_t arch_gdb_reg_writeall(struct gdb_ctx *c, uint8_t *hex, size_t hexlen) in arch_gdb_reg_writeall() 205 size_t arch_gdb_reg_writeone(struct gdb_ctx *c, uint8_t *hex, size_t hexlen, uint32_t regno) in arch_gdb_reg_writeone()
|
/Zephyr-latest/subsys/bluetooth/common/ |
D | bt_str.c | 21 static const char hex[] = "0123456789abcdef"; in bt_hex() local
|
/Zephyr-latest/tests/kernel/common/src/ |
D | printk.c | 174 uint32_t hex = 0xCAFEBABE; variable
|
/Zephyr-latest/samples/drivers/led/lp5562/src/ |
D | main.c | 53 static inline uint8_t scale_color_to_percent(uint8_t hex) in scale_color_to_percent()
|
/Zephyr-latest/arch/xtensa/core/ |
D | gdbstub.c | 611 static size_t reg2hex(const struct xtensa_register *reg, char *hex) in reg2hex() 687 size_t arch_gdb_reg_writeall(struct gdb_ctx *ctx, uint8_t *hex, size_t hexlen) in arch_gdb_reg_writeall() 753 size_t arch_gdb_reg_writeone(struct gdb_ctx *ctx, uint8_t *hex, size_t hexlen, in arch_gdb_reg_writeone()
|
/Zephyr-latest/subsys/usb/device/ |
D | usb_descriptor.c | 338 const char hex[] = "0123456789ABCDEF"; in usb_update_sn_string_descriptor() local
|
/Zephyr-latest/subsys/debug/gdbstub/ |
D | gdbstub.c | 152 size_t gdb_bin2hex(const uint8_t *buf, size_t buflen, char *hex, size_t hexlen) in gdb_bin2hex()
|
/Zephyr-latest/subsys/usb/device_next/ |
D | usbd_ch9.c | 537 static const char hex[] = "0123456789ABCDEF"; in get_sn_from_hwid() local
|