Home
last modified time | relevance | path

Searched refs:PRIu8 (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/tests/bluetooth/df/connectionless_cte_chains/src/
Dcommon.c71 "Advertising set handle: %" PRIu8 " exceeds maximum handles value %" PRIu8, in common_create_adv_set()
74 zassert_equal(err, 0, "Unexpected error while create new advertising set, err: %" PRIu8, in common_create_adv_set()
183 snprintf(pdu_buff, ARRAY_SIZE(pdu_buff), "test%" PRIu8 " test%" PRIu8 " test%" PRIu8 "", 0, in common_create_per_adv_chain()
189 "test%" PRIu8 " test%" PRIu8 " test%" PRIu8 "", idx, idx, idx); in common_create_per_adv_chain()
280 "Unexpected mode of extended advertising PDU: %" PRIu8, in common_validate_per_adv_pdu()
340 "Extended header length: %" PRIu8 in common_validate_per_adv_pdu()
341 " different than expected %" PRIu8, in common_validate_per_adv_pdu()
523 "Provided data length exceeds maximum supported payload length: %" PRIu8, in common_pdu_adv_data_set()
/Zephyr-latest/drivers/dma/
Ddma_si32.c64 LOG_INF("Channel %" PRIu8 " ISR fired", channel); in dma_si32_isr_handler()
69 LOG_ERR("Bus error on channel %" PRIu8, channel); in dma_si32_isr_handler()
137 LOG_INF("Configuring channel %" PRIu8, channel); in dma_si32_config()
354 LOG_INF("Starting channel %" PRIu8, channel); in dma_si32_start()
/Zephyr-latest/tests/misc/print_format/src/
Dmain.c26 printk("u%" PRIu8 "\n", UINT8_C(8)); in main()
/Zephyr-latest/tests/drivers/pwm/pwm_api/src/
Dtest_pwm.c124 TC_PRINT("[PWM]: %" PRIu8 ", [period]: %" PRIu32 ", [pulse]: %" PRIu32 "\n", in test_task()
192 TC_PRINT("[PWM]: %" PRIu8 ", [period]: %" PRIu32 ", [pulse]: %" PRIu32 "\n", in ZTEST_USER()
/Zephyr-latest/lib/libc/minimal/include/
Dinttypes.h58 #define PRIu8 "u" /* uint8_t */ macro
/Zephyr-latest/samples/subsys/logging/dictionary/src/
Dmain.c42 LOG_DBG("int8_t %" PRId8 ", uint8_t %" PRIu8, i8, u8); in main()
/Zephyr-latest/tests/subsys/logging/dictionary/src/
Dmain.c43 LOG_DBG("int8_t %" PRId8 ", uint8_t %" PRIu8, i8, u8); in main()
/Zephyr-latest/drivers/lora/
Dsx126x.c219 LOG_DBG("Reading buffers @ 0x%" PRIx8 " (%" PRIu8 " bytes)", in SX126xReadBuffer()
231 LOG_DBG("Writing buffers @ 0x%" PRIx8 " (%" PRIu8 " bytes)", in SX126xWriteBuffer()
/Zephyr-latest/include/zephyr/drivers/
Dsensor_data_types.h174 #define PRIsensor_byte_data(field_name_) PRIu64 "ns (" STRINGIFY(field_name_) " = %" PRIu8 ")"
/Zephyr-latest/samples/bluetooth/direction_finding_central/src/
Dmain.c267 printk(" IQ[%" PRIu8 "]: %d, %d\n", idx, in cte_recv_cb()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dgatt_client_test.c30 printk("MTU exchange failed (err %" PRIu8 ")\n", err); in exchange_func()
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/src/
Dmain.c222 printk(" IQ[%" PRIu8 "]: %d, %d\n", idx, report->sample16[idx].i, in cte_recv_cb()
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c5860 LOG_DBG("Restored CCC for id:%" PRIu8 " addr:%s", load.addr_with_id.id, in ccc_set()