Searched refs:PRIu8 (Results 1 – 12 of 12) sorted by relevance
/Zephyr-Core-3.7.0/tests/bluetooth/df/connectionless_cte_chains/src/ |
D | common.c | 71 "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-Core-3.7.0/tests/drivers/pwm/pwm_api/src/ |
D | test_pwm.c | 116 TC_PRINT("[PWM]: %" PRIu8 ", [period]: %" PRIu32 ", [pulse]: %" PRIu32 "\n", in test_task() 184 TC_PRINT("[PWM]: %" PRIu8 ", [period]: %" PRIu32 ", [pulse]: %" PRIu32 "\n", in ZTEST_USER()
|
/Zephyr-Core-3.7.0/tests/misc/print_format/src/ |
D | main.c | 26 printk("u%" PRIu8 "\n", UINT8_C(8)); in main()
|
/Zephyr-Core-3.7.0/lib/libc/minimal/include/ |
D | inttypes.h | 58 #define PRIu8 "u" /* uint8_t */ macro
|
/Zephyr-Core-3.7.0/samples/subsys/logging/dictionary/src/ |
D | main.c | 42 LOG_DBG("int8_t %" PRId8 ", uint8_t %" PRIu8, i8, u8); in main()
|
/Zephyr-Core-3.7.0/tests/subsys/logging/dictionary/src/ |
D | main.c | 43 LOG_DBG("int8_t %" PRId8 ", uint8_t %" PRIu8, i8, u8); in main()
|
/Zephyr-Core-3.7.0/include/zephyr/drivers/ |
D | sensor_data_types.h | 142 #define PRIsensor_byte_data(field_name_) PRIu64 "ns (" STRINGIFY(field_name_) " = %" PRIu8 ")"
|
/Zephyr-Core-3.7.0/drivers/lora/ |
D | sx126x.c | 219 LOG_DBG("Reading buffers @ 0x%" PRIx8 " (%" PRIu8 " bytes)", in SX126xReadBuffer() 231 LOG_DBG("Writing buffers @ 0x%" PRIx8 " (%" PRIu8 " bytes)", in SX126xWriteBuffer()
|
/Zephyr-Core-3.7.0/samples/bluetooth/direction_finding_central/src/ |
D | main.c | 267 printk(" IQ[%" PRIu8 "]: %d, %d\n", idx, in cte_recv_cb()
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/gatt/notify_multiple/src/ |
D | gatt_client_test.c | 30 printk("MTU exchange failed (err %" PRIu8 ")\n", err); in exchange_func()
|
/Zephyr-Core-3.7.0/samples/bluetooth/direction_finding_connectionless_rx/src/ |
D | main.c | 212 printk(" IQ[%" PRIu8 "]: %d, %d\n", idx, report->sample16[idx].i, in cte_recv_cb()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/host/ |
D | gatt.c | 5839 LOG_DBG("Restored CCC for id:%" PRIu8 " addr:%s", load.addr_with_id.id, in ccc_set()
|