Home
last modified time | relevance | path

Searched refs:PRIx8 (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/drivers/lora/
Dsx126x.c177 ": 0x%" PRIx8 " , ...", in SX126xWriteRegisters()
196 LOG_DBG("-> status: 0x%" PRIx8, rx_req[1]); in SX126xReadCommand()
219 LOG_DBG("Reading buffers @ 0x%" PRIx8 " (%" PRIu8 " bytes)", in SX126xReadBuffer()
231 LOG_DBG("Writing buffers @ 0x%" PRIx8 " (%" PRIu8 " bytes)", in SX126xWriteBuffer()
/Zephyr-latest/tests/misc/print_format/src/
Dmain.c31 printk("x%" PRIx8 "\n", UINT8_C(8)); in main()
/Zephyr-latest/lib/libc/minimal/include/
Dinttypes.h73 #define PRIx8 "x" /* uint8_t */ macro
/Zephyr-latest/include/zephyr/input/
Dinput_kbd_matrix.h40 #define PRIkbdrow "02" PRIx8
/Zephyr-latest/drivers/gpio/
Dgpio_pcal64xxa.c65 #define PRIpcal_data "02" PRIx8
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst1417 * :github:`45336` - newlib: PRIx8 inttype incorrectly resolves to ``hh`` with newlib-nano