Home
last modified time | relevance | path

Searched defs:hex (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/lib/utils/
Dhex.c40 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/
Dgdbstub.c148 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/
Dgdbstub.c161 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/
Dbt_str.c21 static const char hex[] = "0123456789abcdef"; in bt_hex() local
/Zephyr-latest/tests/kernel/common/src/
Dprintk.c174 uint32_t hex = 0xCAFEBABE; variable
/Zephyr-latest/samples/drivers/led/lp5562/src/
Dmain.c53 static inline uint8_t scale_color_to_percent(uint8_t hex) in scale_color_to_percent()
/Zephyr-latest/arch/xtensa/core/
Dgdbstub.c611 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/
Dusb_descriptor.c338 const char hex[] = "0123456789ABCDEF"; in usb_update_sn_string_descriptor() local
/Zephyr-latest/subsys/debug/gdbstub/
Dgdbstub.c152 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/
Dusbd_ch9.c537 static const char hex[] = "0123456789ABCDEF"; in get_sn_from_hwid() local