Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/tests/bluetooth/df/connectionless_cte_chains/src/
Dcommon.c66 "Advertising set handle: %" PRIu8 " exceeds maximum handles value %" PRIu8, in common_create_adv_set()
69 zassert_equal(err, 0, "Unexpected error while create new advertising set, err: %" PRIu8, in common_create_adv_set()
162 snprintf(pdu_buff, ARRAY_SIZE(pdu_buff), "test%" PRIu8 " test%" PRIu8 " test%" PRIu8 "", 0, in common_create_per_adv_chain()
168 "test%" PRIu8 " test%" PRIu8 " test%" PRIu8 "", idx, idx, idx); in common_create_per_adv_chain()
238 "Unexpected mode of extended advertising PDU: %" PRIu8, in common_validate_per_adv_pdu()
305 "Extended header length: %" PRIu8 in common_validate_per_adv_pdu()
306 " different than expected %" PRIu8, in common_validate_per_adv_pdu()
484 "Provided data length exceeds maximum supported payload length: %" PRIu8, in common_pdu_adv_data_set()
/Zephyr-Core-2.7.6/lib/libc/minimal/include/
Dinttypes.h31 #define PRIu8 "u" /* uint8_t */ macro
/Zephyr-Core-2.7.6/samples/subsys/logging/dictionary/src/
Dmain.c40 LOG_DBG("int8_t %" PRId8 ", uint8_t %" PRIu8, i8, u8); in main()
/Zephyr-Core-2.7.6/drivers/lora/
Dsx126x.c207 LOG_DBG("Reading buffers @ 0x%" PRIx8 " (%" PRIu8 " bytes)", in SX126xReadBuffer()
219 LOG_DBG("Writing buffers @ 0x%" PRIx8 " (%" PRIu8 " bytes)", in SX126xWriteBuffer()
/Zephyr-Core-2.7.6/tests/drivers/pwm/pwm_api/src/
Dtest_pwm.c106 TC_PRINT("[PWM]: %" PRIu8 ", [period]: %" PRIu32 ", [pulse]: %" PRIu32 "\n", in test_task()
/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dgatt.c4836 BT_DBG("Restored CCC for id:%" PRIu8 " addr:%s", in ccc_set()